you could just download the source and take a look yourself

   /**
    * Called when a selection changes.
    */
   public final void onSelectionChanged()
   {
       convert();
       updateModel();
       onSelectionChanged(getModelObject());
   }

from the above i would say yes, the behavior has changed

-igor


On 2/2/07, Robert ... <[EMAIL PROTECTED]> wrote:

Hi,

Page 96 of the Pro Wicket book describes how discouraging it is that you
lose your initial selection, because Wicket does not update form component
models during Form submission.
A getForm().process() is needed in the DropDownChoice.onSelectionChanged()

However when testing it (with wicket 1.2.4) I noticed that everything
already works fine without it.
Has this behaviour been changed since the book has been made and I can
assume that the form component models will be updated from now on?

Robert


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to