The Artima Developer Community
Sponsored Link

Java Answers Forum
parameters getting dropped from request object

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
gagandeep

Posts: 1
Nickname: gagandeep
Registered: Feb, 2004

parameters getting dropped from request object Posted: Feb 16, 2004 4:14 AM
Reply to this message Reply
Advertisement
I have a weblogic server 5.1 running on a clustered environment. I have a jspere there hidden variables such as onlysubmit and getnext. These parameters are set with values true or false before submitting. But somehow the parameters are coming as null, which should never happen. the jsp has a hige code od 8000 lines. It also has very large Java script functionlaity of about 200 lines comprising various functions.
The above problem is only coming on https and not on http.
Does the request object gets modified by web server or on https protocall. The problem does not come regular. It comes intermittently.
Can anyone help me on this.

Topic: sort CSV file Previous Topic   Next Topic Topic: Network listing using JAVA

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use