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
Sarvesh PrajapatiSarvesh Prajapati 

<apex:iInputHidden>

Hi

Can anyone please explain me how to use <apex:iInputHidden> with an example. I'm unable to understand working of this tag.

Sarvesh
TintuBabuTintuBabu
Hi
Apex input hidden is mainly used where a varaible need not be displayed in a page. But we have to do something with it in client side using jquery or javscript.

Hope this blog helps

http://www.salesforcetutorial.com/using-javascript-apexinputhidden/
DeepthiDeepthi (Salesforce Developers) 
Hi Sarvesh,

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.
Please check the below links explaining the working of apex:inputHidden

http://sfdcsrini.blogspot.com/2014/06/how-to-use-apexinputhidden-in.html 

http://letusembed.com/2014/08/input-hidden-in-salesforce.html/ 

https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_inputHidden.htm

Hope this helps you!
Best Regards,
Deepthi