Re: Controller Configuration

2008-02-11 Thread tjahfe
t; >> > > That won't work, and should cause an error during startup, since it > violates the DTD. > > L. > > > - > To unsubscribe, e

Re: Controller Configuration

2008-02-11 Thread Laurie Harper
tjahfe wrote: Hi, Is it possible to have more than one controller configuration definition in struts-config.xml? No, the DTD for struts-config.xml specifies only one is allowed. Currently, I have the following definition: and I would like to set the default maxFileSize... Should I add

Controller Configuration

2008-02-11 Thread tjahfe
Hi, Is it possible to have more than one controller configuration definition in struts-config.xml? Currently, I have the following definition: and I would like to set the default maxFileSize... Should I add the new setting as part of the current definition, ie: or should I add the new