I am able to create check boxes using HTML. But, I do
not know how to display check boxes in Struts.
Here is what I plan to do:
I have a JavaBean, which gets its properties populated
through database table query. For example, this
JavaBean has three properties; lastName, title,
emailAddress.
And I have a Collection of such a JavaBean because
there are thousands of people in the database table.
Now, it gets to the JSP web page. I am going to
display a table with four columns:
first column: a check box
second column: Last Name
third column: Title
fourth column: E-Mail Address
If client puts a check mark in a check box, the value
of the emailAddress is passed for processing.
How do I display check boxes from a Collection of JavaBean?
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]