If you need to execute different validation for each method, would'n it be more pertinent to validate programatically, invoking the corresponding validation method from each action method ?
On Wed, Oct 29, 2008 at 10:55 AM, Juanjo Cuadrado <[EMAIL PROTECTED]> wrote: > Hi, > > I need to know how to recover (from the validation method) the name of de > action that has been invoked. I want to know the name of the method that > will be executed for this action (in the struts.xml I have put diferents > methods for the same action class). > > Thanks. > -- Hernán J. González http://hjg.com.ar/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

