~Martha OpnuburyndsNov 6, 2012, 2:53 PM3 PostsRe: hide/show panel...I was this resolved. I am having the same problem.
~Keiko AsakimarikleNov 6, 2012, 7:53 PM10 PostsRe: hide/show panel... This is how I handled it: Bind your "hide" checkbox to a scoped variable. I set the style on the panel using a computed value: if (viewScope.checkboxval=="hide") {return "hidden"} CSS must contain: .hidden {display:none;}