A version of {@link TextField}, but rendered out as an <input type="password"> element. Further, the output value for a PasswordField is always blank. When the value provided to the PasswordField is blank, it does not update its property (care should be taken that the "required" validator not be used in that case). Includes the size attribute, if a {@link org.apache.tapestry5.beaneditor.Width} annotation is present onthe property bound to the value parameter.
@tapestrydoc
@see Form
@see TextField
@see TextArea
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.