search for: book_detail

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

Did you mean: book_details
2008 Jan 21
2
Application error - SQL_AUTO_IS_NULL
I have a simple controller (browse) that uses a "books" action to display a list of books (stored in a mysql db) and a "book_details" action to display the details of a particular book (according to the book''s mysql id). The book_details action is accessed via a link from the books action via the following snippet: <a href=<%= "/browse/book_details/#{_bookID}" %> class="text11" style=...