I have a BeanEditForm for a UserBean that has a password field. I gather that I am supposed to be able to override the BeanEditForm input for the password so that it renders with type="password" so that the text is not visible on the screen. So I do the following:
<t:form id="form" object="bean" model="model"> <t:passwordfield id="password" value="bean.password"/> </t:form> but it gets rendered as <input id="password" name="password" type="text" value=""> Can anyone tell me what I am doing wrong? Thanks. Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]