[wicket 1.5] AJAX listeners

View: New views
2 Messages — Rating Filter:   Alert me  

[wicket 1.5] AJAX listeners

by jthomerson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I know that there was some discussion a while back about have some sort of
event listener added that allowed a component to "listen" for events and add
itself to an ajax request target so that every time you had an ajax event,
you didn't have to manually call target.addComponent(foo) for every
component on the page that may want / need to be repainted during an ajax
update.

Unfortunately, I haven't kept up with that piece - is it already in the code
somewhere?  Or would it be a candidate for adding to 1.5?

Thanks,

Jeremy

Re: [wicket 1.5] AJAX listeners

by Peter Ertl-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Last thing I remember was this jira issue:

http://issues.apache.org/jira/browse/WICKET-1312

Timo and I attached some proposals for inclusion in wicket. Maybe you  
are interested in this...


Am 08.10.2009 um 19:27 schrieb Jeremy Thomerson:

> I know that there was some discussion a while back about have some  
> sort of
> event listener added that allowed a component to "listen" for events  
> and add
> itself to an ajax request target so that every time you had an ajax  
> event,
> you didn't have to manually call target.addComponent(foo) for every
> component on the page that may want / need to be repainted during an  
> ajax
> update.
>
> Unfortunately, I haven't kept up with that piece - is it already in  
> the code
> somewhere?  Or would it be a candidate for adding to 1.5?
>
> Thanks,
>
> Jeremy