Hey Chuck

On 10/2/06, ChuckDeal <[EMAIL PROTECTED]> wrote:
I have the Ajax submit for the radio buttons working, but my problem is with
storing 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 "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.

You actually doesn't have to do any "legwork" to get ajax to persist the values from the input fields. As long as they are correctly associated with the models then it should work just fine. Without having seen your code I have a feeling that it is because your don't use AjaxFormSubmitBehavior on your radiobox' corretly, since the onSelectedChanged works.

If you still have problems please show us some code which describes your problem.

Frank
-------------------------------------------------------------------------
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