Shane,

not sure what the panel is doing, but I suggest to add a component that can take a focus (e.g. a text field) for a test

Frank

Shane Petroff wrote:

I can't seem to get a CoreShowDetail instance to work. I have an existing/functional page, which is build primarily in Java code, and I wanted to add hide/show to a particular panel. It appears as though the CoreShowDetail class is easily used

       CoreShowDetail detail = (CoreShowDetail) createComponent( CoreShowDetail.COMPONENT_TYPE );
       detail.setDisclosed( true );
       detail.getChildren().add(panel);

yet the results don't work. The Component is rendered, but doesn't function. No errors (either client or server), just a dead link. It appears to be trying to do some ppr work: _submitHideShow and eventually TrPage.prototype.sendPartialFormPost are called. Any ideas on how I can tell what is going wrong? (trinidad 1.0.7)


--
Oracle
Frank Nimphius | Principal Product Manager
Oracle Application Development Tools
Green Oracle Oracle is committed to developing practices and products that help protect the environment

Reply via email to