Try this: <html:radio name="chooseFormIDForm" property="formVariableYouWantToPutThisIn" idName="id" value="formID"/>
Gary >>> [EMAIL PROTECTED] 2/27/2006 6:23:09 AM >>> 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] __________________________________ Confidentiality Statement: This email/fax, including attachments, may include confidential and/or proprietary information and may be used only by the person or entity to which it is addressed. If the reader of this email/fax is not the intended recipient or his or her agent, the reader is hereby notified that any dissemination, distribution or copying of this email/fax is prohibited. If you have received this email/fax in error, please notify the sender by replying to this message and deleting this email or destroying this facsimile immediately. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]