Re: Table with a lot of ajax links

2013-08-05 Thread DaveS
Hi Ernesto, 
thank you for example. I am sure that it helps also other wicket users.

I will use it and if I improve something I will let you know.

Thanks again.

Dave



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Table-with-a-lot-of-ajax-links-tp4660303p4660712.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



Re: Table with a lot of ajax links

2013-08-02 Thread DaveS
Yes, It will be great. 

Thanks a lot Ernesto.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Table-with-a-lot-of-ajax-links-tp4660303p4660647.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



Re: Table with a lot of ajax links

2013-08-01 Thread DaveS
Hi Ernesto,

please can you give me som example codes of yours AbstarctAjaxBehavior and
special link components.

I am trying to do it, but I am little bit lost.

Thanks a lot.

Dave



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Table-with-a-lot-of-ajax-links-tp4660303p4660633.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



Table with a lot of ajax links

2013-07-17 Thread DaveS
Hi guys,
I am making table of some items. Table component is default wicket
DataTable. Table page size is 100 items per page and data have several
pagings. So that is easy.

Now I would like to add 5 ajax links related to row item. That is also no
problem and easy and everythings works fine.

But when I exploring page rendered HTML source, I see a lot of ajax event
bindings. (exactly 500 = 100 * 5)

Wicket.Ajax.ajax({u:./links?2-1.IBehaviorListener.0-c1~link,e:click,c:id4});;
Wicket.Ajax.ajax({u:./links?2-1.IBehaviorListener.0-c2~link,e:click,c:id5});;


I understand how it works, but I would like to ask if you know some solution
how reduce large amounts of events binding, because I am affraid about page
loading performance with this huge count of bindings.

Thanks for your advice.

Dave



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Table-with-a-lot-of-ajax-links-tp4660303.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



Re: Table with a lot of ajax links

2013-07-17 Thread DaveS
Thanks guys, that's exactly what I am looking for.

Dave



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Table-with-a-lot-of-ajax-links-tp4660303p4660308.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