Data is arranged in the query string in the
parameter name=parameter value format.
But your line of code seems to miss out on one of the above :
<a href="a.jsp?<%=value%>"></a>
Don't know whether that is what is causing the Tomcat to stop.
Yes you can pass the Hashtable using the session implicit object.
Let us know your code which is causing you the grief, we might be able to
help you.
Have a nice day.
With regards,
Sachin S. Khanna.
www.emailanorder.com
----- Original Message -----
From: R.B. Gurung <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 27, 1999 3:58 PM
Subject: HttpSession/QueryString/Hashtable


> I am passing vale using Querystring
> <a href="a.jsp?<%=value%>"></a>
>
> but using    getParameter  stops my  Tomcat Server also I am trying to
pass
> Hashtable with data which is stored into session
> to retrieve it in "a.jsp" getting error .
> is it possible
>
> thanks/regards
>
> gurung
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to