Hi

I want to put a radio button in a form and have the value of the "value" 
field to come from a bean, only I don't know how to do this.  The 
incorrect way to writting this is

<html:radio property="typeOfRequestor"
        value="<bean:write name="userstag" property="userName" 
filter="true"/>"
/>

Which will give problems, how can I set the value of the "value" field 
to a value in a bean?

Cheers

Tony






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

Reply via email to