• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

servlet request missing form get parameters

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I have deployed a jsp application on WAS 6 server.
My application as a refresh button, which internally
on click calls servlet and passes some parameters appended.
But some times it behaves strangly. It is missing some parameters.
And opens a save dialog box. But I am not facing same problem in
WAS 5 server. Can you help me in debugging this problem.
I think it is problem with WAS6 web container. AM I correct in
saying that and if so what is solution.
reply
    Bookmark Topic Watch Topic
  • New Topic