Re: javascript validation of e-mail and 2 fields to be equals

2004-12-05 Thread Richard Tuquet Laburre
Richard Tuquet Laburre a écrit : Hello and excuse me for my bad english (i am french) 1/ On a form, i use the javascript validation for an input field ; but when the tld is .info, the validations fails How can correct this ? 2/ i want to verify (validate with javascript) that 2 fields (password

javascript validation of e-mail and 2 fields to be equals

2004-12-04 Thread Richard Tuquet Laburre
Hello and excuse me for my bad english (i am french) 1/ On a form, i use the javascript validation for an input field ; but when the tld is .info, the validations fails How can correct this ? 2/ i want to verify (validate with javascript) that 2 fields (password) have the same value ; i find a c

Re: Inicialiazing a LookupDispachAction

2004-10-02 Thread Richard Tuquet Laburre
may be you can put "validate=false" in your struts-config.xml and execute form.validate in the methods which have to validate your form PS : excuse me ; my english is bad ; i am french ;-) Gabriel França Campolina a écrit : Hi Folks, I have a action-mapping that mapping a Action named ProdutoActi

Re: ActionErrors

2004-09-16 Thread Richard Tuquet Laburre
I just move my application in Struts 1.1 to Struts 1.2 I made that : Replace all ActionError objects by ActionMessage objects Replace all ActionErrors.GLOBAL_ERROR. by ActionMessage.GLOBAL_MESSAGE Replace all SaveErrors(request, errors) by saveMessages(request,(ActionMessages) errors); and all is

Re: It's not a dirty word...

2004-09-15 Thread Richard Tuquet Laburre
did you write validate=true in you action-mapping ? Andrew Close a écrit : hi all, i've been playing with 'Validator' for a couple of days now and can't quite get it to work. i've read the dev_validator.html on the Validator page and several of the links off that page. i've spent several hours re