| Author |
Not able to set attribute in JSP
|
Nilambari Brahma
Greenhorn
Joined: Apr 14, 2011
Posts: 6
|
|
Hi,
I have a strange problem, I am accepting some values from simple html and using getParameter() in the form loaded JSP page. Here I can read parameter, but here I am setting this parameter value as an attribute value and getting this in other JSP. but at the end it's not showing any NullPointerException but value which i get in my result page is always NULL.
for more clarity sticking code.
//GetName.html
//SaveName.jsp
//NextPage.jsp
Kindly help as early as possible
|
 |
Stefan Evans
Bartender
Joined: Jul 06, 2005
Posts: 1005
|
|
Try
|
 |
Nilambari Brahma
Greenhorn
Joined: Apr 14, 2011
Posts: 6
|
|
Thank you very much ...It worked
And it was silly mistake
|
 |
 |
|
|
subject: Not able to set attribute in JSP
|
|
|