I am wondering how to set the attributes of a eca's action service ?for
example, I defined a service named service1 which has two attributes named
attribute1 and attribute2. and this service as a action service of a seca
service as below:
<service name="service1" engine="">
<attribute name="attribute1" optional="false"/>
<attribute name="attribute2" optional="false"/>
</service>
<eca service="createPartyGroup" event="commit">
<condition operator="is-not-empty" field-name="partyId"/>
<action mode="sync" service="service1"></action>
</eca>
How to set the value of service1 When I use the service createPartyGroup .
--
View this message in context:
http://n4.nabble.com/attribute-of-a-action-service-tp949513p949513.html
Sent from the OFBiz - User mailing list archive at Nabble.com.