Hi, 

hfriederichs wrote
> 
> I'm trying to do this, to send an Event in the DataView's
> onBeforeRender(),  but now I encounter another issue. On the receiving
> side of the Event, in the onEvent(Component component, IEvent<?> event), I
> need a
> AjaxRequestTarget. Can I create an  AjaxRequestTarget and pass it with the
> Event?
> I tried this with new AjaxRequestTarget(getPage()), but it doesn't work.
> 

Inside an Ajax-Request you can do AjaxRequestTarget.get() at any time

-----
-- 
Regards, 
Hans 

http://cantaa.de 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Event-or-Notice-when-a-ListView-s-Model-changes-tp4157030p4164694.html
Sent from the Users forum 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