Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

reuest.getParameter("Login") returns null in servlet

888525Oct 10 2011 — edited Oct 17 2011
I am using applets embedded in html and applets forwards to servlet.
In my Login Servlet req.getParameter("Login") returns null at a few places always.
I just upgraded to Java 1.6_027 from 1.5_06 and Weblogic from 9.1 to 10.3.5
My code use to run fine before the upgrade.no changes in code are done but now req.getParameter("Login") retuns null
at a few places.I am fetching the request.getParameter in the doPost method and calling the doPost method from doget method
Please help me out to figure out what could be the issue.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 14 2011
Added on Oct 10 2011
15 comments
2,942 views