Hello, I wrote a cms app with Eclipse that uses the following component : * Tomcat 5.0.19 * Cocoon 2.1.5-dev * Portal
It works perfectly well on Windows but on Linux, the same application fails because the request parametersseem to be lost.
The following pipelines are used :
<map:select type="request-method">
<map:when test="POST">
<map:redirect-to uri="http://www.google.fr?q={request-param:description}."/>
</map:when>
....
The result is that the request is empty.
I use a multipart/form-data enctype. In the real app, the line is
<map:call continuation="{request-param:continuation-id}"/>Any ideas ?
--
Jean-Christophe Kermagoret [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
