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
for all cross module navigation. Made things somewhat simpler, and kept everything in one place. Jason Marian Schedenig wrote: In our Struts-/Tile-based web application, we have troubles navigating between modules. A simplified scenario looks like this: Default module - Portal page, login

Module navigation

2004-04-07 Thread Marian Schedenig
In our Struts-/Tile-based web application, we have troubles navigating between modules. A simplified scenario looks like this: Default module - Portal page, login,... Module "users" - User management Module "admin" - Administration & settings ... All pages are based on one basic Tiles definition