RE: Paging in DisplayTag

2005-07-11 Thread Abdullah Jibaly
Yes you can. See http://displaytag.sourceforge.net/configuration.html -Original Message- From: Phani [mailto:[EMAIL PROTECTED] Sent: Friday, July 08, 2005 12:07 PM To: Struts Users Mailing List Subject: RE: Paging in DisplayTag It worked when I set to blank -- > requestURI="

RE: Paging in DisplayTag

2005-07-08 Thread Phani
ROTECTED] > Sent: Friday, July 08, 2005 11:34 AM > To: Struts Users Mailing List > Subject: RE: Paging in DisplayTag > > > See my code.. I have requestURI set to my Action > class.. > > --- Abdullah Jibaly > <[EMAIL PROTECTED]> > wrote: > > > W

RE: Paging in DisplayTag

2005-07-08 Thread Abdullah Jibaly
ly 08, 2005 10:59 AM > To: Struts Users Mailing List > Subject: RE: Paging in DisplayTag > > > Here is my code: > > pagesize="10" > name="inventoryItems" id="inventoryItem" > requestURI="stockingStoreInventory.do" > >

RE: Paging in DisplayTag

2005-07-08 Thread Phani
AM > To: Struts Users Mailing List > Subject: RE: Paging in DisplayTag > > > Here is my code: > > pagesize="10" > name="inventoryItems" id="inventoryItem" > requestURI="stockingStoreInventory.do" > > &g

RE: Paging in DisplayTag

2005-07-08 Thread Abdullah Jibaly
What happens when you set requestURI="" ? -Original Message- From: Phani [mailto:[EMAIL PROTECTED] Sent: Friday, July 08, 2005 10:59 AM To: Struts Users Mailing List Subject: RE: Paging in DisplayTag Here is my code: I

RE: Paging in DisplayTag

2005-07-08 Thread Phani
Here is my code: 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. --- Abdullah Jibaly <[EMAIL PROTECTED]> wrote:

RE: Paging in DisplayTag

2005-07-08 Thread Abdullah Jibaly
Nope, you shouldnt have to. Setting requestURI="" works just fine for me. Are you using el: ${storeForm.myList} ? -Original Message- From: Phani [mailto:[EMAIL PROTECTED] Sent: Thursday, July 07, 2005 5:20 PM To: Struts Users Mailing List; Michael Jouravlev Subject: Paging in DisplayTag

Re: Paging in DisplayTag

2005-07-08 Thread BHansard
This is dependent on how you have structured you database query. There are multiple solutions to what you are attempting to do. 1. Create a query that will return the entire resultset and store that resultset in the session as you metion. If you are returning an extremely large result set, run