> I am having a problem finding a resource or an example for portlets
> communications with events "processEvent(EventRequest request,
> EventResponse response)"
> how do I dispatch and event from wicket page? for example if I have a
> ViewPage and I need to send an event to a subscribed portlet , how do
> I do it ?

It seems WicketPortlet does not override GenericPortlet.processEvent() at least 
as of 1.4.3; try subclassing WicketPortlet and add @ProcessEvent(eventname) 
annotation to a method of your own.

As for routing you should be able to configure that in your container combined 
with the relevant elements in portlet.xml. Dispatching is done via the 
PortletResponse.setEvent() as the spec says.

- Tor Iver

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

Reply via email to