if that's how you want to do it you need to change your quotes from:
<option value="<bean:write name="module" property="module_id"/>">abc</option>
to:
<option value='<bean:write name="module" property="module_id"/>'>abc</option>



From: "Ricky Lee" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Subject: Re: Basic question about <html:
Date: Tue, 25 Nov 2003 20:21:29 +0800

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" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL 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: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

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


_________________________________________________________________
Is there a gadget-lover on your gift list? MSN Shopping has lined up some good bets! http://shopping.msn.com



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



Reply via email to