
October 10th, 2000, 03:51 PM
|
|
Junior Member
|
|
Join Date: Oct 2000
Posts: 0
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Are you sure that the HTML generated by Servlet1 is the same as the regular HTML page that successfully loads Servlet2? The best way to find out is to start your Servlet1, and do a view source in the browser. If the action property in the form is different than the action property in the form on your static HTML page, than that is probably the problem.
|