RE: Antwort: Passing Activation parameters to a page

2010-01-18 Thread aidan.ohagan
- From: Kristian Marinkovic [mailto:kristian.marinko...@porsche.co.at] Sent: 18 January 2010 13:12 To: Tapestry users Subject: Antwort: Passing Activation parameters to a page hi, you can't do it this way. if you return a string Tapestry will interpret it as a logical page name and retu

RE: Passing Activation parameters to a page

2010-01-18 Thread aidan.ohagan
Excellent.. Thanks Thiago. Ill give that a go. -Original Message- From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: 18 January 2010 15:03 To: Tapestry users Subject: Re: Passing Activation parameters to a page On Mon, 18 Jan 2010 12:18:10 -0200, wrote: > I hav

Re: Passing Activation parameters to a page

2010-01-18 Thread Thiago H. de Paula Figueiredo
On Mon, 18 Jan 2010 12:18:10 -0200, wrote: I have a large collection of lots of different Objects of varying classes (all stemming from the one superclass) and have a view/edit page for each of them. Instead of a big switch I simply wanted to redirect to page "viewthe"+selectedType and th

RE: Passing Activation parameters to a page

2010-01-18 Thread aidan.ohagan
@gmail.com] Sent: 18 January 2010 13:07 To: Tapestry users Subject: Re: Passing Activation parameters to a page On Mon, 18 Jan 2010 11:00:12 -0200, wrote: > Hi folks, Hi! > But I have a situation where I need to use the String method for page > navigation but still need to pass a pa

Antwort: Passing Activation parameters to a page

2010-01-18 Thread Kristian Marinkovic
d and return it in your action method g, kris 18.01.2010 14:00 Bitte antworten an "Tapestry users" An Kopie Thema Passing Activation parameters to a page Hi folks, Quick question - I am trying to pass parameters using the activation context. I normally use: InjectPag

Re: Passing Activation parameters to a page

2010-01-18 Thread Thiago H. de Paula Figueiredo
On Mon, 18 Jan 2010 11:00:12 -0200, wrote: Hi folks, Hi! But I have a situation where I need to use the String method for page navigation but still need to pass a parameter. You can't return a String and still pass the activation context. Why do you need to return a String at first?

Passing Activation parameters to a page

2010-01-18 Thread aidan.ohagan
Hi folks, Quick question - I am trying to pass parameters using the activation context. I normally use: InjectPage PageX thePage ... ... onSomeEvent() { thePage.setSomeParameter("SS"); Return thePage; } But I have a situation where I need to use the String method for page navigation but still nee