Re: Getting an exception in doPost method

2001-03-26 Thread Richard Gill
This is probably because you have already written something out. Usually best to do the page generation at the last stage after all processing is complete. Richard Gill Director 3KB.COM LIMITED Suite 2 Level 1,

Re: Getting an exception in doPost method

2001-03-26 Thread Alexander Fedorov
Hello Ashish, Monday, March 26, 2001, 3:05:10 PM, you wrote: AA> Hi All, AA> I have a servlet where the doGet routine displays an AA> HTML page and further goes on to call the doPost AA> routine. My HTML page displays well, but the doPost AA> routine does not get called. AA> I receive an Illega