Re: [s2] Finding a URL of an Action within execute()

2007-01-31 Thread Eric Rank
to get that. --- On Tue 01/30, Eric Rank [EMAIL PROTECTED] wrote: From: Eric Rank [mailto: [EMAIL PROTECTED] To: user@struts.apache.org Date: Tue, 30 Jan 2007 16:56:21 -0700 Subject: [s2] Finding a URL of an Action within execute() Hi List,I'm attempting to construct a URL within an action's

Re: [s2] Finding a URL of an Action within execute()

2007-01-31 Thread Eric Rank
Never mind, I found it. org.apache.struts2.views.util.UrlHelper E. One last question, where does the UrlHelper class come from? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[s2] Finding a URL of an Action within execute()

2007-01-30 Thread Eric Rank
Hi List, I'm attempting to construct a URL within an action's execute code. The URL will be sent out in an email, serving as a link for a user to click on. It'd be great if I could do this by finding the URL of an Action using the Action name, which I have defined in the struts.xml file.

RE: [s2] Finding a URL of an Action within execute()

2007-01-30 Thread bob
mappings so maybe someone can tell you how to get that. --- On Tue 01/30, Eric Rank [EMAIL PROTECTED] wrote: From: Eric Rank [mailto: [EMAIL PROTECTED] To: user@struts.apache.org Date: Tue, 30 Jan 2007 16:56:21 -0700 Subject: [s2] Finding a URL of an Action within execute() Hi List,I'm

Re: [s2] Finding a URL of an Action within execute()

2007-01-30 Thread Eric Rank
you how to get that. --- On Tue 01/30, Eric Rank [EMAIL PROTECTED] wrote: From: Eric Rank [mailto: [EMAIL PROTECTED] To: user@struts.apache.org Date: Tue, 30 Jan 2007 16:56:21 -0700 Subject: [s2] Finding a URL of an Action within execute() Hi List,I'm attempting to construct a URL within

Re: [s2] Finding a URL of an Action within execute()

2007-01-30 Thread Tom Schneider
mappings so maybe someone can tell you how to get that. --- On Tue 01/30, Eric Rank [EMAIL PROTECTED] wrote: From: Eric Rank [mailto: [EMAIL PROTECTED] To: user@struts.apache.org Date: Tue, 30 Jan 2007 16:56:21 -0700 Subject: [s2] Finding a URL of an Action within execute() Hi List,I'm