gud evening
i need a help about servlets
its a bit urgent
actually the problem i am facing is
when i use doGet method i am getting the result in servlets
but when i am going for doPost i am getting the error as get is not supported by this url
i am new to servlets
can u please tell me that
is there any thing else i have to provide for doPost i mean post
waiting for your reply
thanq.
Use the service method. I f you put your code in the service method, It will be executed whether the get or post methods were used.