Hi
My application starts of with an index.jsp page where the user inputs his name and email address, this call an action 'createCookie' where the details are stored in a cookie.
I need the details to be read from the cookie and displayed to the user the next time he opens the webpage.
The relevant code int index.jsp
The revelant code in createCookie.java
The code in bold italics in index.jsp in the text input box is where I am getting the error. If any one could point me the right way to do this, it will be great.
The error I get is "attribute nameCookie has no value", even though the line above that prints out the value of the nameCookie.
Thanks a bunch
Achal
[ February 28, 2005: Message edited by: Achal Jalan ]