Hi all,

I'm trying to use struts 1.1 modules.
I'm migrating old Struts 1.0 web application.
For the moment i have isolated a part of this application and followed the user guide 
to put it in a module. The other part is defaut ans still use struts-config.xml.

So i have : 
- struts-config.xml
- struts-module1.xml
- a directory called module1 in my web application root directory.
- my web.xml declare 2 config files : 
<init-param>
   <param-name>config</param-name>
   <param-value>/WEB-INF/struts-config.xml</param-value>
</init-param>
<init-param>
   <param-name>config/module1</param-name>
   <param-value>/WEB-INF/struts-module1.xml</param-value>
</init-param>


My problem is when im in my module called "module1", it seems action mapping is 
schearching for actions in my default struts-congig.xml file?...

I also try to switch from my welcome page to my module1 and get : "Invalid 
sub-application prefix activiteReduite was specified"
when using SwitchAction... :-(

What did i do wrong?

Thanks for help.

Alexandre.

-------------------------------------------------------------
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