|
The section that gets updated when the
ListMultipleChoice onchange happens is wrapped in a WebMarkupContainer. Before
the form is submitted it works great. It starts acting weird after the form is
submitted. There are no calls to setRedirect on this page anywhere, I guess I’m
using the default render strategy since I haven’t set that anywhere. From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of 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 On 3/9/06, Igor
Vaynberg <
[EMAIL PROTECTED]> wrote: thats weird, why is an ajax request causing a redirect? are you setting
the redirect manually somewhere? what render strategy do you use?
On 3/9/06, Jerry
Smith <[EMAIL PROTECTED]>
wrote: I have a ListMultipleChoice with an
|
- [Wicket-user] ListMultipleChoice and AJAX Wicket-beta1 Jerry Smith
- Re: [Wicket-user] ListMultipleChoice and AJAX Wicket-be... Igor Vaynberg
- Re: [Wicket-user] ListMultipleChoice and AJAX Wicke... Igor Vaynberg
- RE: [Wicket-user] ListMultipleChoice and AJAX Wicket-be... Jerry Smith
- Re: [Wicket-user] ListMultipleChoice and AJAX Wicke... Igor Vaynberg
- RE: [Wicket-user] ListMultipleChoice and AJAX Wicket-be... Jerry Smith
- Re: [Wicket-user] ListMultipleChoice and AJAX Wicke... Igor Vaynberg
