Re: servlet parameter is "validate" or "validating"?

2005-06-26 Thread Jan Bares
Thanks for explanation. I think that the servlet tags should contain version attribute/tag otherwise tags for 1.0 can be happily used by 1.1+. Regards, Jan > Those are both Struts 1.0 tutorials (when 'validate' would have been > correct.) And Struts in Action was published in 2003, before even S

Re: servlet parameter is "validate" or "validating"?

2005-06-26 Thread Jan Bares
> Where are you seeing 'validate' being used? (And what version of Struts are > you using?) All of the current docs, and the source, use 'validating'. > (But it defaults to true, so unless you're trying to turn off validation, > you don't need the init param.) (I know that there is "validate" op

servlet parameter is "validate" or "validating"?

2005-06-25 Thread Jan Bares
Hi, I am confused by parameters that can be passed to the ActionServlet from web.xml file. The documentation says, that the parameter name is "validating" but is seems that actual name is "validate": http://struts.apache.org/api/org/apache/struts/action/ActionServlet.html Is this typo in documen