I'm having trouble retrieving a cookie value in flowscript. I have a
cookie set with the value 'true'. When I retrieve the value using
flowscript I receive the error:

true is not a function.

org.apache.avalon.framework.CascadingRuntimeException: true is not a
function.


My flowscript:

function contact() {
        var test = cocoon.request.getCookies()[0].value()
                cocoon.sendPage( "test.jx", { "test" : test } );
}

Any ideas?

David Merrilees


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

Reply via email to