Are you running Struts 1 or 2? How is your button causing a redirect?
On Tue, Sep 22, 2009 at 10:00 AM, Dennis Atkinson < dennisatkinson...@yahoo.com> wrote: > Hi all. > > I have a data entry page with a button to redirect to another page. > Problem is, pressing that button causes all validations to run on every > field in the page. I want to immediately get away from that page without > having to enter data. > > I know that if I redirect to the "input" method, the validations don't run. > But whatever other method I call, the validations are always run. Could > someone tell me how to do this? Are there other methods I could call? Or > is there a parameter I can set that I haven't found yet? > > Thanks in advance, > Dennis > > >