Hello, I think to solve the problem with wicket, you have to do some ajax stuff in wicket. You can have wicket to render the normal password field and code a javascript that swaps the two different fields "onFocus" and/or "onBlur" on the client side.
Mathias P.W Nilsson 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-tp17367668p17367680.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]
