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 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 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
often I'd like to redirect to it rather than just activate it.

Any comments?





--
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com



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



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 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
often I'd like to redirect to it rather than just activate it.

Any comments?





--
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com


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  
often I'd like to redirect to it rather than just activate it.


Any comments?