Hello I've been successfully forwarding a form submit to an Action (A0) which uses a parameter in the form to forward to another Action (call it A1) which performs business logic and populates a bean to display in a result page. It all works.
I now copy that working Action (A1) class to another business logic Action (A2) and rename it where appropriate. I set up the config file for the new Action A2, and change my input form so it offers another parameter such that Action A0 will forward to A2. When the new Action class (A2 is FindBusinessSimple in this case) is forwarded to, I get this weird error in the log: [Servlet LOG]: action: Error creating Action instance for path '/findBusiness', class name '******.inquire.FindBusinessSimple': java.lang.VerifyError: (class: ********/inquire/FindBusinessSimple, method: perform signature: (Lorg/apache/struts/action/ActionMapping;Lorg/apache/struts/action/ActionForm;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)Lorg/apache/struts/action/ActionForward;) Incompatible object If I select the other parameter in the form, class A1 still works as before. (I've had to ***** some of the package names for confidentiality reasons but that doesn't change the problem!) Any ideas please? I'm stumped. I'm running in WebSphere App Server 4.0 and up until now, that hasn't been a problem... Thanks Rob Breeds -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

