this discussion starts to boil down to keeping state in a form which will be used in a render phase again
without updating it to the models or do anything with it.

This will be build (i think by me) as the first thing after we finalized 1.1

Because this is a thing we really need (there is a bug report open for this)
We need to be able to do things on in the browser like having a selection change event on a select box but when that happens we can't loose the form data a user already has filled in.

Currently we loose the data users put in because now we just generate a link with the onchange but the onchange should be a post but only to hold the submit values at someplace in the form
but do nothing with it and call the interface method of the onchange event.

I don't get the binding but not validation completely
When is the validation then be done?

Do you have a form that goes over multiply pages? And only when you have reached the final page
the validation can be done?
If that is the case then the form should hold its values are long as possible. (i can use the invalid_input field for that)
and only when you call validate it will be done.

johan




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to