Thankyou guys. I have this sample working now with a simple one area
dropdown.
The challenge now is to get it all hanging together again with the multiple
related Ajax dropdowns.
I'm still not exactly comfortable with the concept of the models. Wicket in
Action appears to have a good chapter on this, so plenty of reading for me
to do. No doubt I'll be back with more questions at some point.
Thanks again for the speedy help so far - this list appears to be generally
excellent.
Steve
igor.vaynberg wrote:
>
> also
>
> protected void onDetach() {
> areaModel = null;
> }
>
> should be just areaModel.detach();
>
> ondetach() is called every request on the session so you are actually
> nulling the model at the end of the request
>
> -igor
>
>
--
View this message in context:
http://www.nabble.com/Combining-Ajax-and-non-Ajax-pages-tp15587166p15640583.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]