> Hi All,
>
[quoted text clipped - 3 lines]
> Thanks,
> James
See if your web server supports url rewriting. I think most servlet
engines do. Or, another thing you can try is mod_rewrite if you are
running Apache.
Lew - 09 Oct 2007 23:19 GMT
>> Hi All,
>>
[quoted text clipped - 7 lines]
> engines do. Or, another thing you can try is mod_rewrite if you are
> running Apache.
In addition to that, if you set up a controller servlet and let it
(RequestDispatcher) forward to the appropriate JSP based on the logic, then
only the servlet URL is used in the POSTs, and the individual URLs don't show up.

Signature
Lew