RE: Validation, ModelDriven and Field Errors

2007-03-29 Thread Juan Espinosa
Para: Struts Users Mailing List Asunto: Re: Validation, ModelDriven 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

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.

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 s:fielderror/ to get the errros. Anyone knows why the errors

RE: Validation, ModelDriven and Field Errors

2007-03-28 Thread Juan Espinosa
Asunto: Re: Validation, ModelDriven 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 s:fielderror

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.