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 ...)

Reply via email to