A suggestion for struts.xml!

2007-03-20 Thread joey
I think if struts.xml 's element 'include' support wildcard,it will be better. For example I have ten file to be included in struts.xml,now I have to write include file=/config/struts-xxx.xml / ten times.But if it has supported wildcard, I would only need write once like this include

A suggestion for struts.xml!

2007-03-20 Thread joey
I think if struts.xml 's element 'include' support wildcard,it will be better. For example I have ten file to be included in struts.xml,now I have to write include file=/config/struts-xxx.xml / ten times.But if it has supported wildcard, I would only need write once like this include

Re: A suggestion for struts.xml!

2007-03-20 Thread Harring Figueiredo
Even though I would like to have something like this for CLASSPATH in say, ant scripts, I would not want something like this in configuration file for 2 reasons: - Sercuty issues - When it comes to error messages, struts does not really provide good messages (I take that this is because the

Re: A suggestion for struts.xml!

2007-03-20 Thread joey
Thank your reply! I only want more choices.I think wildcard style would be more easier in developing stage, and the current style would be more suitable in deploying stage. On 3/20/07, Harring Figueiredo [EMAIL PROTECTED] wrote: Even though I would like to have something like this for