Hi Jose. The "name" property should refer to an actual name, not a class. The name you should use will be the one referred to in the "name" attribute specified in the corresponding action tag in struts-config.xml.
-- Jim Jose Casas <[EMAIL PROTECTED]> writes: > Does anybody know what this error means. > > Cannot find bean com.walmart.telecomorder.formbeans.RelocationForm in scope > null > > THe following line seems to be causing this error. When i take it out of my > jsp, the jsp works fine. > > <bean:define id="somebean" > name="com.walmart.telecomorder.formbeans.RelocationForm" > property="SelectBox1List" type="java.util.ArrayList"/> > > Thanks. > > Jose Casas > > E-Commerce Applications > (501) 277-3112 > [EMAIL PROTECTED] > > > > ********************************************************************** > This email and any files transmitted with it are confidential > and intended solely for the individual or entity to > whom they are addressed. If you have received this email > in error destroy it immediately. > ********************************************************************** > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

