You're missing a closing curly brace:
+ <set field="contactMechIdTo" from- field="communicationEvent.contactMechIdTo" default-value="$ {parameters.contactMechIdTo"/>
Regards Scott On 15/09/2009, at 3:03 PM, [email protected] wrote:
Author: hansbak Date: Tue Sep 15 03:03:25 2009 New Revision: 814977 URL: http://svn.apache.org/viewvc?rev=814977&view=rev Log: contactmechIdTo got lost: corrected Modified:ofbiz/trunk/applications/party/widget/partymgr/ CommunicationEventForms.xml ofbiz/trunk/applications/party/widget/partymgr/ CommunicationEventScreens.xmlModified: ofbiz/trunk/applications/party/widget/partymgr/ CommunicationEventForms.xmlURL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml?rev=814977&r1=814976&r2=814977&view=diff= = = = = = = = ====================================================================== --- ofbiz/trunk/applications/party/widget/partymgr/ CommunicationEventForms.xml (original) +++ ofbiz/trunk/applications/party/widget/partymgr/ CommunicationEventForms.xml Tue Sep 15 03:03:25 2009@@ -146,7 +146,7 @@<alt-target use-when="communicationEvent!=null" target="sendCommunicationEvent"/><field name="communicationEventId"><hidden/></field><field name="communicationEventTypeId"><hidden value="EMAIL_COMMUNICATION"/></field> - <field name="contactMechIdTo"><hidden value="$ {parameters.contactMechIdTo}"/></field> + <field name="contactMechIdTo"><hidden value="$ {contactMechIdTo}"/></field> <field name="statusId"><hidden value="COM_IN_PROGRESS"/></ field> <field name="parentCommEventId" use-when="parentCommEventId ! = null"><hidden value="${parameters.parentCommEventId}"/></field> <field name="parentCommEventId" use- when="originalCommEventId != null"><hidden value="$ {parameters.originalCommEventId}"/></field>Modified: ofbiz/trunk/applications/party/widget/partymgr/ CommunicationEventScreens.xmlURL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml?rev=814977&r1=814976&r2=814977&view=diff= = = = = = = = ====================================================================== --- ofbiz/trunk/applications/party/widget/partymgr/ CommunicationEventScreens.xml (original) +++ ofbiz/trunk/applications/party/widget/partymgr/ CommunicationEventScreens.xml Tue Sep 15 03:03:25 2009@@ -342,6 +342,7 @@<set field="my" from-field="parameters.my" default- value=""/> <entity-one entity-name="CommunicationEvent" value- field="communicationEvent"/> <set field="partyIdFrom" from- field="communicationEvent.partyIdFrom" default-value="$ {userLogin.partyId}"/> + <set field="contactMechIdTo" from- field="communicationEvent.contactMechIdTo" default-value="$ {parameters.contactMechIdTo"/></actions> <widgets><decorator-screen name="Common$ {my}CommunicationEventDecorator" location="$ {parameters.mainDecoratorLocation}">
smime.p7s
Description: S/MIME cryptographic signature
