Hi, I have a table of data on my JSP and the User may choose one row. I want to do this with a Radiobutton and need the value of the choose radiobutton on my forwarded page. <logic:iterate name="chooseFormIDForm" id="id" property="forms" type="business.FormBean" scope="session"> <td> <bean:write name="id" property="formID" /> </td> <td> <bean:write name="id" property="formkey" /> </td> <td><html:radio name="id" property="formID" value=(???the same as above property:formID??)></html:radio> </td>
My Question is now how can I set the value of the radiobutton to a value from my form. I want the same value which is in my bean at the property="formID" this is a unique value. Thanks Regards Oliver -- DSL-Aktion wegen großer Nachfrage bis 28.2.2006 verlängert: GMX DSL-Flatrate 1 Jahr kostenlos* http://www.gmx.net/de/go/dsl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]