Hello
I've a number of collections already defined that end up being passed to my
jsp's via the request object.
Users in this case is a map defined in my business logic class that does db
queries.
users = (ListUsers).getUsers();
request.setAttribute("users",users);
I itertate through this collection using iterate. But now i want to use this
in a select menu.
Should I be thinking about making my collection available to my FormBean i.e
making a getMyList() method.
Thanks in advance
mark
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>