Re: How to make validator framework call the input method

2008-10-15 Thread Dave Newton
--- On Wed, 10/15/08, Néstor Boscán wrote: > But the prepare method will be called if a validation error > happens or not. If a validation error happens I want to load the combo > data, but if not I don't need to load that data. You can also use prepareXxx, where Xxx is the method name. But if yo

Re: How to make validator framework call the input method

2008-10-15 Thread Néstor Boscán
But the prepare method will be called if a validation error happens or not. If a validation error happens I want to load the combo data, but if not I don't need to load that data. Regards, Néstor Boscán On Wed, Oct 15, 2008 at 2:09 AM, Lukasz Lenart <[EMAIL PROTECTED] > wrote: > 2008/10/14 Nést

Re: How to make validator framework call the input method

2008-10-14 Thread Lukasz Lenart
2008/10/14 Néstor Boscán <[EMAIL PROTECTED]>: > I'm using the validator frame in Struts 2.0.11.2. When the validator > framework fails I need to call the input method to load some combo data. But > the validator framework automatically calls the input result. If I chain > that input result with the

How to make validator framework call the input method

2008-10-14 Thread Néstor Boscán
Hi I'm using the validator frame in Struts 2.0.11.2. When the validator framework fails I need to call the input method to load some combo data. But the validator framework automatically calls the input result. If I chain that input result with the input method I loose the fieldErrors and actionEr