i have a HTML form. An input box is there and hindi value gets submitted. Form action is GET.
Now i am able to get the value using
.
As soon as i change the action as POST then i am no more able to get the proper value using
.
Could anyone please explain?
Now i am able to get the value using
Code:
request.getParameter("fld_name")
As soon as i change the action as POST then i am no more able to get the proper value using
Code:
request.getParameter("fld_name")
Could anyone please explain?