Re: Adding getLink() to ICallback

2007-04-25 Thread Geoff Callender
Thanks, Jesse. I've added it to JIRA and included implementation code. https://issues.apache.org/jira/browse/TAPESTRY-1429 Geoff On 25/04/2007, at 10:59 PM, Jesse Kuhnert wrote: Something like that sounds reasonable (I think) - at least until I look at the impl code. A jira issue wo

Re: Adding getLink() to ICallback

2007-04-25 Thread Jesse Kuhnert
Something like that sounds reasonable (I think) - at least until I look at the impl code. A jira issue would help us remember. (or if you wanted to patch it and post it to jira it'd be doubly helpful ;) ) On 4/25/07, Geoff Callender <[EMAIL PROTECTED]> wrote: I'd like to see a getLink() method

Adding getLink() to ICallback

2007-04-25 Thread Geoff Callender
I'd like to see a getLink() method added to ICallback so we can do redirect-after-post with the callback. public ILink getLink(IRequestCycle cycle); The reason is that I like to keep a "callback stack" as I descend into the pages. A page can pop its calling page off the stack and