..sorry, just ignore this message
GraphicalTabPanel panel =
(GraphicalTabPanel)this.getComponent("tabPanel");
lol
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi there!
I want to access the property selectedBlockID of a component called
GraphicalTabPanel inside of a page that includes this component.
The method getComponent() returns an IComponent.
GraphicalTabPanel panel = this.getComponent("GraphicalTabPanel ");
and I can not cast it to GraphicalT