• 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

passing values from one page to another

 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In my application values in the header fields is not passed to next page even i am using the hidden values for that.But same code is working in all servers except websphere.why, what is the reason.but if submit to the same page it is working fine.only the problem is sending the data from one page to another page,but it is working fine in oracle 10g and weblogic.

can anybody reply for this problem.
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OP
Welcome to JavaRanch!

In an effort to help you get the most from our forums, we've compiled a
list of tips for asking questions here. You can find the list in our
FAQ section here.
In particular please see:
TellTheDetails

Describe, exactly what you're doing, with code examples if necessary.
Tell us what you're expecting and what results you're seeing.
If there are errors generated, post the relevant parts of your stack trace.
We can only help you if you help us see what is going on.

Again, welcome to JavaRanch and good luck with your question.
-Ben
 
T sandya
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
it is not possible to post the code much code is there.
just tell anybody facing the same problem,just the value what is there in the header fields in one form not passing to next form,which are working fine oracle 10g and weblogic.

regards,
sandya.
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What are you calling "header fields" ? This is usually referring to HTTP headers, but you are then talking about "hidden fields". That sounds more like "form fields", rather than "header fields".
Please clarify, and if possible, send a part of your form.
 
T sandya
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes ,header fields in the sense form fields which are common to all pages i.e primary keys.those are navigated from one page to another page.It is not possible to post here due to some restrictions in my company.

regards,
sandya.
 
Ben Souther
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Until you can word your question in such a way that we can understand it, there isn't much anyone can do to help you.
Do you know the difference between HTTP headers and form fields?

If you can't post your company's actual code, write a small ficticious JSP or servlet that shows what you're trying to do.

See:
http://faq.javaranch.com/view?IsolateTheProblem
and:
http://homepage1.nifty.com/algafield/sscce.html
for some tips on doing so.
 
Space seems cool in the movies, but once you get out there, it is super boring. Now for a fascinating tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic