RE: Error using validator

2006-06-14 Thread José María Tristán
o: Re: Error using validator José María Tristán wrote: > java.lang.NullPointerException > seda.coffeenet.SeguimientoComercial.struts.action.IndexSeguiComerAction.exe > cute(IndexSeguiComerAction.java:25) > I would start by looking at IndexSeguiComerAction.ja

Re: Error using validator

2006-06-14 Thread Dave Newton
José María Tristán wrote: > java.lang.NullPointerException > > seda.coffeenet.SeguimientoComercial.struts.action.IndexSeguiComerAction.exe > cute(IndexSeguiComerAction.java:25) > I would start by looking at IndexSeguiComerAction.java line 25. Dave --

Re: Error using validator

2006-06-14 Thread Scott Van Wart
José María Tristán wrote: Hello, I'm trying to use validator framework but the aplication don't works. In the struts-config.xml i have: Your form-bean should be referencing your own class (like mypkg.form.SeguimientoComercialForm) that itself extends ValidatorForm.

Error using validator

2006-06-14 Thread José María Tristán
Hello, I'm trying to use validator framework but the aplication don't works. In the struts-config.xml i have: then mapping: And the plugin: My v