On Wed, 05 Nov 2008, Arun Wagle wrote:
> I have an application which renders a page.
> This page has two panels , panel A and panel B
> Each panel has some components in it.
> 
> Now I want to access some component in panel B from panel A.

What exactly do you want to do with the panel B component in
panel A?

> Can someone tell me how do I get a handle to panel B in panel A ?

getPage().visitChildren(PanelB.class, new IVisitor() {
    ...
});

> Can someone please help me as I have lot of cases with these scenarious ?

Then you could have a look at

  https://issues.apache.org/jira/browse/WICKET-1312

and the blog posts referenced in it.

There has also been a lot of discussion of these scenarios 
on this mailing list before, so you could search Nabble on
that.

Best wishes,
Timo

-- 
Timo Rantalaiho           
Reaktor Innovations Oy    <URL: http://www.ri.fi/ >

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to