posted 17 years ago
Hello,
I have written the following bean with method to find books:
and the following action mapping:
The search bar appears on the BooksIndex.jsp page - which is being filled when site it being loaded.
When I press the search button for a book, I can see that I get a list of books, but the page is not being reloaded.
What could be the problem?