Re: prepare method not working

2009-03-05 Thread vhumble
Thanks Dave. It is working after I implemented the Preparable interface vhumble wrote: > > Thank you. As of now I am not implementing Preparable. But I will try > implementing it and see. I thought the order of interceptors in > struts-default package will automatically take preced

Re: prepare method not working

2009-03-05 Thread vhumble
Thank you. As of now I am not implementing Preparable. But I will try implementing it and see. I thought the order of interceptors in struts-default package will automatically take precedence and get applied as validation happens automatically. newton.dave wrote: > > vhumble wrote: >&

prepare method not working

2009-03-04 Thread vhumble
Hi, I am implementing prepare method to populate the values in the list if validation fails and we need to present the same page back to the user. Even after implementing the prepare method, I still get the same error as before and when I debug with eclipse, i never enter into prepare method. I