[ Team LiB ] Previous Section Next Section

Q&A

Q1:

Why don't I see a Web page when I submit a query using PeopleQuery.html?

A1:

Because PeopleQuery.html posts to the controller servlet, it's possible that you have the controller or one of the views set up incorrectly. Since the controller is not a display component, errors that occur there may not be obvious. You'll need to look at the logs to see if there's a problem. Also, check your configuration. In particular, make certain that you have mapped the servlet correctly.

Q2:

I can see part of the Web page, but there are no results. What happened?

A2:

The view makes use of a servlet, TableServlet, to generate the table portion of the Web page. It's possible that you are passing an incorrect parameter, or that there's a problem with the servlet.


    [ Team LiB ] Previous Section Next Section