Displaying 1 result from an estimated 1 matches for "professors_list".
Did you mean:
professors_lista
2011 Oct 07
0
will_paginate + RJS error
...;
<%= text_field_tag :search, params[:search], :value => nil %>
<%= submit_tag "Go", :name => nil , :disable_with => "Please
wait..."%>
<%end%>
<div id="search_professors">
<%= render :partial => "course/professors_list" %>
</div>
<br/>
<% end %>
The partial inside the view:
<h1> Professors List</h1>
<% form_tag(''/user/email_professors'', :method => :post) do%>
<% if !...@professors.empty? %>
<table class="course" id=&q...