What do you mean with : 
"where you need to modify the "config" initialization parameter to be a 
comma-delimited list of all the config files for all the modules"

I declared my module as this : 

<init-param>
    <param-name>config</param-name>
    <param-value>/WEB-INF/struts-config.xml</param-value>
</init-param>
<init-param>
    <param-name>config/ActiviteReduite</param-name>
    <param-value>/WEB-INF/struts-activiteReduite.xml</param-value>
</init-param>


Im i right for a defaut module and one names "ActiviteReduite" ?

thanks for help.
----Message d'origine----
>Date: Tue, 3 Dec 2002 08:51:48 -0800 (PST)
>De: "Craig R. McClanahan" <[EMAIL PROTECTED]>
>A: Struts Users Mailing List <[EMAIL PROTECTED]>
>Sujet: Re: Re: Re: struts 1.1. modules examples.
>
>
>
>On Tue, 3 Dec 2002 [EMAIL PROTECTED] wrote:
>
>> Date: Tue,  3 Dec 2002 15:31:02 CET
>> From: [EMAIL PROTECTED]
>> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
>> To: [EMAIL PROTECTED]
>> Subject: Re: Re: Re: struts 1.1. modules examples.
>>
>> Tahnks for help.
>> I've seen the struts 1.1 migrating article.... But there is no example dealing with 
>struts config.xml file.
>> I'm currently downloading an eval version of camino in order to see how it worswith 
>modules...
>>
>>
>
>In principle, you should have to make zero changes to a struts-config.xml
>file to use it for a module, as opposed to a stand-alone application.  The
>only change required is to your web.xml, where you need to modify the
>"config" initialization parameter to be a comma-delimited list of all the
>config files for all the modules.
>
>Craig
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>

-------------------------------------------------------------
NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar...
Web/Wap : www.netcourrier.com
Téléphone/Fax : 08 92 69 00 21 (0,34 € TTC/min)
Minitel: 3615 NETCOURRIER (0,15 € TTC/min)


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to