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)

--
Shane

Reply via email to