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