Renders an <input type='hidden'> for the id field of the current context
<input type='hidden'>
id
Show Source
<def tag='hidden-id-field'> <if:id><input name='#{param_name_for_this}' type='hidden' value='#{this}'/></if:id> </def>