"Craig R. McClanahan" wrote:
> Tomcat only knows how to auto-expand WAR files if you store them in the webapps
>directory
> -- not if they are elsewhere in your filesystem.
I'll assume this is a feature.
> Yes there has, compared to Struts 0.5 ... the validate() method now takes arguments.
> I'm
> going to add a deprecated validate() method to ActionForm.java so you will at least
>get
> warned about this.
>
> Note also that the parameters to the perform() method are different in 1.0 versus
>0.5 as
> well. I just added a deprecated perform() method to warn people about this one.
Well, it worked in the build from a few weeks ago (a 1.0 model). I had read
about the change in validate, but since I didn't get a warning on the compile
I thought I was safe. Also the javadoc perform method signature matched
my one.
I thought it might have been something like the configuration.