Re: Preventing validation when form is first displayed

2007-08-13 Thread Session A Mwamufiya
I simply configured my default set of interceptors as follows: execute execute This makes sure that the validation doesn't occur when the action is initially fired. You can add more methods to the list if you'd like to. Ses

Re: Preventing validation when form is first displayed

2007-08-13 Thread Yayo
I use to have a loadAction for each page and the real action to post to... Maybe I didn't catch the problem, do you use that scheme? On 8/13/07, Session A Mwamufiya <[EMAIL PROTECTED]> wrote: > > Hi, I have an action that is validateable and uses the validate method to > ensure that an element is

Re: RE Preventing validation when form is first displayed

2007-08-13 Thread Session A Mwamufiya
Great, thanks! it worked. Best, Session > Hi, > > I had the same problem, and added in my struts.xml : > > execute, > input,back,cancel,browse, detail, delete, goAdd, goModif, view >name="excludeMethods"> execute,input,back,cancel,browse, detail, delete, > goAdd, goModif, view > > So

RE Preventing validation when form is first displayed

2007-08-13 Thread MLENEVEUT
Hi, I had the same problem, and added in my struts.xml : execute, input,back,cancel,browse, detail, delete, goAdd, goModif, view execute,input,back,cancel,browse, detail, delete, goAdd, goModif, view So