I am a J2EE developer who is using Servlets and JSPs in my project.
I need to get a method (Client Side using Java Script) or whatever
method as to hide or mask the parameters that I am using within pages.
I am sending a database primary key via these url parameters and need
to find a proper Java script code to hide(mask) these parameters.
My problem is when a nagging user messes with these parameters, the
server will fire an exception objecting for missing paramter values.