Re: java.lang.InstantiationException: org.apache.struts.action.ActionForm

2008-05-01 Thread Dave Newton
--- Sandy143 <[EMAIL PROTECTED]> wrote: > I have replaced with normal href ... > > I am able to view Login.jsp. But when I click on submit ...it throws me > out. > > Please let me know at your earliest possible Are you billing by the hour for this? Seriously, have you seen the last three times

Re: java.lang.InstantiationException: org.apache.struts.action.ActionForm

2008-05-01 Thread Sandy143
Yes ... I have replaced with normal href ... I am able to view Login.jsp. But when I click on submit ...it throws me out. Please let me know at your earliest possible newton.dave wrote: > > --- Sandy143 <[EMAIL PROTECTED]> wrote: >> Let me be clear then ... >> >> I am trying to migrate fro

Re: java.lang.InstantiationException: org.apache.struts.action.ActionForm

2008-04-30 Thread Dave Newton
--- Sandy143 <[EMAIL PROTECTED]> wrote: > Let me be clear then ... > > I am trying to migrate from struts1.2 to struts2. So you're using the S1 Plugin, correct? Do you understand you will have to re-write all your JSPs to use Struts 2 tags? > LoginActionForm is extending ValidatorActionForm. I

Re: java.lang.InstantiationException: org.apache.struts.action.ActionForm

2008-04-30 Thread Sandy143
Let me be clear then ... I am trying to migrate from struts1.2 to struts2. I did all the required configuration. I could get the login page. LoginActionForm is extending ValidatorActionForm. I defined an interceptor for it in struts.xml. Validation is form based. BUT when I enter username and

Re: java.lang.InstantiationException: org.apache.struts.action.ActionForm

2008-04-30 Thread Dave Newton
--- Sandy143 <[EMAIL PROTECTED]> wrote: > Now I am migrating from struts1 to struts2. What were you doing before? Please note: your configuration files aren't getting to everybody properly (me, at least), so it's even more difficult to help. Consider configuring your email client to send text-onl

Re: java.lang.InstantiationException: org.apache.struts.action.ActionForm

2008-04-30 Thread Sandy143
Sorry ... This error is produced when I enter something in jsp and click on a button ... Thanks, Sandy Sandy143 wrote: > > Hi, > > Now I am migrating from struts1 to struts2. > > In struts1 I have a homeAction which extends dispatchAction and it uses > homeActionForm. > > I have configured

Re: java.lang.InstantiationException: org.apache.struts.action.ActionForm

2008-04-30 Thread Sandy143
Hi, Now I am migrating from struts1 to struts2. In struts1 I have a homeAction which extends dispatchAction and it uses homeActionForm. I have configured it this way in struts.xml: com.XXX.XXX.HomeActionForm homeActionForm

Re: java.lang.InstantiationException: org.apache.struts.action.ActionForm

2008-04-30 Thread Laurie Harper
Sandy143 wrote: Hello Everyone : [Servlet Error]-[org.apache.struts.action.ActionForm]: java.lang.InstantiationException: org.apache.struts.action.ActionForm I get this error when I try to migrate from Struts 1.2.8 to Struts2. I have validations to the form. I am using interceptors for the sam