Think of a case where you have a List of people and you wanted to create a link for each person. I would have to create n# of Maps in the Action. If it was done in something like a forEach loop this could be done all at once. Not sure how good of an example this is :)

Nathan
On Jul 26, 2004, at 5:16 PM, Wendy Smoak wrote:

From: "Nathan Maves" <[EMAIL PROTECTED]>
I know that we can use a Map to achieve this but I hate creating them
in a jsp.

I'm puzzled... why would you create in the JSP instead of in the Action,
where presumably it wouldn't bother you as much?


Not that that answers your question, but that part jumped out at me.

--
Wendy Smoak


--------------------------------------------------------------------- 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]



Reply via email to