I fetch data from the database abd store it in the Form Bean. After that while displaying the value in the JSP, i am associating one of the property to an array of checkboxes with the same property.
I want the checkbox to be checked based on my property value, it might be differnt for checkboxes in the array.
If it is a <input type="checkbox".....> i can easily do it using attribute checked, but how to do it in <html:checkbox .....> since struts Checkbox does not support "checked" attribute.
Can anyone pls tell me.
regards faisal
_________________________________________________________________
The heat is on! Catch the latest action. http://server1.msn.co.in/sp03/formula2003/ Speed along with F1!
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

