Hello,
I want to display a collection which is a member in my formbean as a set of checkboxes on the corresponding jsp page.
In detail:
The collection consists of "MailingLists"-objects. These objects has only 2 member (id, name)
On the jsp site the user should be able to tick the checkboxes for the mailing lists he wants to subscribe.
How can I do that with struts html tags or JSTL?
Has anybody an idea?
Thanks,
Probbaer
I want to display a collection which is a member in my formbean as a set of checkboxes on the corresponding jsp page.
In detail:
The collection consists of "MailingLists"-objects. These objects has only 2 member (id, name)
On the jsp site the user should be able to tick the checkboxes for the mailing lists he wants to subscribe.
How can I do that with struts html tags or JSTL?
Has anybody an idea?
Thanks,
Probbaer