On 9/7/07, Anna Simbirtsev <[EMAIL PROTECTED]> wrote:
>
> Hello
> I have a link  <html:link page="/myAction.do" paramId="map"
> paramName="map">Name</html:link> and when a user clicks on it, it calls
> action myAction and passes parameters using HashMap. Those parameters are
> visible in the URL. Is there any way to pass parameters to the action
> other
> than through URL?


If you wanted you could populate a form on the page, possibly with just
hidden values and then have your link submit that form.

-- 
Rick

Reply via email to