Re: T5: ActionLink with two parameter context

2007-10-30 Thread Josh Canfield
You can return a Link instead of the Class with the context containing your id. Use the ComponentResources to create the link. On 10/29/07, Angelo Chen <[EMAIL PROTECTED]> wrote: > > > Hi, > > I redirect to another page in my ActionLink using following code: > Class onActionFromEdit(Long id) >

Re: T5: ActionLink with two parameter context

2007-10-29 Thread Nick Westgate
The context is a list, so you pass it a list with two entries. Cheers, Nick. Angelo Chen wrote: Hi, I need to pass two paramters as context in an ActionLink, how to do that? thanks. A.C. - To unsubscribe, e-mail: [EMAIL PR

T5: ActionLink with two parameter context

2007-10-29 Thread Angelo Chen
Hi, I redirect to another page in my ActionLink using following code: Class onActionFromEdit(Long id) { return EditPage.class; } this works, now I'd like to pass the id as well to the EditPage so that its OnActivate(Long id) will be called, how to do this? thanks. A.C. -- View th

T5: ActionLink with two parameter context

2007-10-29 Thread Angelo Chen
Hi, I need to pass two paramters as context in an ActionLink, how to do that? thanks. A.C. -- View this message in context: http://www.nabble.com/T5%3A-ActionLink-with-two-parameter-context-tf4716023.html#a13481391 Sent from the Tapestry - User mailing list archive at Nabble.com. ---