Need a little help with syntax dilemma:
I am iterating over a list like so:
<logic:iterate id="attributeBean" name="AttributesForm"
property="attributeList" '>
and creating <html:radio buttons like this:
tml:radio name="attributeBean" property="attributeName"
value="selected" indexed="true"
onclick="javascript:selectedRadio('XXX');" />
And the problem is within the onclick event, I need to send another
property from attributeBean to a handler.
javascript:selectRadio('<bean:write name="attributeBean"
property="attributeName"/>');
But no matter what I try, <bean:write
<c:out
I get error messages:
Any ideas how to accomplish this?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]