Re: [Wicket-user] ListMultipleChoice and AJAX Wicket-beta1

2006-03-09 Thread Igor Vaynberg
really nice framework!   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Igor Vaynberg Sent: Thursday, March 09, 2006 2:23 PM To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] ListMultipleChoice and AJAX Wicket-beta1   wicket examples/ajax has a choice exampl

RE: [Wicket-user] ListMultipleChoice and AJAX Wicket-beta1

2006-03-09 Thread Jerry Smith
: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] ListMultipleChoice and AJAX Wicket-beta1   wicket examples/ajax has a choice example that does the same thing and has a submit button. i couldnt reproduce the problem. can you reproduce it in a quickstart project so that i can take a

Re: [Wicket-user] ListMultipleChoice and AJAX Wicket-beta1

2006-03-09 Thread Igor Vaynberg
egy since I haven't set that anywhere.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Igor Vaynberg Sent: Thursday, March 09, 2006 2:05 PM To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] ListMultipleChoice and AJAX Wicket-beta1   also you cannot up

RE: [Wicket-user] ListMultipleChoice and AJAX Wicket-beta1

2006-03-09 Thread Jerry Smith
default render strategy since I haven’t set that anywhere.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Igor Vaynberg Sent: Thursday, March 09, 2006 2:05 PM To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] ListMultipleChoice and AJAX Wicket-beta1

Re: [Wicket-user] ListMultipleChoice and AJAX Wicket-beta1

2006-03-09 Thread Igor Vaynberg
also you cannot update a component attached to a select element directly. this is because browsers dont allow select.innertHTML to work. so you will need to wrap your component with a webmarkup container and update that via ajax instead. there is an example of this in wicket-examples/builtin-ajax-I

Re: [Wicket-user] ListMultipleChoice and AJAX Wicket-beta1

2006-03-09 Thread Igor Vaynberg
thats weird, why is an ajax request causing a redirect? are you setting the redirect manually somewhere? what render strategy do you use?-IgorOn 3/9/06, Jerry Smith <[EMAIL PROTECTED]> wrote: I have a ListMultipleChoice with an AJAX onchange handler attached to itin a form.  When I first bring up