Hello what's the best practice of transporting data from the MODEL to
the VIEW (in my case JSP) ?
In my case, i to retrieve a list of beans (Task) in a java.util.Vector
which i want to format and display. For that i have an "allTasks" bean
whose "vector" property (temporary name) contains an array of populated
beans, that I'm trying to <logic:iterate> in the JSP, with no success...
Thanks...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]