Re: How to access pageevent from another method

2006-11-07 Thread Peter Dawn
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: [EMAIL PROTECTED] For additional c

How to access pageevent from another method

2006-11-06 Thread Peter Dawn
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 pagebe