You cannot emded a tag inside another tag. You can achieve what you are trying as follows
value="<%=styleData.getKey()%>" Sri -----Original Message----- From: shashi_struts [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 7:23 AM To: Struts Users Mailing List Subject: html:multibox and bean:write hi hi i am using multibox and in the value i want a data comes from the logic:iterate and write through the bean:write but it gives a problem <logic:iterate id="styleData" name="style" property="styleData" indexId="index"> <tr> <td valign="middle" width="83"> <html:multibox name="style" property="styleID" value= "<bean:write name="styleData" property="key"/>"/> </td> <td width="167"> <br> <bean:write name="styleData" property="value"/></td> </tr> </logic:iterate> --------- this is my code please consider this and help me Shashi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]