You need to sign in to do that
Don't have an account?

<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
Can anyone please explain me how to use <apex:iInputHidden> with an example. I'm unable to understand working of this tag.
Sarvesh
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/
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