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 -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([email protected]) List Information: http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
