> remove is a good addition, but what about isEnabled()? that might be a nice > way to conditionally apply a behavior instead of removing it.
That already is supported (see IModel#isEnabled(Component)). The advantage of removing it altogether obviously is that it saves a bit of state, and the remove method will make the API more complete. Eelco ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
