search for: basicform

Displaying 1 result from an estimated 1 matches for "basicform".

Did you mean: baseform
2006 Apr 10
0
Rails form error message oddness...
...m I making things really complicated? Thanks for your help. My view is listed here to help: ----------------------------------- My View: ----------------------------------- <div id="newClient"> <%= form_tag :action => ''new'' %> <div class="basicForm"> <h3>Add a new Client</h3> <%= error_messages_for ''client'' %> <dl> <dt><label for="client_name">Client Name:</label></dt> <dd><%= text_field "client", "name"...