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
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