You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Peter Dawn <pe...@gmail.com> on 2006/11/07 05:41:21 UTC

How to access pageevent from another method

guys,

i have a method pageBeginRender(PageEvent event). now i have another
method called performManipulation(IRequestCycle cycle).

now from performManipulation i need to call another method which takes
event as its parameter (add(event)). so the question is how can i
access the event from pagebeginrender in another method and hence pass
it on. i want to use the same event instance and not create another
one. i am using tap3.

thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: How to access pageevent from another method

Posted by Peter Dawn <pe...@gmail.com>.
for cycle to event i can do this,
IRequestCycle cycle = event.getRequestCycle();

we dont have something similar for event to cycle. i am using tap3.

pls help. thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org