Re: Validating a form bean

2006-11-02 Thread Chris Pratt
Do you have accessors and mutators for your attributes? Those private variables can't be accessed by Struts without them. (*Chris*) On 02 Nov 2006 11:50:14 +0100, Jorge Martín Cuervo < [EMAIL PROTECTED]> wrote: El jue, 02 de 11 de 2006 a las 11:45, chamal desilva escribió: in the method vali

Re: Validating a form bean

2006-11-02 Thread Jorge Martín Cuervo
El jue, 02 de 11 de 2006 a las 11:45, chamal desilva escribió: in the method validate in CustomerForm class you must call the validate method of AccountClass. > Hi, > > I have a form bean as this one > > public class CustomerForm extends ActionForm > { > private AccountForm accForm = null;