You don't have a TextField password2 annotated with @Component in your page class, do you? And you aren't manipulating the DOM in some way (either server or client side)?

Uli

On 09.12.2009 21:18 schrieb Gunnar Eketrapp:
Hi!

I have a strange problem with<t:passwordfield>  !  For some reason this TML
...

             <t:passwordfield name="password2" t:id="password2"
class="formfield1input" value="password2" size="20" maxlength="20"
onBlur="showPassword2()" />

... renders this HTML ...

             <input id="password2" class="formfield1input" type="text" name="
password2" value="Lösenord*" size="20" maxlength="20" onblur="
showPassword2()"/>


Can anyone come up with a reason why type is rendered as text and not
password ?

Thanks in advance!
Gunnar Eketrapp
(from a dark and wet Stockholm, Let's hope the climate conerence get us back
to the snowy white winters I had as a child ...)


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to