Thanks, David. Just for my understanding: Links generated by SHtml.link are valid throughout the entire session?
For a multi-page form, storing the referrer in the first step in a RequestVar would then also work, I take it. Thank you, Clemens On 4-Apr-09, at 6:41 PM, David Pollak wrote: > S.referer.map(from => SHtml.link("cancel", () => redirectTo(from))) > openOr Text("") > > On Sat, Apr 4, 2009 at 3:20 PM, Clemens Oertel <clemens.oer...@gmail.com > > wrote: > > Hi, > > What's the best way to get generic "Cancel" links into forms, lift- > style? Assuming that a form can be called from different pages in the > application, and the cancel link should return to the originating > page? > Would it work to have a RequestVar for the target of the cancel link, > and populate it using the linking page's URI: > SHtml.link(editUrl, () => {...; cancelLinkRV(S.request.uri)}, > Text("Edit")) > > Is the URI really reusable like this? > > Or is there already some better way provided by lift? > > Thanks, > Clemens > > > > > > > -- > Lift, the simply functional web framework http://liftweb.net > Beginning Scala http://www.apress.com/book/view/1430219890 > Follow me: http://twitter.com/dpp > Git some: http://github.com/dpp > > > Clemens Oertel clem...@oertel.ca Clemens Oertel clem...@oertel.ca --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@googlegroups.com To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---