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
CvrKCvrK 

How to display a fieldset based onclick of commandbutton?

Hi,
How to display a fieldset in outputpanel after render/rerender based on commanbutton's onclick event.

Thanks
Cvrk
Swayam@SalesforceGuySwayam@SalesforceGuy
Hi,

You can use rendered attribute in output panel, and  use apex to set the value to true on click of the button. Also you can refer 

http://bobbuzzard.blogspot.com/2011/02/visualforce-field-sets.html


Hope this helps,

--
Thanks
Swayam
@salesforceguy