Displaying 1 result from an estimated 1 matches for "_bookid".
Did you mean:
bookid
2008 Jan 21
2
Application error - SQL_AUTO_IS_NULL
...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="text-decoration:none">
<%= _title %>
</a>
where _title is properly set to the book''s title and _bookID is the
mysql id of the book. I''ve verified that _title and _bookID are set
properly. Equivalently, I'...