Displaying 2 results from an estimated 2 matches for "address_postcod".
Did you mean:
address_postcode
2008 Feb 19
3
will_paginate question
Hi-
Is it possible to use search parameters with will_paginate?
For example, something like this:
@var = Model.paginate :per_page => 20, :page => params[:page],
:order => ''my_date DESC'', :conditions
=>["my_date >= ? AND my_date <=?",@start,@end]
I am getting some errors with this, but will this generally work?
2006 Mar 06
2
form_tag error -- not found, 404 -- action DOES exist!
...;tr>
<td>
<%= @property.si_uprn %>
</td>
<td>
<%= @property.name %>
</td>
<td>
<%= @property.address1 %>
</td>
<td>
<%= @property.address_postcode %>
</td>
</tr>
</table>
<%= form_tag({:action=>''commit_input''}) %>
<table>
<caption>Site Visit Times</caption>
<tr>
<th>Surveyor</th>
<th>Date</th>
<th&g...