Hey I am stuck and Don't know how to go about this.
This is my logic:iterate tag.
ActionForm contains Arraylist of com.project.vo.Lock objects.
I get the following exception.
javax.servlet.jsp.JspException: Cannot find bean null in any scope
when I have assigned name="LockMonitorForm" to logic:iterate,
I get the following exception
javax.servlet.jsp.JspException: Cannot find bean LockMonitorForm in any scope
I don't understand this concept at all..
As far as I understand, if I don't specify name attribute then it should look for that property in the formbean which was configured for that JSP in strus-config.xml file. but I don't see this.
when I look at
java code generated for that JSP, I see that it is looking for some object registered with name "mList" in pageContext. As far as I was thinking mList would be a object for my Lock class. but that does not seem to be the case.
I don't know where I can find the complete explanation of these tags and what the java output for these tags would be.
Your help would be greatly appreciated
Please reply
[ December 08, 2004: Message edited by: s penumudi ]