Displaying 1 result from an estimated 1 matches for "password_plain".
2006 Jan 29
1
RJS template problem!
...for="user_nickname">Benutzername</label><br/>
<%= text_field ''user'', ''nickname'' %><br/>
<label for="user_password">Passwort</label><br/>
<%= password_field ''user'', ''password_plain'' %>
</p>
<%= submit_tag "Login" %>
<%= end_form_tag %>
my problem is that i always have to click on the "Login" button twice so
that the "content" and "nav" div are going to replaced.
what can i do to get this with a simple c...