Re: contextRelative="true" doesn't work in a module

2007-03-22 Thread Oren Livne
Dear Niall: Thanks so much .You are a life saver. It works. Just one note -- the syntax that works is: Here the module must start with a "/", and the path is relative to the module's URL. Thanks! Oren - To unsubscribe,

Re: contextRelative="true" doesn't work in a module

2007-03-22 Thread Niall Pemberton
I've never actually used modules in anger - but the "contextRelative" was considered "deprecated" in favour of the "module" attribute since Struts 1.2.4: http://struts.apache.org/1.x/userGuide/release-notes-1_2_4.html http://wiki.apache.org/struts/StrutsUpgradeNotes11to124 So I guess you s

contextRelative="true" doesn't work in a module

2007-03-22 Thread Oren Livne
Dear All: My application context is called "Catalog". It uses Struts 1.3.8. There are two modules, "default" and "user". In the default component struts config, I have: Both methods work and forward to the correct URLs