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:

>
> 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 like the page flash...
>
> I have the Ajax submit for the radio buttons working, but my  
> problem is with
> storing the value in the associated date field.  When I use the  
> "tradional"
> onSelectionChanged event, this date does get persisted.  I know  
> that I need
> to do the legwork in the Ajax case to persist the date field's  
> value, but I
> can't figure out how to get the values from the ajax request or  
> maybe I
> can't figure out how to post the values with the request.
>
> Does anyone have some experience with this?
>
> Chuck
> -- 
> View this message in context: http://www.nabble.com/Ajax-submit-of- 
> ListView-tf2370667.html#a6604332
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------- 
> ---
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to  
> share your
> opinions on IT & business topics through brief surveys -- and earn  
> cash
> http://www.techsay.com/default.php? 
> page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to