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