RE: Validation, ModelDriven and Field Errors

2007-03-29 Thread Juan Espinosa
odelDriven and Field Errors --- Juan Espinosa <[EMAIL PROTECTED]> wrote: > Then i change the action to an action that implements ModelDriven, > when i do this changes the errors next to the controls doesnt appear > any more. I > must add in the jsp page the tag to > get th

RE: Validation, ModelDriven and Field Errors

2007-03-28 Thread Juan Espinosa
dation.xml -Mensaje original- De: Dave Newton [mailto:[EMAIL PROTECTED] Enviado el: miƩrcoles, 28 de marzo de 2007 13:00 Para: Struts Users Mailing List Asunto: Re: Validation, ModelDriven and Field Errors

Re: Validation, ModelDriven and Field Errors

2007-03-28 Thread Dave Newton
--- Juan Espinosa <[EMAIL PROTECTED]> wrote: > Then i change the action to an action that > implements ModelDriven, when i do this changes the > errors next to the controls doesnt appear any more. I > must add in the jsp page the tag to > get the errros. > > Anyone knows why the errors doesnt

Validation, ModelDriven and Field Errors

2007-03-28 Thread Juan Espinosa
Hi to all i have some problems with messages of validation When i started to use validation i have an action with some filelds getting validated (with an xml file, same name of the action). With this approach when an error ocurred the error apears next to the controls that generated that error.

Validation, ModelDriven and Field Errors

2007-03-22 Thread Juan Espinosa
Hi to all i have some problems with messages of validation When i started to use validation i have an action with some filelds getting validated (with an xml file, same name of the action). With this approach when an error ocurred the error apears next to the controls that generated that error.