I''ve been trying to figure out why the PhoneNumber aggregate in my web forms aren''t working as I expect them to, and I found out that the form tag helper is calling xxxx_before_type_cast to get the raw value of the column out of the database rather than working with the aggregate. I dont see why it would do this. Can someone explain? There is probably a good reason I just dont know it. The aggregate reads in a phone number in any format and strips it down to numbers, then when to_s is called on it it outputs a phone number in the (321)123-1234 format, but when the page is refreshed the form fields contain the stripped down version instead. -Jeff _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails