|
It should be
<display:table name="sessionScope.inventoryItems" .....
>>> [EMAIL PROTECTED] 7/8/2005 12:00:31 PM >>> Here is my code:
<display:table defaultsort="3" class="" pagesize="10" name="inventoryItems" id="inventoryItem" requestURI="stockingStoreInventory.do" > <display:column property="spNum" title="SP" align="right" /> <display:column property="spName" title="Name" align="right" /> <display:column property="spAccount" title="Account" align="right" /> </display:table> It displays fine without pagesize attribute..all the results in a single page.. But with pagsize attribute, it gives me null pointer exception when I hit next.. Thanks, Phani. --- Thai Dang Vu <[EMAIL PROTECTED]> wrote: > No, but your collection of beans (each bean contains > values for columns) must be in the session. > > >>> [EMAIL PROTECTED] 7/7/2005 6:03:59 PM >>> > Shud my Action form be in session scope if I want to > specify pagesize in display tag for paging.. > > Because I get the following error: > > Error 500: Cannot find bean storeForm in any scope > > Thanks, > Phani. > > > > > > ____________________________________________________ > Sell on Yahoo! Auctions * no fees. Bid on great > items. > http://auctions.yahoo.com/ > > > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With > Dual!' webinar happening > July 14 at 8am PDT/11am EDT. We invite you to > explore the latest in dual > core and dual graphics technology at this free one > hour event hosted by HP, > AMD, and NVIDIA. To register visit > http://www.hp.com/go/dualwebinar > _______________________________________________ > displaytag-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/displaytag-user > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user |
- Re: [displaytag-user] Paging Thai Dang Vu
- [displaytag-user] paging Neelima Madhavaram
- Re: [displaytag-user] paging: display table id Neelima Madhavaram

