function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
variaxvariax 

HELP. hidding objects using if else statement

This is the scenario. when a check box is check. it will appear on the page.. but when its null it will not be displayed.

dke01dke01

This is really a visual force question not apex. SO it should be asked in that forum.

 

Anyway.  You should be able to use an  <apex:panel >

and set the rendered attribute to a boolean in your APEX class. see the Documentation.

http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_outputPanel.htm

 

variaxvariax

thanks!