Hidden field in servlet Posted on by Hidden field: Hidden field is an input text with hidden type. This field will not be visible to the user. Syntax:<input name=”fieldName” value=”fieldValue” type=”hidden”/> How to get… Read More