org.apache.struts.taglib.html
public class HiddenTag extends BaseFieldTag
Version: $Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $
| Field Summary | |
|---|---|
| protected boolean | write
Should the value of this field also be rendered to the response? |
| Constructor Summary | |
|---|---|
| HiddenTag()
Construct a new instance of this tag. | |
| Method Summary | |
|---|---|
| int | doStartTag()
Generate the required input tag, followed by the optional rendered text.
|
| boolean | getWrite() |
| void | release()
Release any acquired resources. |
| void | setWrite(boolean write) |
write property since Struts 1.1.
Throws: JspException if a JSP exception has occurred