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 file="/config/*.xml" />.
 is it possible to support wildcard next version?I think I can deploy my
struts application
easier if so.

Reply via email to