Hi
On sending an ajax request to the controller I get the following message:
-Could not find response in request "foo" for event return "bar". - My r
<request-map uri="foo">
<security https="true" auth="true"/>
<event type="groovy"
path="component://content/webapp/content/WEB-INF/actions/content/"
invoke="foo.groovy"/>
<response name="success" type="view" value="bar"/>
</request-map>
The groovy script executes ok and I am able to see the result in the log
files but my page does not seem to be receiving the result of the script.
Any advice!
Thanks
Gavin