> >>But if you're using an html hyperlink, or the Struts <html:link...> 
> >>tag, you cannot pass arguments without having them appear 
> in the URL.
> 
> Im using <html:link> in most cases.....and there is the need 
> of hiding URL parameters despite I'm using method="post" in 
> my <html:form>

> any clue??

I already said it. A link is a GET request. With a GET, the parameters are
part of the request. There's no way around that.

--
Tim Slattery
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to