Hi,

I've created a simple jsp tag which takes a timestamp and converts it 
into 3 integers representing day, month, year. These are then displayed 
on the jsp page in text input boxes, where they can be changed. What I 
now want to do is have the same tag take the updated integers, convert 
them back into a Timestamp so than when the form is submitted the setDate 
method of the JavaBean will still get the new Timestamp value. 

If you know what I mean. Is this possible, and if so where exactly in the 
Tags java class do I put the code to handle this?

Thanks
Joel 

==========================================================================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