I think so, look at this.
http://www.learntechnology.net/validate-manually.do
My implementation down here.
/*** CODE ***
/**
* This method is used to execute validation rules
* The good-part,
* 1. can chose to not validate if cancel is submitted .
* 2. If validate excepti
Thanks Laurie,
Its a shame that's the case because having the framework do all the type
conversion makes things so much easier.
I guess this short cut has cost me in the long run!! =)
Cheers
Tom
On 2/11/06, Laurie Harper <[EMAIL PROTECTED]> wrote:
>
> Tom Ansley wrote:
> > Hi all,
> >
> > I hav
Tom Ansley wrote:
Hi all,
I have a form that uses validator to check for simple validation like making
sure that a cash amount is a double. I have the "cancel" button on the form
set so that if it is pressed that validation does not take place. This is
great except when you type a letter into
Tom,
Your expectation is incorrect. The form is always populated. The
cancellation doesn't cancel the population, but cancels the validation.
There has been lengthy discussions about this. Feel free to sign up to
bugzilla and vote this in the 1.2 branch:
http://issues.apache.org/bu
4 matches
Mail list logo