hi, I am new in tapestry. I need to make dynamic checkboxs according to my database. I have written the following code for html file
<table cellspacing="10"> <tr> <td>Name</td> <td>ID</td> </tr> <tr> <td colspan="3"><hr></td> </tr> <tr jwcid="@For" source="ognl:courses" value="ognl:course" element="tr"> <td> </td> </tr> </table> but i can't inplement the lable of that checkboxs and ckecking status of those. I need to implement checked method. Naresh -- View this message in context: http://www.nabble.com/how-can-I-handle-dynamic-generated-checkboxs-tp17641966p17641966.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]