On Mon, Nov 8, 2010 at 5:58 PM, Alfredo Manuel Osorio Martinez wrote:
>> you can trivially avoid unnecessary prepare calls.
> How can I avoid unnecessary prepare calls? I mean how can I avoid the
> prepare method won't be called if there are not validation errors.

>> De: Dave Newton [mailto:davelnew...@gmail.com]
>> Enviado el: Monday, November 08, 2010 10:47 AM
>> Don't submit to the same action. Or use prepare{methodName}. Or take
>> advantage of it being a MethodFilterInterceptor and configure it to
>> run only for the methods you want. Or extend it to default to your
>> desired application-specific behavior. Or...

Dave

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

Reply via email to