On 8/3/05, EROL TEZCAN <[EMAIL PROTECTED]> wrote:
> This is good for <html:link> tag. But I want to add request parameters such 
> as <html:form action="myAction.do?param1=value1&param2=value2&.......">

If you submit the form using POST, then no, you cannot. In POST
request parameters are sent in a separate section, each parameter is
separated with newline.

Michael.

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

Reply via email to