You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Dinesh B sampangi <di...@hotmail.com> on 2003/05/22 14:15:19 UTC

logic:iterate

Hi ! All,
   can i use something like this
 
<nested:select property="Code" >
   <logic:iterate id='opt' name='<nested:write  property="abc.def.method" />' indexId='id' type='java.lang.String'>
                     <html:option  value="<%=opt%>" />
       </logic:iterate>
</nested:select>

i'm getting the following exception:

javax.servlet.jsp.JspException: Cannot find bean <nested:write property="abc.def.method" /> in any scope 

can this be acheived by some other way..

TIA,
Dinesh