Create components out of some of the groups of components that
logically belong together?
James, What do you mean here?

Basically...use Panels.  As for the propagation of the events, you
could try using a more "listenery" approach, rather than doing the
abstract onClick() method, especially since you seem to be forwarding
the onClick() call to the onClick() method on the page (you could have
the page implement PanelAListener perhaps?)

ah, ok. I'll think about how I could do this via listeners (some panels have multiple different methods)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to