Displaying 1 result from an estimated 1 matches for "property_profile_postcod".
Did you mean:
property_profile_postcode
2006 Aug 31
1
Peculiar validation error: undefined local variable or method 'fieldWithErrors'
...rm I am getting this error -
NameError in Property#create
Showing app/views/property/sell.rhtml where line #52 raised:
undefined local variable or method `fieldWithErrors'' for #<Object:
0x1de968>
Extracted source (around line #52):
49:
50: <p>
51: <label for="property_profile_postcode">Postcode</label>
52: <%= p.text_field :postcode, {:class => ''inputMedium''} %>
53: </p>
54: </fieldset>
55:
However, if I remove the {:class => ''inputMedium''} option, the form
processes fine. This occurs when I have v...