You can set your property and then call onActivate(...) on an instance of the page injected via @InjectPage and then return that. If your onPassivate method returns the correct activation context I think it'll work. The property will have to be persistent, of course.

-Filip

On 2008-03-19 11:05, Adam Zimowski wrote:
I was on the same boat just the other day. I ended up moving that
property to the context and it worked fine for me.

On Wed, Mar 19, 2008 at 12:51 AM, Bill Holloway <[EMAIL PROTECTED]> wrote:
I have an actionlink method to redirect to a page that has an
 activation context but that also needs to have a settable property set
 on it before I send the browser there.  I don't want to pump the
 property into application state.

 I would like to be able to use _componentResources.createPageLink
 (...) to return a Link to the page, but I can't set the target page's
 (needed) page property.

 Any suggestions?

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



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


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

Reply via email to