Michael Jouravlev wrote:
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¶m2=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.
There's nothing I'm aware of that says you can't combine query parameters
and POST parameters. I've certainly done this successfully in the past.
L.
--
Laurie, Open Source advocate, Java geek and novice blogger:
http://www.holoweb.net/laurie
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]