Struts 2 client side validation and preparable interceptor?

2008-02-15 Thread jpiser
and they are both ultimately calling an update method that would be the same, so I do not need two action beans that would have the same methods. Thanks for any help you can give! John -- View this message in context: http://www.nabble.com/Struts-2-client-side-validation-and-preparable-interceptor

Re: Struts 2 client side validation and preparable interceptor?

2008-02-15 Thread Laurie Harper
jpiser wrote: I have a couple of questions regarding the preparable interceptor: 1. By implementing the preparable interface alone I can have my prepare() method called before my action. Great, no problem. But If I want to utilize multiple prepare methods, e.g. prepareInput(),