On Tue, Dec 7, 2010 at 5:08 AM, Peter Karich <[email protected]> wrote: >> 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?) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
