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
password and click submit... it throws me this error : [Servlet Error]-[org.apache.struts.action.ActionForm]: java.lang.InstantiationException: org.apache.struts.action.ActionForm at java.lang.Class.newInstanceImpl(Native Method) at java.lang.Class.newInstance(Class.java:1263

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

2008-04-30 Thread Dave Newton
g curve, etc.) on a greenfield project rather than attempt to shoehorn it into an existing ecosystem. Dave [1] http://struts.apache.org/2.x/docs/struts-1-plugin.html > Laurie Harper wrote: > > > > Sandy143 wrote: > >> Hello Everyone : > >> > >> [Servlet

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

2008-04-30 Thread Sandy143
> > > com.XXX.XXX.homeAction > > /home.jsp > > > > > > Laurie Harper wrote: >> >> Sandy143 wrote: >>> Hello Everyone : >>> >>> [Servlet Error]-[org.apache.struts.action.ActionForm]: &

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

2008-04-30 Thread Sandy143
com.XXX.XXX.homeAction /home.jsp Laurie Harper wrote: > > Sandy143 wrote: >> Hello Everyone : >> >> [Servlet Error]-[org.apache.struts.action.ActionForm]: >> java.lang.InstantiationException: org.apache.struts.action.Acti

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

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

2008-04-30 Thread Sandy143
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 same. Please let