hi, so glad that i met the same question as you....
<html:form action="/addArticleAction">
module id:
<html:select property="module_id">
<logic:iterate name="modules" id="module">
<option value="<bean:write name="module" property="module_id"
/>">abc</option>
</logic:iterate>
</html:select>
article title:<html:text property="article_title" />
<br>
</html:form>
and it show me the errors:
equal symbol expected
---
can't nested tag like that? any solution about this?
----- Original Message -----
From: "Raman" <ramang@(protected)>
To: "Struts Users Mailing List" <struts-user@(protected)>
Sent: Tuesday, November 25, 2003 8:11 PM
Subject: Basic question about <html:
> hello all,
> i have a basic problem in <html:radio
> I want to use it in the loop for radio buttons. But facing problems in
> setting the "value" of the control. i have tried
>
> <html:radio property="id" value="<bean:write
> name="filters" property="FilterId" />">
>
> but this is not working.
>
> Any help regarding this??
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@(protected)
> For additional commands, e-mail: struts-user-help@(protected)
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@(protected)
For additional commands, e-mail: struts-user-help@(protected)