M
Mongoose
Hi All,
Another (conceptual) question regarding Java Server Faces . . . still
learning...
I would like to get a collection of the responses entered into a .jsp
page in my backing bean. For example, if I have a .jsp page with 3
selectonelist boxes I would like to get the actual choices made in the
listboxes in a collection (e.g. ArrayList) in the backing bean. Is
there some way I can get a collection of the responses in my backing
bean using some sort of JSF construct??? Obviously, I can bind the
responses to my private variables in the backing bean and "manually"
and populate an Arraylist but I don't want to do it this way.
Any help is greatly appreciated . . .
Thanks!
Andy
Another (conceptual) question regarding Java Server Faces . . . still
learning...
I would like to get a collection of the responses entered into a .jsp
page in my backing bean. For example, if I have a .jsp page with 3
selectonelist boxes I would like to get the actual choices made in the
listboxes in a collection (e.g. ArrayList) in the backing bean. Is
there some way I can get a collection of the responses in my backing
bean using some sort of JSF construct??? Obviously, I can bind the
responses to my private variables in the backing bean and "manually"
and populate an Arraylist but I don't want to do it this way.
Any help is greatly appreciated . . .
Thanks!
Andy