3rd Option:
Ever consider storing the value in a cookie that is "live" for the entire
session ?
It's there for every page and never shows-up in the browser URL area.
Also, it's accessible by both Javascript and JSP scriptlet code.

4th Option:
Store the values as properties in session level JavaBeans.......
but Javascript integration is not as easy.

> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Kapil
> Sent: Tuesday, April 24, 2001 8:58 AM
> To: [EMAIL PROTECTED]
> Subject: url hiding
>
>
> The problem is that I want url as a constant.I have two options either use
> frames or use method post
> It will work on submit but on link I have some parameters and I am not
> submitting a form and I do not want to use frame,
> How can I hide variables
> Any code in jsp for url hiding
> Thanks in advance
> kapil
>
> ==================================================================
> =========
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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