<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Struts 2 Tutorial &#8211; Creating Views</title>
	<atom:link href="http://www.benmccann.com/dev-blog/struts-2-jsp-views-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benmccann.com/dev-blog/struts-2-jsp-views-tutorial/</link>
	<description>The software development weblog of Benjamin McCann.</description>
	<lastBuildDate>Thu, 04 Mar 2010 07:31:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben</title>
		<link>http://www.benmccann.com/dev-blog/struts-2-jsp-views-tutorial/comment-page-1/#comment-1327</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 19 Oct 2008 20:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/?p=78#comment-1327</guid>
		<description>Hi Julloa,
Pagination is usually something that you should handle at the DB access layer.  For example, you can add an extra parameter to that method in your DAO to specify the page and then return only the 10 results you want using the MySQL LIMIT clause or Oracle&#039;s row_number().</description>
		<content:encoded><![CDATA[<p>Hi Julloa,<br />
Pagination is usually something that you should handle at the DB access layer.  For example, you can add an extra parameter to that method in your DAO to specify the page and then return only the 10 results you want using the MySQL LIMIT clause or Oracle&#8217;s row_number().</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julloa</title>
		<link>http://www.benmccann.com/dev-blog/struts-2-jsp-views-tutorial/comment-page-1/#comment-1318</link>
		<dc:creator>julloa</dc:creator>
		<pubDate>Sun, 19 Oct 2008 12:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/?p=78#comment-1318</guid>
		<description>I need  a  recoomendation to create  paginated list in  a jsp.
Something like this....
listEmployees.jsp

ab
bc
cd

1&lt;&lt;2&lt;&lt;&lt;3&lt;&lt;&lt;5



Struts2 provides  a way to  dothis?

I  try also with displaytag, but when surfing beteen pages the values are shown  on the url.</description>
		<content:encoded><![CDATA[<p>I need  a  recoomendation to create  paginated list in  a jsp.<br />
Something like this&#8230;.<br />
listEmployees.jsp</p>
<p>ab<br />
bc<br />
cd</p>
<p>1&lt;&lt;2&lt;&lt;&lt;3&lt;&lt;&lt;5</p>
<p>Struts2 provides  a way to  dothis?</p>
<p>I  try also with displaytag, but when surfing beteen pages the values are shown  on the url.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Struts 2 Tutorial - Getting Started &#124; Lumidant</title>
		<link>http://www.benmccann.com/dev-blog/struts-2-jsp-views-tutorial/comment-page-1/#comment-807</link>
		<dc:creator>Struts 2 Tutorial - Getting Started &#124; Lumidant</dc:creator>
		<pubDate>Sun, 21 Sep 2008 00:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/?p=78#comment-807</guid>
		<description>[...] also want to continue reading about Struts 2 in the continuation of this tutorial: Struts 2 Tutorial - Creating Views Struts 2 Tutorial - Interceptors Struts 2 Tutorial - Struts Configuration Struts 2 AJAX Tutorial - [...]</description>
		<content:encoded><![CDATA[<p>[...] also want to continue reading about Struts 2 in the continuation of this tutorial: Struts 2 Tutorial &#8211; Creating Views Struts 2 Tutorial &#8211; Interceptors Struts 2 Tutorial &#8211; Struts Configuration Struts 2 AJAX Tutorial &#8211; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
