Displaying 1 result from an estimated 1 matches for "compbox".
Did you mean:
commbox
2006 Jul 24
6
error_messages_for not working
...nce_of :eaddress, :fname, :passwd, :pcode, :country,
:day, :year, :month, :gender,
:agreement
validates_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",...