Hi Struts 2 users,

I have in a class different actions, each one with its own method.

I want a validate() method for each of these actions, I'm not sure if I can
have more than one validate() method in a class,
so all the actions would have the same validation.

should i split all my actions in different classes so each one could have
its own validate() method??

thanks

Reply via email to