I have several forms on one JSP page.

One of the forms has 3 fields (Month Day Year) that
are drop down menus.  The variables are passed to
another page via post and getResult(), etc.  The
variables are then used in my SQL query to define a
date parameter for the query.

The initial data shows up fine.

Here is where it gets wierd.  I am using a taglib (see
www.jsptags.com - pagerlist) to parse the data to
separate pages, ie 1 2 3 4 5, etc.  The links to the
pages come up after the query is made.  However, when
I click on page 2 to go to the next set of results, I
get a SQL error: Cannot convert VARCHAR (null null
null) to SimpleDateTime.  I would assume that this is
from the design of my post and get methodology.  The
variable is passed to the first initial page but not
to any of the other pages.  How do I get around this??

Thanks for the help all.

__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.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

Reply via email to