Displaying 1 result from an estimated 1 matches for "panelheader".
Did you mean:
panel_header
2006 Jul 24
6
error_messages_for not working
...dates_confirmation_of :passwd
validates_uniqueness_of :eaddress
validates_length_of :eaddress, :within => 6..255
validates_numericality_of :pcode
end
View: index.rhtml
...
<table class="compbox" cellpadding="0" cellspacing="0">
<tr><td class="panelheader">Quick Register!</td></tr>
<tr valign="top" align="left">
<td class="loginbg">
<%= form_tag(:controller => "login", :action => "register_user") %>
<%= error_messages_for(:user) %>
...
Controller:...