I'm using the logic:iterate tag in my jsp with the following code:
theForm is a dynamic actionform, value(thelist) is a vector containing
the values to be printed. I've checked the Action class, and all values
of the form are properly filled and not null.
<logic:iterate id="item" name="theForm" property="value(list)">
<bean:write name="item"/>
</logic:iterate>
The errormessage is:
org.apache.jasper.JasperException: Cannot find bean blah in any scope
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]