On 21 Nov 2008, at 17:16, Robert Kosek wrote:

>
> Hello all, I'm new to Ruby and Ruby on Rails, so please have patience
> with a newbie.
>
> I was looking at the HTML produced when there are form errors and
> realized why my layout keeps breaking.  Every label and input with an
> error gets wrapped with a div tag!  So, I've been looking at the  
> source
> ... but I have yet to find what object or method to inherit from.
>
> Can you guys tell me how to change the output?  What I'd like to
> accomplish is that flawed fields, any inputs, have the standard error
> class (no wrapping div) and that any labels have the class too.  IE,  
> I'd
> rather output the tag with a class name than a wrapping div with a  
> class
> name.
>

You can set ActionView::Base.field_error_proc (take a look insider  
active_record_helper to see what the default is.)

Fred


> Thanks for any help you guys can give.
>
> - Robert
> -- 
> Posted via http://www.ruby-forum.com/.
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to