search for: wine_pages

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

Did you mean: give_pages
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 &nbsp 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 %&...