Hi,
I have a panel that is on a page and the panel needs to be able to reference 
another panel on the same page.

The panel is a detail form.  The detail form contains a link back to the search 
results.  I want to put the link in the detail form since this is the only time 
that it will appear, but this link action needs a reference to the search 
results panel to toggle the visibility back to true.

As I see it, here are my options:

1) Have all panels be anonymous subclasses so they can all reference each other.
2) Have the other panel passed in as constructor argument for the other panel.
3) Have the main application page passed into the constructor the controlling 
panel.

Any thoughts on the options?

BTW, wow- i am  doing some amazing stuff with wicket and I am excited!

Thanks.



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to