• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

JSP Form help?

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Folks,

Not sure exactly what is happening here but I hava fairly simple problem (should be). I'm trying to process a form which contains two text input fields using a jsp file. Everything works correctly when submitting the form with GET yet when I switch to POST I only get null values. The form is displayed from apache v2.2 which then redirects the request to a tomcat virtual url :8080/skynav which is running from tomcat 5.5. The web.xml defines the welcome file as project.jsp. Is there a meta tag that I'm forgetting to use to encode the text. Some code below. Your help is appreicated. Thanks!!!

Andreas




 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Where is the skynav source that your sending the information to?

And why is that code using GET and not POST?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic