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
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
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
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
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
5 matches
Mail list logo