You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Menke, John" <Jo...@acs-inc.com> on 2003/08/20 23:30:33 UTC

Does Struts Menu work with subapps?

Will the menu be able to handle links to subapps correctly?  

-jm



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: Does Struts Menu work with subapps?

Posted by Mark Zeltser <Ma...@morganstanley.com>.
Yes,

I had to modify URL reference inside of javascript file (e.g.
"url(<html:rewrite forward='img_plus'/>)") and define forward inside of
main-struts-config.xml:
 <forward   name="img_plus"    contextRelative="true"
path="/images/plus.gif"/>

Mark.



"Menke, John" wrote:

> Will the menu be able to handle links to subapps correctly?
>
> -jm
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org

--
NOTICE: If received in error, please destroy and notify sender.  Sender
does not waive confidentiality or privilege, and use is prohibited.



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: Does Struts Menu work with subapps?

Posted by Edgar Dollin <ed...@blue-moose.net>.
It doesn't do url rewriting, but if you are using cookies I believe you will
be OK.

Edgar

-----Original Message-----
From: Menke, John [mailto:John.Menke@acs-inc.com]
Sent: Wednesday, August 20, 2003 5:31 PM
To: 'Struts (E-mail)'
Subject: Does Struts Menu work with subapps?


Will the menu be able to handle links to subapps correctly?

-jm




---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org