Hello,
I've been able to easily forward GET request data via
sitemap redirect by using {requestQuery}, but I can't
figure out how to redirect and forward POST data. The
following is what I've tried, to no avail:
(HTML form sends POST request to 'testfrom',
below)
<!-- FROM -->
<map:match pattern="testfrom">
<map:act type="request">
<map:parameter name="parameters"
value="true"/>
<map:redirect-to session="true" uri="testto"/>
</map:act>
</map:match>
<!-- TO -->
<map:match pattern="testto">
<map:generate type="request"/>
<map:serialize type="xml"/>
</map:match>
Is it possible to redirect via sitemap and forward
POST data?
Thanks in advance,
John
__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>