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 same.

Please let me know ... if I am missing something or need to add something.

Your question is far too vague. ActionFrom is a Struts1 type; interceptors are a Struts2 concept; saying 'I have validations' or 'I am using interceptors' tells us nothing about how you have these configured.

Since you seem to be struggling with integrating S1 and S2 in the same app, I suggest you go back to basics and create a minimal, empty app using S1 and S2 together and use it as a starting point to explore each issue you find in isolation. That way you can post complete but concise examples of code and configuration that demonstrate the problem.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to