Re: Module navigation

2004-04-08 Thread Marian Schedenig
On Thursday 08 April 2004 20:14, Jason Miller wrote: > I found a solution to this problem by defining the global forwards and > resources in a common configuration file, then using that common > configuration in each module (in addition to the module specific configs.) Excellent. This is EXACTLY w

Re: Module navigation

2004-04-08 Thread Marian Schedenig
On Thursday 08 April 2004 20:14, Bill Siggelkow wrote: > The "module" attribute is available on the html:link tag in Strut 1.2. I see. I couldn't find any version information in the taglib doc. > One thing you could try would be using the "href" attribute with a > relative URL. > > Goto User Foo

Re: Module navigation

2004-04-08 Thread Bill Siggelkow
The "module" attribute is available on the html:link tag in Strut 1.2. One thing you could try would be using the "href" attribute with a relative URL. Goto User Foo As you said, you could also use the SwitchAction. Marian Schedenig wrote: In our Struts-/Tile-based web application, we have tro

Re: Module navigation

2004-04-08 Thread Jason Miller
I was faced with something similar in my last project - while the app was split into multiple modules (13, to be exact,) there were several things that I needed to be truly global, like various forwards, and certain resource bundles. I found a solution to this problem by defining the global for