Displaying 1 result from an estimated 1 matches for "wine_pag".
Did you mean:
win_mag
2006 Mar 23
0
Ajax and Rails Problem
hi guys,
i am havin a problem displaying content of @wine from the search
action.. i get no errors i only get   where the results is when i
examine the html plz help
i posted my code
John
def search
@wines = Wine.find(:all)
@wine_pages, @wines = paginate :wines
end
def searchaction
@search=request.raw_post
@wines = Wine.find(:all,:conditions=>["name LIKE ?",@search])
end
action
<table align="LEFT" border="0" width="100%">
<tr>
<td><% @search...