> If you repaint the component from the server, and want to > retain its input, you have to submit to the server and store > it to the model (with a suitable *submittingbehavior) so > that it will have the correct value on the repaint.
Yes, this is what I am trying to do, but disabling and enabling a textfield ends up clearing its value too if I use AjaxFormSumitBehavior. Don't know why. > Another option is to do it purely on the client side -- I feel it is more consistent to use just plain Wicket. ** Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
