[PLUG] [OT] Java programming issues

आदित्य लघाटे laghatea at gmail.com
Fri Jun 29 15:26:01 IST 2007


Hello,

A friend of mine is trying to write a program in java. The program in
written in core Java. This application interacts with a server that
server JSP pages. The program does the following:

1) Login to the account using a username and password. The parameters
are supplied to a JSP file using the HttpPost method.
2) Navigate to a specific page that queries a relational database for results.
3) Return the results to the JAVA UI.

The application is able to login and navigate the required page. (let
us say query.jsp)

On supplying the required data to query.jsp, it refreshes and the same
page is appended with the data.

Problem faced here is that on supplying the parameters to the JSP
page, the server responds with a HTTP Message 200, which means
information received successfully by the server. The application is
not able to fetch the results.

Request some pointers here.

Regards
Aditya




More information about the Plug-mail mailing list