Re: URGENT:logic:iterate

2003-11-25 Thread Daniel A. Torrey
If you use "collection=" with logic:iterate, collection has to be "a runtime expression that evaluates to a collection". That's not what you're feeding it. You probably want "name=" - see http://jakarta.apache.org/struts/userGuide/struts-logic.html#iterate -daniel Daniel A. Torrey daniel at dat

[OT] Re: URGENT:logic:iterate

2003-11-25 Thread Mark Lowe
EMAIL PROTECTED] Subject: URGENT:logic:iterate Hi All I have tried this testScoresVector is a vector stored as a session Attribute as request.getSession().setAttribute("testScoresVector", testScoresVector) Please let me know what the problem is. Now it says cannot create iterator for

RE: URGENT:logic:iterate

2003-11-25 Thread mohan
dly asking the same > question is going to encourage people to help you out? > > Well, Not me. > > Paul > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> Sent: 25 November 2003 15:33 >> To: [EMAIL PROTECTED] >> Subject

RE: URGENT:logic:iterate

2003-11-25 Thread Paul McCulloch
D] > Subject: URGENT:logic:iterate > > > > Hi All > I have tried this > > testScoresVector is a vector stored as a session Attribute as > request.getSession().setAttribute("testScoresVector", > testScoresVector) > Please let me know what the problem is. &

URGENT:logic:iterate

2003-11-25 Thread mohan
Hi All I have tried this testScoresVector is a vector stored as a session Attribute as request.getSession().setAttribute("testScoresVector", testScoresVector) Please let me know what the problem is. Now it says cannot create iterator for this collection. --Mohan ---