Re: [Wicket-user] Ajax submit of ListView

2006-10-05 Thread Frank Bille
Hey ChuckOn 10/2/06, ChuckDeal [EMAIL PROTECTED] wrote: I have the Ajax submit for the radio buttons working, but my problem is withstoring the value in the associated date field.When you say this what do you mean by working? You are using the AjaxFormSubmitBehavior, right? When I use the

Re: [Wicket-user] Ajax submit of ListView

2006-10-05 Thread Igor Vaynberg
see how formcomponentupdatingbehavior works for ideas-IgorOn 10/2/06, ChuckDeal [EMAIL PROTECTED] wrote: I have been reading a bunch of old posts about using AJAX with radio groupand list view, etc, but I haven't found my exact scenario. What I would like to have is a List of statuses (radio

Re: [Wicket-user] Ajax submit of ListView

2006-10-05 Thread Eelco Hillenius
Embed those components in a form, and work with AjaxSubmitButton/ AjaxSubmitLink. The onSelectionChange event really only makes sense when you don't use ajax. In this case, it's much better to process your form as a whole, but with ajax. Eelco On Oct 2, 2006, at 6:08 PM, ChuckDeal wrote:

[Wicket-user] Ajax submit of ListView

2006-10-02 Thread ChuckDeal
I have been reading a bunch of old posts about using AJAX with radio group and list view, etc, but I haven't found my exact scenario. What I would like to have is a List of statuses (radio button) with an associated date (text field) for each status. I want to use Ajax because my users don't