I know the following works if you have access to a mapping object (as within 
perform/execute):
mapping.findForward("login").getPath();

So maybe you can simply create a new instance of an actionMapping and so forth..?

Regards,
Geeta

"OFlaherty, Colm" wrote:

> I have the following entry in my struts-config.xml file:
>
> <global-forwards>
>         <forward name="login" path="/public_login.do"/>
>         ...
> </global-forwards>
>
> In a Tag Library, I have a String "login", and I want to get the string 
> "/public_login.do" (ie, I want to look up the global forward to see the path it 
> refers to).
>
> What is the best way to do this??
>
> Thanks..
>
> **********************************************************************
> This message is sent in confidence for the addressee
> only.  The contents are not allowed to be disclosed to
> anyone other than the addressee.  Unauthorised
> recipients must preserve this confidentiality and should
> please advise the sender immediately of any error in
> transmission.
> **********************************************************************
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to