Displaying 1 result from an estimated 1 matches for "start_tabl".
Did you mean:
  start_table
  
2006 Jul 27
1
response from ajax request
...9;' or children 
like ''%kyle%''"
    # add error checking later
    render :partial => "listing_table", :layout=>false
  end
  ===============================
here is the containing layout showing the search field:
================================
<%= start_table %>
<%= start_form_tag(''javascript:void%200'', {:method=> ''filter''}) %>
<tr>
<th>Type a member to find:</th>
<td><%= text_field_tag "finduser", "", :size => 35 %></p>
</tr>
<%= observe...