Struts config question (w/ tiles, validation)

2006-06-30 Thread Adam Gordon
I've been racking my brains for several hours now and can't seem to find the exact way to configure struts for validation when using tiles and a form bean. My problem is when the URI hits Index.do, so for the first action mapping. Here are the snippets from my config files: validation:

Re: Struts config question (w/ tiles, validation)

2006-06-30 Thread Adam Gordon
Whew, ok, so after 7 hours of debugging, we figured it out. If you want to use validation and you need to use a custom form bean (that extends the validator form) that can pre-populate some form elements while leaving others alone you need to specify the 'validate=false' attribute on the