Hi all,
I have a little problem regarding my quick results search page created with
jsp and jstl. What is wrong is that after I submit my quick search jsp form and the
servlet processes the request, the results page is not appearing, only stating that no books match my search criteria. So it is not forwarding to the results page, even though I know there are multiple results i nthe database which should be output to a table. Here is my code:
Again to clarify, I know my database has more than one search term such as different
java books, but when I select "All" from my search form, and submit this, instead of forwarding this to the results page, it gives me an error that no resources match my search criteria. However, when I search for a specific title, the book will be displayed in the results table. How can I get my code to actually display all the results that match the search term provided by me?
Thanks if you can help.