On 04/26/2011 04:10 PM, Robby Pelssers wrote:

When I post to this url  firebug shows the id's are posted just fine. But when
I debug the queryString is null when making post requests.

When POST method is used, query string is null, since parameters are passed in the body of the request.


Is there some cocoon component which allows me to get access to BOTH request
and post parameters?

To access said paramerers, a simple "request-param" should do, for instance:
            <map:call function="addPerson">
              <map:parameter name="bizdata" value="{request-param:bizdata}"/>
            </map:call>

Regards,

Luca Morandini
http://www.lucamorandini.it


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org

Reply via email to