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
raj_sfdccraj_sfdcc 

can anybody explain me what is the use of " <apex:inputHidden id="abc" value={!pso}" with simple example

Amit Chaudhary 8Amit Chaudhary 8

apex:inputHidden
An HTML input element of type hidden, that is, an input element that is invisible to the user. Use this component to pass variables from page to page.
This component supports HTML pass-through attributes using the "html-" prefix. Pass-through attributes are attached to the generated <input> tag.

Please check below post for more detail
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_inputHidden.htm

 
raj_sfdccraj_sfdcc
CAn anybody help me with simple real time use case?