No. Sorry, I realize a little more detail would help. I'm really just trying to keep the origin URL for the start of a subflow, for example, registration. So I put the source page into a field called targetUrl, and when the subflow is done, the final state redirects to the targetUrl. The bugzooky application works this way. I'm just having trouble combining that idea with bound Urls. Is there a "standard" way to do it?
On Wed, Aug 13, 2008 at 11:24 AM, Poitras Christian <[EMAIL PROTECTED]> wrote: > Are you using <stripes:link> tag to get http://host/foo? > > Christian > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joel Truher > Sent: Wednesday, August 13, 2008 1:59 PM > To: Stripes Users List > Subject: [Stripes-users] UrlBinding => sourcePage? > > Hi, > > Apologies in advance for the newbie question. I'm using UrlBinding for clean > URLs, and I can't figure out how to get the actual request URL. Both of > these: > > pageContext.request.requestURL > > actionBean.context.sourcePage > > return the jsp page URL, not the request URL. > > So, e.g.: > > @UrlBinding("/foo") > public class Foo extends ActionBean { > public resolution bar() { > return new ForwardResolution("/baz.jsp"); > } > } > > what I want is > > http://host/foo > > but what I get is > > http://host/baz.jsp > > Again, apologies for the newbie nature of my question. Can anyone help me? > Thanks! > > > Joel ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
