Hello.

In my application I have a panel with a list of users and a checkbox next to
each user.
[] user 1
[] user 2
[] user 3
..
[] user n

I also have an ajaxlink called "select all", which selects all the
checkboxes. 

Problem: when there are a lot of checkboxes, the operations takes a long
time - more than is tolerable. Is there a way to make the ajax do its work
COMPLETELY on the client side, without accessing the server?

In general, does wicket provide a way have pages that have ajax behavior
that doesn't make calls to the server at all?

thanks,
Benny.

-- 
View this message in context: 
http://www.nabble.com/Ajax-calls-loads-my-server-tp19652337p19652337.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to