| Author |
${cookie.userName.value} doesn't give any value
|
Samanthi perera
Ranch Hand
Joined: Jan 08, 2010
Posts: 510
|
|
this is my jsp file
this prints nothing.
But i read it should print Cookie implicit objects?
|
 |
Royston Monteiro
Ranch Hand
Joined: Apr 25, 2008
Posts: 35
|
|
Looks like either the web browser has disabled cookies or a cookie by that name hasnt been sent with the response to the client before this JSP was called.
You could confirm this by verifying that you dont get any output while doing the same thing with scripting.
|
Cheers,
Roy.
Sun Certified Java Programmer 1.5,
Sun Certified Web Component Developer 5.
"No pain. No Gain"
http://cs.nyu.edu/~rpm319
|
 |
 |
|
|
subject: ${cookie.userName.value} doesn't give any value
|
|
|