You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Manuel Correa <mc...@itos.uga.edu> on 2007/08/24 21:36:02 UTC

use the same validation file for two actions...

Hi, 

 

I need to know if I can use two validation file for two action but for
the others methods use another. For example:

I have the method save() , update() and delete(), I need to use the same
validation file to save and update but for delete I need to use another
one.

 

Some knows ??? 

 

What I s a better option: 

1.       Use XML validation files.

2.       Use annotations 

 

Manuel Correa.