On 2/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> 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.

Try this: http://wiki.apache.org/struts/StrutsWidgets

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to