You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Don Brown (JIRA)" <ji...@apache.org> on 2007/09/26 15:10:37 UTC

[jira] Updated: (WW-2210) add servlet-mapping path style support for include tag in config file

     [ https://issues.apache.org/struts/browse/WW-2210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Don Brown updated WW-2210:
--------------------------

    Fix Version/s: Future
         Assignee:     (was: James Holmes)

> add servlet-mapping path style  support  for include tag in config file 
> ------------------------------------------------------------------------
>
>                 Key: WW-2210
>                 URL: https://issues.apache.org/struts/browse/WW-2210
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Configuration
>    Affects Versions: 2.0.11
>            Reporter: zhouyanming
>             Fix For: Future
>
>
> I wish struts2 can do this like spring configuration "classpath*:resources/applicationContext-*.xml",it make more easy for modularization and plugin.
> <?xml version="1.0" encoding="UTF-8" ?>
> <!DOCTYPE struts PUBLIC
>     "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
>     "http://struts.apache.org/dtds/struts-2.0.dtd">
> <struts>
> 	<constant name="struts.devMode" value="true" />
> 	<constant name="struts.i18n.encoding" value="UTF-8" />
> 	<include file="resources/struts-*.xml" />
> </struts>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.