Posted By:
Abhay_Kumar
Posted On:
Wednesday, February 11, 2004 09:44 AM
Hi, I am suing post method of sending data to servlet from a JSP page. I am unable to get the data by request.getParameter(). If I am sing get method I am able to retrieve data from JSP page Please let me know how to achieve this ? And what is the bug ? I was just searching on Google. Actually I am using NTLM Authentication in my Login Servlet. I think there is some conflict between NTLM Authentication and POST method. Any body has an idea what to do or set to get the things done ? http://support.microsoft.com/default.aspx?scid=kb;DE;308074 I am using code from below link: http://www.jguru.com/faq/view.jsp?EID=1045412
More>>
Hi,
I am suing post method of sending data to servlet from a JSP page. I am unable to get the data by request.getParameter(). If I am sing get method I am able to retrieve data from JSP page Please let me know how to achieve this ? And what is the bug ?
I was just searching on Google. Actually I am using NTLM Authentication in my Login Servlet. I think there is some conflict between NTLM Authentication and POST method.
Any body has an idea what to do or set to get the things done ?
http://support.microsoft.com/default.aspx?scid=kb;DE;308074
I am using code from below link: http://www.jguru.com/faq/view.jsp?EID=1045412
Abhay
<<Less