We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics 
	Search found 1 match
- Mon Dec 01, 2003 10:05 pm
 - Forum: Plum DEV FAQs
 - Topic: How do I submit parameters to the servlet post?
 - Replies: 1
 - Views: 72510
 
Submitting to servlet
I am attempting to submit a post to a servlet that is running within tomcat on my own server. I want to submit a date and time parameter to the servlet post. The servlet is called fine, but I do not know how to access the parameters. They do not appear to be sent as request parameters. The following...