org.apache.struts.taglib.html
public class TextareaTag extends BaseInputTag
Version: $Rev: 164530 $ $Date: 2005-04-25 04:11:07 +0100 (Mon, 25 Apr 2005) $
| Constructor Summary | |
|---|---|
| TextareaTag() | |
| Method Summary | |
|---|---|
| int | doStartTag()
Generate the required input tag.
|
| void | release()
Release any acquired resources. |
| protected String | renderData()
Renders the value displayed in the <textarea> tag. |
| protected String | renderTextareaElement()
Generate an HTML <textarea> tag. |
Throws: JspException if a JSP exception has occurred
Throws: JspException
Since: Struts 1.1
Throws: JspException
Since: Struts 1.1