I'm working on a robot that requires a user to authenticate, so I have
a form, which includes an input for username and password and a submit
button. Im having 2 problems with my code.

Code:
        text.append("Username:");
        text.getFormView().append(new FormElement(ElementType.INPUT,
"uEmail", ""));
        text.append("Password:");
        text.getFormView().append(new FormElement(ElementType.PASSWORD,
"uPass"));
        text.getFormView().append(new FormElement(ElementType.BUTTON,
"Login", "Login"));

First Problem:
        Hitting tab from username to password does not goto the next
FormElement, it just moves the entire form to the right, making the
inputs smaller each time.


Second Problem:
        I cannot type anything into the password field, I have a cursor,
but nothing shows up. You should see stars correct?

Possible Third Problem:
       I cannot get the value of the password field, but right now
this is probably due to the fact that I can't type in it, just thought
id throw that out there.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to