Displaying 1 result from an estimated 1 matches for "addclient".
Did you mean:
ddclient
2006 Jul 17
2
error_messages_for ?
...error_messages_for" tag to add a simple red *
on my textfiled if a problem occurs ...
thanks for help
arnaud
here are the basics steps to check that password and confirm_password
are equal:
a form:
-----------
<%= form_tag :controller => "contact", :action => "addClient" %>
<%= error_messages_for ''client'' %>
....
<td><%= text_field "client", "login",:size => 10 %></td>
<td><%= password_field "client", "password",:size => 10 %></td>
<td><%=...