I think having separate classes would be better.

If the validations are almost the same, i.e. one
for "Add" and one for "Update" of the same object,
then perhaps you can have just one action extend
another and they can share some common validation
code in a method defined in the base action.


On 06/24/2010 07:53 AM, lucas owen wrote:
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


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to