TextArea component corresponds to a <textarea> element. The value parameter is almost always bound to a string, but this is not an absolute requirement. Since the component accepts informal parameters, the rows and cols attribute may be set that way (there is not a formal parameter). Includes the cols attribute, if a {@link org.apache.tapestry5.beaneditor.Width} annotation is present onthe property bound to the value parameter.
@see org.apache.tapestry5.corelib.components.TextOutput
@tapestrydoc
@see TextField
@see Form
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.