>>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??

-Ramadoss

-----Original Message-----
From: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 04, 2004 2:36 PM
To: 'Struts Users Mailing List'
Subject: RE: Hiding URL Parameters


> Is there anyway I can hide sending all the URL parameters (in 
> the browser address) from once page to other whenever I do 
> submit/click on html link?

If you set method="post" in your "form" element (which Strut's
<html:form...> tag does as default) the arguments will not appear as part of
the URL. 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.

--
Tim Slattery
[EMAIL PROTECTED]


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


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

Reply via email to