I am working on a web-based app. I am trying to avoid showing my parameters in the address bar. Is there any way to link to a
servlet using <a href="Example"> and have Example pick up some parameters?
Is submitting a form the only way a servlet can get parameters without showing your params in the address bar?
Thanks in advance for any help/ideas.