Hi,
This is probably a basic question - but I could understand how it works.
I am looking at controller.xml file in e-commerce application. Specific line
is
<request-map uri="emailorder">
<security https="true" direct-request="false"/>
<event type="service" path="async" invoke="sendOrderConfirmation"/>
...
I see that event is of type service, so the service is invoked when the uri
is called. However what I dont understand is how are the contexts, both
dispatch context and the values context for the service IN variables, passed
in this case?
Will appreciate any pointers
--
View this message in context:
http://www.nabble.com/How-does-service-event-type-work-tp18600427p18600427.html
Sent from the OFBiz - User mailing list archive at Nabble.com.