Re: Populating growing List

2005-05-23 Thread Dakota Jack
t; > > Cheers, > > Nils > > -Original Message- > From: Nils Liebelt [mailto:[EMAIL PROTECTED] > Sent: Monday, May 23, 2005 1:50 PM > To: 'Struts Users Mailing List' > Cc: [EMAIL PROTECTED] > Subject: Populating growing List > > Hi all, > >

RE: Populating growing List

2005-05-23 Thread Nitish Kumar
eption } return super.get(index); } } obviously this is simplified form of that class. Thanks and Regards, Nitish Kumar -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Monday, May 23, 2005 7:27 PM To: Struts Users Mailing List Subject: Re: Populating growing List

Re: Populating growing List

2005-05-23 Thread Niall Pemberton
your lazy code there, rather than the indexed getter. Niall - Original Message - Sent: Monday, May 23, 2005 12:50 PM Subject: Populating growing List > Hi all, > > I know that common issue with indexed properties as mentioned in the wiki > http://wiki.apache.org/struts/Stru

RE: Populating growing List

2005-05-23 Thread David Suarez
: 'Struts Users Mailing List' Cc: [EMAIL PROTECTED] Subject: Populating growing List Hi all, I know that common issue with indexed properties as mentioned in the wiki http://wiki.apache.org/struts/StrutsCatalogLazyList. So I wrote a little handcranked lazy list but I still get an indexo

RE: Populating growing List

2005-05-23 Thread Nils Liebelt
27;Struts Users Mailing List' Subject: RE: Populating growing List dont think its a great idea, If I start putting beans in session , every time I have a collection in form bean, I am not sure how long my application is going to run. Thanks and Regards, Nitish Kumar -Original Message

RE: Populating growing List

2005-05-23 Thread Nils Liebelt
27;Struts Users Mailing List' Subject: RE: Populating growing List dont think its a great idea, If I start putting beans in session , every time I have a collection in form bean, I am not sure how long my application is going to run. Thanks and Regards, Nitish Kumar -Original Message

RE: Populating growing List

2005-05-23 Thread Nitish Kumar
] Sent: Monday, May 23, 2005 5:45 PM To: 'Struts Users Mailing List' Subject: RE: Populating growing List If your form bean is being used in multiple page, you can put the form in session and clear the collection in reset method if required. That will serve the purpose. In my application we

RE: Populating growing List

2005-05-23 Thread Sachin Bhutada
-Original Message- From: Nitish Kumar [mailto:[EMAIL PROTECTED] Sent: Monday, May 23, 2005 5:44 PM To: 'Struts Users Mailing List' Subject: RE: Populating growing List dont think its a great idea, If I start putting beans in session , every time I have a collection in form bean

RE: Populating growing List

2005-05-23 Thread Nitish Kumar
, 2005 5:39 PM To: 'Struts Users Mailing List' Subject: RE: Populating growing List What a bummer. I got the wrong scope!?! If I put the Form in session scope it works fine. Gonna borrow a tie from my boss so I can hang myself... Cheers, Nils -Original Message- From: Ni

RE: Populating growing List

2005-05-23 Thread Nils Liebelt
iling List' Cc: [EMAIL PROTECTED] Subject: Populating growing List Hi all, I know that common issue with indexed properties as mentioned in the wiki http://wiki.apache.org/struts/StrutsCatalogLazyList. So I wrote a little handcranked lazy list but I still get an indexoutofbounce exception

RE: Populating growing List

2005-05-23 Thread Nils Liebelt
iling List' Cc: [EMAIL PROTECTED] Subject: Populating growing List Hi all, I know that common issue with indexed properties as mentioned in the wiki http://wiki.apache.org/struts/StrutsCatalogLazyList. So I wrote a little handcranked lazy list but I still get an indexoutofbounce exception

Populating growing List

2005-05-23 Thread Nils Liebelt
Hi all, I know that common issue with indexed properties as mentioned in the wiki http://wiki.apache.org/struts/StrutsCatalogLazyList. So I wrote a little handcranked lazy list but I still get an indexoutofbounce exception. I really don't know whats going on here: private ArrayList deleteSe

Populating growing List

2005-05-23 Thread Nils Liebelt
Hi all, I know that common issue with indexed properties as mentioned in the wiki http://wiki.apache.org/struts/StrutsCatalogLazyList. So I wrote a little handcranked lazy list but I still get an indexoutofbounce exception. I really don't know whats going on here: private ArrayList deleteSe