you have to build a action-mapping in struts-config.xml, take a look at http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd to validate the struts-config.xml form to insert action-mapping
just like: <action type="com.struts.action.tiles.xxxAction" validate="false" scope="request" path="/moduleListAction" /> i hope it can help you. :) ----- Original Message ----- From: "Rama, Shreekantha (K.)" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, November 27, 2003 12:34 AM Subject: New to Struts ! > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

