You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by meena <me...@yahoo.com> on 2006/10/07 17:50:17 UTC

init param in web.xml

Hi

I have the  following lines in  web.xml

 <init-param>
            <param-name>config</param-name>
           
<param-value>/WEB-INF/struts-config.xml@dependency.struts.config@</param-value>
        </init-param>
Here struts-config.xml is ok.But what is the meaning of
@dependency.struts.config@ ?

Can anybody explain me ?

Thank you so mcuh.
-- 
View this message in context: http://www.nabble.com/init-param-in-web.xml-tf2401176.html#a6695201
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: init param in web.xml

Posted by ShiBing Chen <di...@gmail.com>.
@dependency.struts.config@ just a placeholder, it will be replace by
something related.

On 10/7/06, meena <me...@yahoo.com> wrote:
>
> Hi
>
> I have the  following lines in  web.xml
>
>  <init-param>
>             <param-name>config</param-name>
>
> <param-value>/WEB-INF/struts-config.xml@dependency.struts.config@</param-value>
>         </init-param>
> Here struts-config.xml is ok.But what is the meaning of
> @dependency.struts.config@ ?
>
> Can anybody explain me ?
>
> Thank you so mcuh.
> --
> View this message in context: http://www.nabble.com/init-param-in-web.xml-tf2401176.html#a6695201
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org