Re: How to access component properties inside of a page

2007-12-03 Thread superoverdrive
..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]

How to access component properties inside of a page

2007-12-03 Thread superoverdrive
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