On Wed, 2003-10-08 at 17:07, Nico Verwer wrote: > Hello Cocoon developers,
<snip/> > The problem is that the remote server does not get the 'query' parameter. I > tested this by substituting a URL on my own server for the remoteserver URL: <snip/> > actionSource = resolver.resolveURI(source, null, > Parameters.toProperties(params)); The parameters you supply here as third argument to the resolveURI method aren't added to the request URI. Instead, the Map you supply should contain a key SourceResolver.URI_PARAMETERS with as value an instance of org.apache.excalibur.source.SourceParameters. -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center [EMAIL PROTECTED] [EMAIL PROTECTED]
