Hi, 
I tried it with the idName property as described by Gary but it doesn't
work. I get this Error

No getter method available for property formID for bean under name
org.apache.struts.taglib.html.BEAN

It exists a Formbean for this action with the property formID and there are
getter and setter.

Does anyone know the solution?

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

--

-- 
Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko!
Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner

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

Reply via email to