I am using wicket to implement some JSR286 portlets.

How can I implement communication between different portlets using events?
There's some ideas at

http://jaibeermalik.wordpress.com/tag/wicket-portlet-development/

but I don't entirely understand how the "catching of event" should be
handled when using wicket. In the example TestDetailsPortlet receives an
event and then 

//Do whatever you want to do with the event handling part.

What does this step actually mean? If my page is handled by ExamplePage.java
extends org.apache.wicket.markup.html.WebPage, how does TestDetailsPortlet
tell ExamplePage to update it's contents or whatever it needs to do?


-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/JSR286-portlets-and-events-tp2222706p2222706.html
Sent from the Wicket - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to