Yes, get will solve this problem. There's no way to post data strictly using
a link. An alternative would be to create a form with hidden fields storing
the values of x, y and, then using javascript to submit the form.
Dave
----- Original Message -----
From: Dan Lopez <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 10, 2001 10:35 AM
Subject: Get/Post question
> For security reasons, I was trying to use "post" and
> passing the values on to another page. On the new
> page it uses these values to submit a query. That
> works fine for the first display of the query.
> However, when I hit [Next >>>] I get a SQL error
> stating that the value "x" "y" and "z" (which are the
> values I passed to this variable...) are NULL. Would
> using "get" eliviate this problem?
>
> Thanks for the help.
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Photos - Share your holiday photos online!
> http://photos.yahoo.com/
>
>
===========================================================================
> 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