Re: Validation ignored

2004-08-05 Thread Anders R. Sveen
Sorry guys. I figured it out. It helps extending ValidatorForm. Doh. ;) Anders, Quoting "Anders R. Sveen" <[EMAIL PROTECTED]>: > I've got a formbean and a action that is working, but I can't apply > validation. > (config below) Through my debugger I can see that the validate() method is > called

Validation ignored

2004-08-05 Thread Anders R. Sveen
I've got a formbean and a action that is working, but I can't apply validation. (config below) Through my debugger I can see that the validate() method is called, which in turn calls super.validate(). The getCountryid() method on the form is NEVER acessed upon submit. --- struts-config.xml ---