i'm having a problem getting ahold of the validation error message.
Kinda bad news, you’ll need to save the errors to a flash and roll your own helper for outputting the errors [I’ve dont this, it’s not that hard] OR you’ll have to not redirect_to :new when @mileage.save fails. error_messages_for doesn’t work after a redirect.
RSL