i have a form which includes html tags for text field, such as <input type="text" name="text1"> rather than <%form.text_field :title %> i want to show error messages for these text fields when the user doesn't fill the text field,but when i use html tag i couldn't enter <%= error_messages_for "x" %> so how can i show error messages
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

