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
Suhas GB 4Suhas GB 4 

How to use an OR condition inside the rendered attribute in an Visualforce Page

Please provide a sample syntax for this where rendered having OR condition.
GulshanRajGulshanRaj
Hi Suhas,

Here is sample condition:
<apex:outputpanel rendered="{!OR(condition1,condition2)}" >
</apex:outputpanel>

If this resolve your problem, please mark this as solved , so that it gets removed from the unanswered queue which results in helping others who are encountering a similar issue.

Thanks
Gulshan Raj