Quick question for which, I can't for the life of me find an answer in
the documentation.

>From within an Action that extends ActionSupport, how can I get access
to another action's URL from knowing the name of that other action.

With Struts1, I would have done something like:

     (new ActionRedirect(mapping.findForward("otherActionName"))).getPath();

What's Struts2's equivalent?  Does the action need to implement some
"Aware" interface?

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

Reply via email to