Hi All,
I am new to struts.
I have the following lines of code in my jsp.
<logic:notEqual name="createForm" property="baseXXXVO.method" value="maintain">
<%
FORMTITLE="foms.create.title";
%>
</logic:notEqual>
In struts-config.xml the entry is
<form-bean name="createForm"
type="com.xxx.action.createForm"/>
I am getting the error as
Error 500: Cannot find bean createForm in any scope
Any help ??
Regards
Shree
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]