Just an off-the-cuff guess, but have you tried adding both a textfield and a
password field, and then when the textfield (with the hint) is in focus,
hiding that and showing / focusing on the password field?


-- 
Jeremy Thomerson
http://www.wickettraining.com

On Wed, May 21, 2008 at 1:46 PM, Mathias P.W Nilsson <[EMAIL PROTECTED]>
wrote:

>
> Hi!
>
> In my website I have an textField for email and a password field for the
> password.
> The problem is that I need to print "Email here" , "Password here" in the
> field so that the user can type in the fields. There are no room for
> labels.
>
> I need some way of changing the password field to textfield and onfocus to
> password. Is this possible in wicket? Anyone done this before?
>
> Problem as I see it is that IE don't support this.type = newType. It needs
> to be replaced. Any pointers?
> --
> View this message in context:
> http://www.nabble.com/Password-field-to-textField-and-back-tp17367668p17367668.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to