Hi Rob, On Fri, 2009-07-03 at 17:47 +0200, Rob Cash wrote: > I have a contacts page where the User enters his/her > personal information. I'm using the server-side validates_presence_of, > and downloaded a plugin that allows me to validate_date_time. I would > like to do some javascript client-side validation, and wonder what the > ROR approach is to this, as it's bound to be different (probably much > nicer) than what I have done in the past.
Sorry to disappoint, but Rails is server-side. If you want to do it client-side you're going to have to write some Javascript. Best regards, Bill --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

