Hi everyone


Im using struts as a framework, when i press to see the next page i have an error: java.lang.IllegalArgumentException: Invalid page (2) provided, value should be between 1 and 1

The object i query is always on the session. There was some explanation in the display-tag web site. But i couldnt understand it :(

Can someone help me with this.
Thanks

<display:table width="80%"
        name="user"
        property="messagesList"
        scope="session"
        pagesize="5"
        decorator="com.offmail.util.decorator.MessageTableDecorator">

<display:setProperty name="paging.banner.all_items_found" value="{0} {1} found, showing {2}" />
<display:setProperty name="paging.banner.prev_label" value="->" />
<display:setProperty name="paging.banner.next_label" value="<-" />
<display:setProperty name="paging.banner.item_name" value="Message" />
<display:setProperty name="basic.show.header" value="true" />
<display:setProperty name="paging.banner.items_name" value="Messages" />
<display:setProperty name="paging.banner.some_items_found" value="{0} {1} found, showing {2} to {3}" />


 <display:column property="fullName" title="Name" sort="true" group="1" />
 <display:column property="date" title="Date" sort="true" group="2"/>
 <display:column property="category" title="Category" sort="true" />

</display:table>



_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail




-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
displaytag-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to