Posts

Showing posts with the label rendered

Salesforce Fact #559 | apex:outputPanel rendered

Image
In VF page, rendered attribute does not work with HTML tags. So, if we need to conditionally render content from html tags we can make use of apex:outputPanel to apply the rendered attribute. Attached is the screenshot.