iterate over one collection two times in a jsp

2003-12-05 Thread Ralf Rapude
Hi, with a logic:iterate tag I run over a Collection: logic:present name=%=Constants.SUBJECTS % scope=session logic:iterate id=subjects name=%=Constants.SUBJECTS % ...output /logic:iterate /logic:present It works well but if I try to iterate over the same collection after changing

Re: iterate over one collection two times in a jsp

2003-12-05 Thread Gurpreet Dhanoa
hi Ralf I am facing the same trouble. If u come to know the answer Please let me know as well Thanks in Advance Gary - Original Message - From: Ralf Rapude [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 05, 2003 4:49 PM Subject: iterate over one collection two times

Re: iterate over one collection two times in a jsp

2003-12-05 Thread James Mitchell
- From: Ralf Rapude [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 05, 2003 4:49 PM Subject: iterate over one collection two times in a jsp Hi, with a logic:iterate tag I run over a Collection: logic:present name=%=Constants.SUBJECTS % scope=session

Re: iterate over one collection two times in a jsp

2003-12-05 Thread Lynn Guy
Rapude To: Sent: Friday, December 05, 2003 4:49 PM Subject: iterate over one collection two times in a jsp Hi, with a logic:iterate tag I run over a Collection: scope=session ...output It works well but if I try to iterate over the same collection after changing the id (but still

RE: iterate over a collection

2003-11-02 Thread Seyhan BASMACI (Internet Yazilimlari Yetkilisi)
class for java 2 container, try with ArrayList, also ArrayList is a bit faster than Vector and is not thread safe, -Original Message- From: ajay brar [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 3:25 PM To: [EMAIL PROTECTED] Subject: iterate over a collection hi! can someone

iterate over a collection

2003-10-29 Thread ajay brar
hi! can someone tell me whats wrong with this? I am placing a vector of TransactionBean in session as session.setAttribute(resVector, resVector); i then place an empty TransactionBean in session scope as well TransactionBean tb = new TransactionBean(); session.setAttribute(transactionBean, tb); in

RE: iterate over a collection

2003-10-29 Thread shishir.katdare
Instead of Vector try using the ArrayList. -Original Message- From: ajay brar [mailto:[EMAIL PROTECTED] Sent: 29 October 2003 13:25 To: [EMAIL PROTECTED] Subject: iterate over a collection hi! can someone tell me whats wrong with this? I am placing a vector of TransactionBean in session

RE: iterate over a collection

2003-10-29 Thread ajay brar
hi! should it matter, they both implement the Collection interface and thats what is really required here. cheers ajay From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: iterate over a collection Date: Wed, 29 Oct 2003 13:26:32 -