We have an example accessing remote server with HTMLGenerator in the Cocoon samples (the page switched from Yahoo News to Google SciFi not so long ago).
<map:generate type="html" src="http://www.remoteserver.com"/>
But this will not result in a POST AFAIK, but a GET request, while the proxy generators only handle POST.
This is wrong -- they can use either GET or POST, configured via parameter.
Then I did not remember correctly (or it has changed in the meantime). I thought there was a "we do not handle GET exception" anywhere.
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
