I have a situation where I have a table with rows of information.
 
----------------------------------------
checkbox1 - unique for row1
checkbox2 - unique for row2
checkbox3 - unique for row3
----------------------------------------
I do know that there are exactly 3 rows of information at all times for this table.  
Now I am trying to get these checkboxes to work based on each unique row.  
 
What kind of struts tag do I use to perform the checkbox to have a check against it or 
not based on whether that particular checkbox info appears in the row because each 
checkbox has its respective getter which returns boolean.
 
<some tag to check for condition>
  <html:checkbox property="a1">
<end tag>


---------------------------------
Do you Yahoo!?
Free Pop-Up Blocker - Get it now

Reply via email to