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

In the code, you can either keep instance variables pointing to the two
panels in the page source (since they are on the same page they are in
the same Page) and go via those in the action code, or use
getPage().get("path:to:panel") and cast to the panel class.

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

Reply via email to