You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by uh...@post.ch on 2003/05/06 16:37:08 UTC

Cannot find bean columnView in any scope

Hi all

I get always an error (javax.servlet.jsp.JspException: Cannot find bean
columnView in any scope) when I try to read a list in a list.

source:

<logic:iterate id="tableView" name="adminDataForm" property="tableList"
>
  <table>
  <logic:iterate name="tableView" id="columnView" property="columnList">
    <tr>
      <td><bean:write name="columnView" property="name"/></td>
   </tr>
   </logic:iterate>
   </table>
</logic:iterate>

I also tried with this:
http://marc.theaimsgroup.com/?l=struts-user&m=104575299502257&w=2. But
it didn't work.

Any idea's?

Thanks

--
simon


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org