RE: [OT] Re: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected

2004-07-30 Thread Shilpa Nalgonda
ay, July 30, 2004 8:37 AM To: Tomcat Users List Subject: [OT] Re: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected Where your app goes after submitting is up to your action code. Normally there's a class that extends org.apache.struts.action.Action and impleme

[OT] Re: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected

2004-07-30 Thread David Smith
Where your app goes after submitting is up to your action code. Normally there's a class that extends org.apache.struts.action.Action and implements the execute method. Somewhere in that execute method is something like return mapping.findForward( "newUser" ) or return mapping.findForward( "r