Server Side denotes that you are interfacing with a model and a database so therefore, validation would be done within the model.
But, if you are needing to do client-side validation within a form that is not backed by a model, you need to use javascript validation. And, that means you can pretty much use any javascript validation script that's on the net for your purposes. Rails works hand in hand with java/ajax... -- 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] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

