search for: pagenavigation

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

2006 Apr 10
0
Rails form error message oddness...
...ent active clients.</p> <%= start_form_tag :action=> "new" %> <% for client in @clients -%> <%= render(:partial => "client_list", :object => client) %> <% end -%> <%= end_form_tag %> <div id="pageNavigation" class="clear"> <%= pagination_links(@client_pages) %> </div> </div> -- Posted via http://www.ruby-forum.com/.