Table of Contents
Previous Section
WOHiddenField { value=defaultValue
; [ name=fieldName
;] [disabled=YES|NO;] ... };
Description
A WOHiddenField adds hidden text to the HTML page. It corresponds to the HTML element <INPUT TYPE="HIDDEN"...>. Hidden fields are sometimes used to store application state data in the HTML page. In WebObjects, the WOStateStorage element is designed expressly for this purpose.