<?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: Pagination &amp; sorting in jsp&#8217;s with the displaytag taglib &amp; spring</title>
	<atom:link href="http://www.codercorp.com/blog/spring/pagination-sorting-in-jsps-with-the-displaytag-taglib-example-tutorial.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codercorp.com/blog/spring/pagination-sorting-in-jsps-with-the-displaytag-taglib-example-tutorial.html</link>
	<description>Everything java</description>
	<lastBuildDate>Wed, 01 Feb 2012 06:25:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: saravan</title>
		<link>http://www.codercorp.com/blog/spring/pagination-sorting-in-jsps-with-the-displaytag-taglib-example-tutorial.html/comment-page-1#comment-836</link>
		<dc:creator>saravan</dc:creator>
		<pubDate>Wed, 28 Dec 2011 07:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=145#comment-836</guid>
		<description>Could u mail me the source code of this plz?????????</description>
		<content:encoded><![CDATA[<p>Could u mail me the source code of this plz?????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna</title>
		<link>http://www.codercorp.com/blog/spring/pagination-sorting-in-jsps-with-the-displaytag-taglib-example-tutorial.html/comment-page-1#comment-834</link>
		<dc:creator>Krishna</dc:creator>
		<pubDate>Wed, 07 Dec 2011 10:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=145#comment-834</guid>
		<description>Can I have below .css file to get the actual screen and images?

</description>
		<content:encoded><![CDATA[<p>Can I have below .css file to get the actual screen and images?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna</title>
		<link>http://www.codercorp.com/blog/spring/pagination-sorting-in-jsps-with-the-displaytag-taglib-example-tutorial.html/comment-page-1#comment-833</link>
		<dc:creator>Krishna</dc:creator>
		<pubDate>Wed, 07 Dec 2011 10:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=145#comment-833</guid>
		<description>You need to first include Stuts tag library in your JSP page, then only you can use this tag</description>
		<content:encoded><![CDATA[<p>You need to first include Stuts tag library in your JSP page, then only you can use this tag</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sankar</title>
		<link>http://www.codercorp.com/blog/spring/pagination-sorting-in-jsps-with-the-displaytag-taglib-example-tutorial.html/comment-page-1#comment-813</link>
		<dc:creator>sankar</dc:creator>
		<pubDate>Tue, 25 Oct 2011 13:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=145#comment-813</guid>
		<description>Hi ,

We r facing an issue in our project the display tag while pagination is appended with some extra values due to which the pagination is not working properly . can u pls let me know how link on the pagination is formed</description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>We r facing an issue in our project the display tag while pagination is appended with some extra values due to which the pagination is not working properly . can u pls let me know how link on the pagination is formed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rax</title>
		<link>http://www.codercorp.com/blog/spring/pagination-sorting-in-jsps-with-the-displaytag-taglib-example-tutorial.html/comment-page-1#comment-810</link>
		<dc:creator>Rax</dc:creator>
		<pubDate>Mon, 24 Oct 2011 20:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=145#comment-810</guid>
		<description>If we have less than a page display tag shows like 

8 items found, displaying all items.1 

but 1 at the end looks Odd. I got requirement to remove that 1. 

If any body wants to remove that 1 use the below tag and give pagelinks in single coats. 

U may get error by below statement : 

&lt;display:setProperty name=&quot;paging.banner.onepage&quot; value=&quot;&#160;&quot; /&gt;

Correct way: 
&lt;display:setProperty name=&quot;paging.banner.onepage&quot; value=&quot;&#160;&quot; /&gt;</description>
		<content:encoded><![CDATA[<p>If we have less than a page display tag shows like </p>
<p>8 items found, displaying all items.1 </p>
<p>but 1 at the end looks Odd. I got requirement to remove that 1. </p>
<p>If any body wants to remove that 1 use the below tag and give pagelinks in single coats. </p>
<p>U may get error by below statement : </p>
<p>&lt;display:setProperty name=&quot;paging.banner.onepage&quot; value=&quot;&nbsp;&#8221; /&gt;</p>
<p>Correct way:<br />
&lt;display:setProperty name=&quot;paging.banner.onepage&quot; value=&quot;&nbsp;&#8221; /&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anand</title>
		<link>http://www.codercorp.com/blog/spring/pagination-sorting-in-jsps-with-the-displaytag-taglib-example-tutorial.html/comment-page-1#comment-800</link>
		<dc:creator>Anand</dc:creator>
		<pubDate>Thu, 22 Sep 2011 12:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=145#comment-800</guid>
		<description>did you get solution for this problem?</description>
		<content:encoded><![CDATA[<p>did you get solution for this problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://www.codercorp.com/blog/spring/pagination-sorting-in-jsps-with-the-displaytag-taglib-example-tutorial.html/comment-page-1#comment-799</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Thu, 22 Sep 2011 04:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=145#comment-799</guid>
		<description>@Akshata, try filtering out displaytag pagination url which startswith &quot;-d&quot;, see here for more details &lt;a href=&quot;http://javarevisited.blogspot.com/2011/09/displaytag-examples-tutorial-jsp-struts.html&quot; rel=&quot;nofollow&quot;&gt;10 displaytag examples&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@Akshata, try filtering out displaytag pagination url which startswith &#8220;-d&#8221;, see here for more details <a href="http://javarevisited.blogspot.com/2011/09/displaytag-examples-tutorial-jsp-struts.html" rel="nofollow">10 displaytag examples</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akshata</title>
		<link>http://www.codercorp.com/blog/spring/pagination-sorting-in-jsps-with-the-displaytag-taglib-example-tutorial.html/comment-page-1#comment-796</link>
		<dc:creator>Akshata</dc:creator>
		<pubDate>Thu, 15 Sep 2011 06:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=145#comment-796</guid>
		<description>Hi, 

My display table showing data on ajax call. If I used your code , when i click on next for pagination it is refreshing whole page. what should I do. I m using Spring MVC pattern. 

Can u please help me?</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>My display table showing data on ajax call. If I used your code , when i click on next for pagination it is refreshing whole page. what should I do. I m using Spring MVC pattern. </p>
<p>Can u please help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guest</title>
		<link>http://www.codercorp.com/blog/spring/pagination-sorting-in-jsps-with-the-displaytag-taglib-example-tutorial.html/comment-page-1#comment-795</link>
		<dc:creator>guest</dc:creator>
		<pubDate>Mon, 12 Sep 2011 12:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=145#comment-795</guid>
		<description>hi,

is it possible to define dynamically pagesize, for e.g pagesize=20 but when user click on checkbox show all records, to modify pagesize value?</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>is it possible to define dynamically pagesize, for e.g pagesize=20 but when user click on checkbox show all records, to modify pagesize value?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamal</title>
		<link>http://www.codercorp.com/blog/spring/pagination-sorting-in-jsps-with-the-displaytag-taglib-example-tutorial.html/comment-page-1#comment-794</link>
		<dc:creator>Kamal</dc:creator>
		<pubDate>Thu, 08 Sep 2011 12:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=145#comment-794</guid>
		<description>Please I appreciate if someone can send me the source code of this pagination example.
my email : majidnakit@yahoo.com

Thanks lot.
Kamal</description>
		<content:encoded><![CDATA[<p>Please I appreciate if someone can send me the source code of this pagination example.<br />
my email : <a href="mailto:majidnakit@yahoo.com">majidnakit@yahoo.com</a></p>
<p>Thanks lot.<br />
Kamal</p>
]]></content:encoded>
	</item>
</channel>
</rss>

