While this javascript behavior doesn't qualify as Ajax, how else could you get that behavior without making an ajax component so that you can get form element objects to submit without a page refresh? Do you need to write javascript in the Wicket code? I suppose you could write javascript in the html files, but can you do things like div resizing, and other useful javascript functions using wicket?
Matej Knopp-2 wrote: > > If it doesn't call the server than it's not Ajax... > > Anyway, you can accomplish what you want by writing the javascript by > yourself. Or use Check, CheckGroup and CheckGroupSelector components > that user client side javascript to change the state of checkboxes. > > -Matej > > On Wed, Sep 24, 2008 at 6:12 PM, Benny Weingarten <[EMAIL PROTECTED]> > wrote: >> >> 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] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Ajax-calls-loads-my-server-tp19652337p19662089.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]
