2009/6/4 Newb Newb <[email protected]>: > > Hi... > I use non modal attribute for companyinfo modal.. > For that i have created like below > > attr_accessor :std_code >
I am not sure what you mean by a non modal attribute. > To validate that field i included the below code in to my companyinfo > modal. > > validates_presence_of :std_code,:message => '*The std number is > required.' > > it validates when i leave that field empty and shows the validation > error. > but even after filling the field it shows me error.... > what would be the problem.... > pls help Have you checked in the rails log that std_code is being passed in with the params? Colin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

