RE: Row

2004-04-16 Thread Julia Weaver
> your questions, you will > be surprised how much information you can > find on the web yourself. > > Matt > > -Original Message- > From: Julia Weaver > [mailto:[EMAIL PROTECTED] > Sent: Friday, 16 April 2004 11:18 PM > To: Struts Users Mailing List > Subject: Re:

RE: Row

2004-04-16 Thread Matthew Ryan
- From: Julia Weaver [mailto:[EMAIL PROTECTED] Sent: Friday, 16 April 2004 11:18 PM To: Struts Users Mailing List Subject: Re: Row Hi, Could you please tell me how to put data in session? Could you please give me an example? Thanks, --- Sapt <[EMAIL PROTECTED]> wrote: > and if u don'

RE: Row

2004-04-16 Thread Robert Taylor
request.getSession().setAttribute("myObjectName", object); hth, robert > -Original Message- > From: Julia Weaver [mailto:[EMAIL PROTECTED] > Sent: Friday, April 16, 2004 9:18 AM > To: Struts Users Mailing List > Subject: Re: Row > > > Hi, > Could

Re: Row

2004-04-16 Thread Julia Weaver
> From: "Sapt" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > <[EMAIL PROTECTED]> > Sent: Thursday, April 15, 2004 11:11 AM > Subject: Re: Row > > > > u can try displaytag from displaytag.org.. > > - Original Mess

Re: Row

2004-04-15 Thread Niall Pemberton
You can use the "length" and "offset" attributes in to control this. Length limits the number to display and offset tells iterate at which occurance to start at. Display first ten: Display second ten: Niall - Original Message - From: "Iwan Soenarto (IT)" <[EMAIL PROTECTED]> To:

RE: Row

2004-04-14 Thread Indra Gunawan
:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004 11:41 AM To: Struts Users Mailing List Subject: RE: Row One issue with this is that if there is a *lot* of data then rendering and sending that page to the browser will suffer something of a performance hit. - 100 rows should be ok though, and if

RE: Row

2004-04-14 Thread Andrew Hill
isher [mailto:[EMAIL PROTECTED] Sent: Thursday, 15 April 2004 12:22 To: 'Struts Users Mailing List' Subject: RE: Row I've had to do something similar, where I took all the results and put them in tags. Then with a bit of javascript you can hide and display the div you want. Ma

RE: Row

2004-04-14 Thread Matthew Fisher
List Subject: Re: Row and if u don't want to use displaytag, u can put your data in session, and take only 10 data. - Original Message - From: "Sapt" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, April 15, 20

Re: Row

2004-04-14 Thread Sapt
and if u don't want to use displaytag, u can put your data in session, and take only 10 data. - Original Message - From: "Sapt" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, April 15, 2004 11:11 AM Subject:

Re: Row

2004-04-14 Thread Sapt
u can try displaytag from displaytag.org.. - Original Message - From: "Iwan Soenarto (IT)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 15, 2004 10:00 AM Subject: Row I have 100 records. How do I limit the number of row to display per page to 10 ? What techni

RE: Row

2004-04-14 Thread Indra Gunawan
If you use jsp pages you can try taglib from http://jsptags.com/tags/navigation/pager/index.jsp good luck -Original Message- From: Iwan Soenarto (IT) [mailto:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004 10:01 AM To: [EMAIL PROTECTED] Subject: Row I have 100 records. How do I limit t