Are you using the acts_as_taggable plugin? 'Cause then tag_list varies between string and array. Don't know if that's the case here though.
--Lasse 2010/2/15 Web Developer <[email protected]> > Hello, > > I am trying to put some validation using active records onto form > fields. > like this - > > validates_length_of :tag_list, :maximum => 2 > > When i provide value of tag_list as "abc" then it gives the proper > message > that length cannot be more than two. And when i provide value of > tag_list as > "abc xyz" then my application accepts the data, which should not happen > because the complete length of input data is more than 2. > So i think when i include space in input data then it counts the words > and > if space is not there in input than the charcters will be counted. > > Could anyone help me out here? Thanks in advance!! > -- > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<rubyonrails-talk%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- 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 [email protected]. 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.

