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 datorrey dot net
Quoting "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>:
>
> Hi All
> I have tried this
> <logic:iterate id="tsv" collection="testScoresVector">
> 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
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]