I have an applet on a jsp page that provides a value selected from it
through a method of the applet called getDate().
I would like to parse that value over to another jsp page when it is posted
(it is part of a form with other input items
like textboxes).

I can't seem to get the value (passes null) from the applet when doing the
POST because it seems to only get
able to get the rest of the form items. The example I got was using a
Javascript alert to show the value from the applet
but I'm interested in parsing it togethering with the other form items to
process it in the next jsp.

regards,
Cheong Takhoe

> -----Original Message-----
> From: meera nayak [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, March 29, 2000 4:42 PM
> To:   Cheong Takhoe
> Subject:      Re: Value from applet
>
> What are you exactly trying to do?Do you want to transfer variables from
> one jsp page to another?Can you explain ?
>
> Meera

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