I am migrating a Struts 1 application to Struts 2. In the Struts 2 documentation which it compares the difference it says,
Struts 2 also supports the
ActionForm
pattern, as well as POJO form objects and POJO Actions.
But i dont find any classes similar to ActionForm
or ValidatorForm
in Struts 1. So in this case how can I keep the existing ActionForm
pattern in Struts 1 with the new Struts 2 jars?