Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How display a Collection of a frombean as a Set of checkboxes on a jsp

Status
Not open for further replies.

Probbaer

Programmer
Dec 18, 2005
1
AU
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top