Re: Store Interceptor not working with field error (using Hibernate validation)

2012-12-22 Thread cyanoboy
; > > > On Fri, Dec 21, 2012 at 10:48 PM, cyanoboy <[hidden email] > > wrote: > > > I copied wrong. The right code is this: > > > > > > > class="util.SessionCheckInterceptor"/> > > > >

Re: Store Interceptor not working with field error (using Hibernate validation)

2012-12-21 Thread cyanoboy
I copied wrong. The right code is this: image/png STORE baseLayout showinsertform showinsertform RETRIEVE

Store Interceptor not working with field error (using Hibernate validation)

2012-12-21 Thread cyanoboy
I have a Jsp with some textfields, these are validate using Hibernate validation annotation (@Valid or @NotNull in the action) except one (input image file) that is validate with default Struts2 validation (using ActionName-validation.xml). I want to redirect to another action when the submitted fo