Modified: ofbiz/trunk/applications/order/servicedef/services_shoppinglist.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/services_shoppinglist.xml?rev=1747712&r1=1747711&r2=1747712&view=diff ============================================================================== --- ofbiz/trunk/applications/order/servicedef/services_shoppinglist.xml (original) +++ ofbiz/trunk/applications/order/servicedef/services_shoppinglist.xml Fri Jun 10 14:04:30 2016 @@ -31,26 +31,26 @@ under the License. <attribute name="shippingMethodString" type="String" mode="IN" optional="true"/> </service> <service name="createShoppingList" engine="simple" auth="false" - location="component://order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml" invoke="createShoppingList"> + location="component://order/minilang/shoppinglist/ShoppingListServices.xml" invoke="createShoppingList"> <description>Create a shopping list entity</description> <implements service="createShoppingListRecurrence"/> <implements service="shoppingListInterface"/> <attribute name="shoppingListId" type="String" mode="OUT" optional="false"/> </service> <service name="updateShoppingList" engine="simple" auth="true" - location="component://order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml" invoke="updateShoppingList"> + location="component://order/minilang/shoppinglist/ShoppingListServices.xml" invoke="updateShoppingList"> <description>Update a shopping list entity</description> <implements service="createShoppingListRecurrence"/> <implements service="shoppingListInterface"/> <attribute name="shoppingListId" type="String" mode="IN" optional="false"/> </service> <service name="removeShoppingList" engine="simple" auth="true" - location="component://order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml" invoke="removeShoppingList"> + location="component://order/minilang/shoppinglist/ShoppingListServices.xml" invoke="removeShoppingList"> <description>Remove a shopping list entity</description> <attribute name="shoppingListId" type="String" mode="IN" optional="false"/> </service> <service name="calculateShoppingListDeepTotalPrice" engine="simple" auth="true" - location="component://order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml" invoke="calculateShoppingListDeepTotalPrice"> + location="component://order/minilang/shoppinglist/ShoppingListServices.xml" invoke="calculateShoppingListDeepTotalPrice"> <description>Remove a shopping list entity</description> <attribute name="shoppingListId" type="String" mode="IN" optional="false"/> <attribute name="prodCatalogId" type="String" mode="IN" optional="false"/> @@ -109,7 +109,7 @@ under the License. <attribute name="configId" type="String" mode="IN" optional="true"/> </service> <service name="createShoppingListItem" engine="simple" auth="false" - location="component://order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml" invoke="createShoppingListItem"> + location="component://order/minilang/shoppinglist/ShoppingListServices.xml" invoke="createShoppingListItem"> <description>Create a shopping list item</description> <implements service="shoppingListItemInterface"/> <attribute name="shoppingListId" type="String" mode="IN" optional="true"/> @@ -118,24 +118,24 @@ under the License. <attribute name="shoppingListItemSeqId" type="String" mode="OUT" optional="false"/> </service> <service name="updateShoppingListItem" engine="simple" auth="true" - location="component://order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml" invoke="updateShoppingListItem"> + location="component://order/minilang/shoppinglist/ShoppingListServices.xml" invoke="updateShoppingListItem"> <description>Update a shopping list item</description> <implements service="shoppingListItemInterface"/> <attribute name="shoppingListItemSeqId" type="String" mode="IN" optional="false"/> </service> <service name="removeShoppingListItem" engine="simple" auth="true" - location="component://order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml" invoke="removeShoppingListItem"> + location="component://order/minilang/shoppinglist/ShoppingListServices.xml" invoke="removeShoppingListItem"> <description>Remove a shopping list item</description> <attribute name="shoppingListId" type="String" mode="IN" optional="false"/> <attribute name="shoppingListItemSeqId" type="String" mode="IN" optional="false"/> </service> <service name="addSuggestionsToShoppingList" engine="simple" auth="true" - location="component://order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml" invoke="addSuggestionsToShoppingList"> + location="component://order/minilang/shoppinglist/ShoppingListServices.xml" invoke="addSuggestionsToShoppingList"> <description>Add suggestions to a shopping list</description> <attribute name="orderId" type="String" mode="IN" optional="false"/> </service> <service name="addDistinctShoppingListItem" engine="simple" auth="true" - location="component://order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml" invoke="addDistinctShoppingListItem"> + location="component://order/minilang/shoppinglist/ShoppingListServices.xml" invoke="addDistinctShoppingListItem"> <description>Adds a shopping list item if one with the same productId does not exist</description> <implements service="shoppingListItemInterface"/> <attribute name="shoppingListId" type="String" mode="IN" optional="false"/> Modified: ofbiz/trunk/applications/order/servicedef/services_upgrade.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/services_upgrade.xml?rev=1747712&r1=1747711&r2=1747712&view=diff ============================================================================== --- ofbiz/trunk/applications/order/servicedef/services_upgrade.xml (original) +++ ofbiz/trunk/applications/order/servicedef/services_upgrade.xml Fri Jun 10 14:04:30 2016 @@ -24,7 +24,7 @@ under the License. <vendor>OFBiz</vendor> <service name="migrateOrderItemAssociation" engine="simple" - location="component://order/script/org/ofbiz/order/UpgradeServices.xml" invoke="migrateOrderItemAssociation"> + location="component://order/minilang/UpgradeServices.xml" invoke="migrateOrderItemAssociation"> <description> Migrate data from OldOrderItemAssociation to OrderItemAssoc. Since revision 485144 (2006-12-10) the entity OrderItemAssociation has been deprecated. @@ -35,7 +35,7 @@ under the License. </description> </service> <service name="migrateCustRequestRole" engine="simple" - location="component://order/script/org/ofbiz/order/UpgradeServices.xml" invoke="migrateCustRequestRole"> + location="component://order/minilang/UpgradeServices.xml" invoke="migrateCustRequestRole"> <description> Migrate data from OldCustRequestRole to CustRequestParty. Since revision 684647 (2008-08-11) the entity CustRequestRole has been deprecated. @@ -46,7 +46,7 @@ under the License. </description> </service> <service name="migrateOrderShipment" engine="simple" - location="component://order/script/org/ofbiz/order/UpgradeServices.xml" invoke="migrateOrderShipment"> + location="component://order/minilang/UpgradeServices.xml" invoke="migrateOrderShipment"> <description> Since revision 895250 (2010-01-02) the entity OrderShipment is used to record purchase order items that will be received as part of a purchase shipment. Previously ItemIssuance was used with an empty inventoryId. Modified: ofbiz/trunk/applications/order/testdef/CustRequestTests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/testdef/CustRequestTests.xml?rev=1747712&r1=1747711&r2=1747712&view=diff ============================================================================== --- ofbiz/trunk/applications/order/testdef/CustRequestTests.xml (original) +++ ofbiz/trunk/applications/order/testdef/CustRequestTests.xml Fri Jun 10 14:04:30 2016 @@ -23,6 +23,6 @@ under the License. xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd"> <test-case case-name="custrequest-tests"> - <simple-method-test location="component://order/script/org/ofbiz/order/test/CustRequestTests.xml"/> + <simple-method-test location="component://order/minilang/test/CustRequestTests.xml"/> </test-case> </test-suite> Modified: ofbiz/trunk/applications/order/testdef/ShoppingCartTests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/testdef/ShoppingCartTests.xml?rev=1747712&r1=1747711&r2=1747712&view=diff ============================================================================== --- ofbiz/trunk/applications/order/testdef/ShoppingCartTests.xml (original) +++ ofbiz/trunk/applications/order/testdef/ShoppingCartTests.xml Fri Jun 10 14:04:30 2016 @@ -23,25 +23,25 @@ under the License. xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd"> <test-case case-name="shoppingCart-test"> - <simple-method-test location="component://order/script/org/ofbiz/order/test/ShoppingCartTests.xml" name="testCreateShoppingCart"/> + <simple-method-test location="component://order/minilang/test/ShoppingCartTests.xml" name="testCreateShoppingCart"/> </test-case> <test-case case-name="productRentalOrder-test"> - <simple-method-test location="component://order/script/org/ofbiz/order/test/ShoppingCartTests.xml" name="testCreateOrderRentalProduct"/> + <simple-method-test location="component://order/minilang/test/ShoppingCartTests.xml" name="testCreateOrderRentalProduct"/> </test-case> <test-case case-name="productServiceOrder-test"> - <simple-method-test location="component://order/script/org/ofbiz/order/test/ShoppingCartTests.xml" name="testCreateOrderServiceProduct"/> + <simple-method-test location="component://order/minilang/test/ShoppingCartTests.xml" name="testCreateOrderServiceProduct"/> </test-case> <test-case case-name="loadCartFromQuote-test"> - <simple-method-test location="component://order/script/org/ofbiz/order/test/ShoppingCartTests.xml" name="testLoadCartFromQuote"/> + <simple-method-test location="component://order/minilang/test/ShoppingCartTests.xml" name="testLoadCartFromQuote"/> </test-case> <test-case case-name="configurableServiceOrder-test"> - <simple-method-test location="component://order/script/org/ofbiz/order/test/ShoppingCartTests.xml" name="testCreateOrderConfigurableServiceProduct"/> + <simple-method-test location="component://order/minilang/test/ShoppingCartTests.xml" name="testCreateOrderConfigurableServiceProduct"/> </test-case> <test-case case-name="testOrderMoveItemBetweenShipGoups"> - <simple-method-test location="component://order/script/org/ofbiz/order/test/ShoppingCartTests.xml" name="testOrderMoveItemBetweenShipGoups"/> + <simple-method-test location="component://order/minilang/test/ShoppingCartTests.xml" name="testOrderMoveItemBetweenShipGoups"/> </test-case> </test-suite> Modified: ofbiz/trunk/applications/order/testdef/ShoppingListTests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/testdef/ShoppingListTests.xml?rev=1747712&r1=1747711&r2=1747712&view=diff ============================================================================== --- ofbiz/trunk/applications/order/testdef/ShoppingListTests.xml (original) +++ ofbiz/trunk/applications/order/testdef/ShoppingListTests.xml Fri Jun 10 14:04:30 2016 @@ -27,6 +27,6 @@ under the License. </test-case> <test-case case-name="shoppingList-test"> - <simple-method-test location="component://order/script/org/ofbiz/order/test/ShoppingListTests.xml"/> + <simple-method-test location="component://order/minilang/test/ShoppingListTests.xml"/> </test-case> </test-suite> Modified: ofbiz/trunk/applications/order/testdef/quotetests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/testdef/quotetests.xml?rev=1747712&r1=1747711&r2=1747712&view=diff ============================================================================== --- ofbiz/trunk/applications/order/testdef/quotetests.xml (original) +++ ofbiz/trunk/applications/order/testdef/quotetests.xml Fri Jun 10 14:04:30 2016 @@ -27,6 +27,6 @@ under the License. </test-case> <test-case case-name="quote-tests"> - <simple-method-test location="component://order/script/org/ofbiz/order/test/QuoteTests.xml"/> + <simple-method-test location="component://order/minilang/test/QuoteTests.xml"/> </test-case> </test-suite> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml?rev=1747712&r1=1747711&r2=1747712&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml Fri Jun 10 14:04:30 2016 @@ -838,7 +838,7 @@ under the License. </request-map> <request-map uri="createCreditCard"> <security https="true" auth="true"/> - <event type="simple" path="component://accounting/script/org/ofbiz/accounting/payment/PaymentMethodEvents.xml" invoke="createCreditCard"/> + <event type="simple" path="component://accounting/minilang/payment/PaymentMethodEvents.xml" invoke="createCreditCard"/> <response name="success" type="view" value="editcreditcard"/> <response name="address" type="view" value="editcontactmech"/> <response name="error" type="view" value="editcreditcard"/> @@ -896,7 +896,7 @@ under the License. </request-map> <request-map uri="createCustomer"> <security https="true" auth="true"/> - <event type="simple" path="component://order/script/org/ofbiz/order/customer/CustomerEvents.xml" invoke="createCustomer"/> + <event type="simple" path="component://order/minilang/customer/CustomerEvents.xml" invoke="createCustomer"/> <response name="success" type="request" value="finalizeOrder"/> <response name="error" type="view" value="custsetting"/> </request-map> @@ -958,7 +958,7 @@ under the License. </request-map> <request-map uri="updateCreditCard"> <security https="true" auth="true"/> - <event type="simple" path="component://accounting/script/org/ofbiz/accounting/payment/PaymentMethodEvents.xml" invoke="updateCreditCard"/> + <event type="simple" path="component://accounting/minilang/payment/PaymentMethodEvents.xml" invoke="updateCreditCard"/> <response name="success" type="view" value="editcreditcard"/> <response name="address" type="view" value="editcreditcard"/> <response name="error" type="view" value="editcreditcard"/> @@ -1284,7 +1284,7 @@ under the License. <request-map uri="createCustRequestContent"> <security auth="true" https="true"/> - <event path="component://order/script/org/ofbiz/order/request/CustRequestEvents.xml" type="simple" invoke="createCustRequestContent"/> + <event path="component://order/minilang/request/CustRequestEvents.xml" type="simple" invoke="createCustRequestContent"/> <response name="success" type="request-redirect" value="EditCustRequestContent"><redirect-parameter name="custRequestId"/></response> <response name="error" type="view" value="EditCustRequestContent"/> </request-map> Modified: ofbiz/trunk/applications/party/minilang/contact/ContactMechServices.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/minilang/contact/ContactMechServices.xml?rev=1747712&r1=1747586&r2=1747712&view=diff ============================================================================== --- ofbiz/trunk/applications/party/minilang/contact/ContactMechServices.xml (original) +++ ofbiz/trunk/applications/party/minilang/contact/ContactMechServices.xml Fri Jun 10 14:04:30 2016 @@ -203,7 +203,7 @@ under the License. </simple-method> <simple-method method-name="createEmailAddress" short-description="Create an email address contact mechanism"> - <call-map-processor xml-resource="component://party/script/org/ofbiz/party/contact/ContactMechMapProcs.xml" + <call-map-processor xml-resource="component://party/minilang/contact/ContactMechMapProcs.xml" processor-name="emailAddress" in-map-name="parameters" out-map-name="context"/> <check-errors/> <set field="context.contactMechTypeId" value="EMAIL_ADDRESS"/> @@ -214,7 +214,7 @@ under the License. </call-service> </simple-method> <simple-method method-name="updateEmailAddress" short-description="Update an email address contact mechanism"> - <call-map-processor xml-resource="component://party/script/org/ofbiz/party/contact/ContactMechMapProcs.xml" + <call-map-processor xml-resource="component://party/minilang/contact/ContactMechMapProcs.xml" processor-name="emailAddress" in-map-name="parameters" out-map-name="context"/> <check-errors/> <set field="context.contactMechTypeId" value="EMAIL_ADDRESS"/> Modified: ofbiz/trunk/applications/party/minilang/party/PartyPermissionServices.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/minilang/party/PartyPermissionServices.xml?rev=1747712&r1=1747586&r2=1747712&view=diff ============================================================================== --- ofbiz/trunk/applications/party/minilang/party/PartyPermissionServices.xml (original) +++ ofbiz/trunk/applications/party/minilang/party/PartyPermissionServices.xml Fri Jun 10 14:04:30 2016 @@ -26,7 +26,7 @@ under the License. <!-- Returns hasPermission=true if user has one of the base PARTYMGR CRUD+ADMIN permissions --> <simple-method method-name="basePermissionCheck" short-description="Party Manager base permission logic"> <set field="primaryPermission" value="PARTYMGR"/> - <call-simple-method method-name="genericBasePermissionCheck" xml-resource="component://common/script/org/ofbiz/common/permission/CommonPermissionServices.xml"/> + <call-simple-method method-name="genericBasePermissionCheck" xml-resource="component://common/minilang/permission/CommonPermissionServices.xml"/> </simple-method> <!-- Returns hasPermission=true if userLogin partyId equals partyId parameter --> Modified: ofbiz/trunk/applications/party/minilang/party/PartyServices.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/minilang/party/PartyServices.xml?rev=1747712&r1=1747586&r2=1747712&view=diff ============================================================================== --- ofbiz/trunk/applications/party/minilang/party/PartyServices.xml (original) +++ ofbiz/trunk/applications/party/minilang/party/PartyServices.xml Fri Jun 10 14:04:30 2016 @@ -953,7 +953,7 @@ under the License. </simple-method> <simple-method method-name="createUpdatePerson" short-description="Create and update a person" login-required="false"> - <call-map-processor xml-resource="component://party/script/org/ofbiz/party/party/PartyMapProcs.xml" + <call-map-processor xml-resource="component://party/minilang/party/PartyMapProcs.xml" processor-name="person" in-map-name="parameters" out-map-name="personMap"/> <check-errors/> <set field="partyId" from-field="parameters.partyId"/> @@ -973,9 +973,9 @@ under the License. </simple-method> <simple-method method-name="quickCreateCustomer" short-description="Create customer profile on basis of First Name ,Last Name and Email Address" login-required="false"> - <call-map-processor xml-resource="component://party/script/org/ofbiz/party/contact/PartyContactMechMapProcs.xml" + <call-map-processor xml-resource="component://party/minilang/contact/PartyContactMechMapProcs.xml" processor-name="person" in-map-name="parameters" out-map-name="personInMap"/> - <call-map-processor xml-resource="component://party/script/org/ofbiz/party/contact/PartyContactMechMapProcs.xml" + <call-map-processor xml-resource="component://party/minilang/contact/PartyContactMechMapProcs.xml" processor-name="emailAddress" in-map-name="parameters" out-map-name="emailAddressInMap"/> <check-errors/> Modified: ofbiz/trunk/applications/party/minilang/party/PartySimpleEvents.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/minilang/party/PartySimpleEvents.xml?rev=1747712&r1=1747586&r2=1747712&view=diff ============================================================================== --- ofbiz/trunk/applications/party/minilang/party/PartySimpleEvents.xml (original) +++ ofbiz/trunk/applications/party/minilang/party/PartySimpleEvents.xml Fri Jun 10 14:04:30 2016 @@ -35,7 +35,7 @@ under the License. <!-- Person events --> <simple-method method-name="createPerson" short-description="Create Person"> - <call-map-processor xml-resource="component://party/script/org/ofbiz/party/party/PartyMapProcs.xml" + <call-map-processor xml-resource="component://party/minilang/party/PartyMapProcs.xml" processor-name="person" in-map-name="parameters" out-map-name="context"/> <check-errors/> <call-service service-name="createPerson" in-map-name="context"> @@ -45,7 +45,7 @@ under the License. </simple-method> <simple-method method-name="updatePerson" short-description="Update Person"> <set field="context.partyId" from-field="parameters.partyId"/> - <call-map-processor xml-resource="component://party/script/org/ofbiz/party/party/PartyMapProcs.xml" + <call-map-processor xml-resource="component://party/minilang/party/PartyMapProcs.xml" processor-name="person" in-map-name="parameters" out-map-name="context"/> <check-errors/> <call-service service-name="updatePerson" in-map-name="context"> @@ -55,7 +55,7 @@ under the License. <!-- PartyGroup events --> <simple-method method-name="createPartyGroup" short-description="Create Party Group"> - <call-map-processor xml-resource="component://party/script/org/ofbiz/party/party/PartyMapProcs.xml" + <call-map-processor xml-resource="component://party/minilang/party/PartyMapProcs.xml" processor-name="partyGroup" in-map-name="parameters" out-map-name="context"/> <check-errors/> <call-service service-name="createPartyGroup" in-map-name="context"> @@ -65,7 +65,7 @@ under the License. </simple-method> <simple-method method-name="updatePartyGroup" short-description="Update Party Group"> <set field="context.partyId" from-field="parameters.partyId"/> - <call-map-processor xml-resource="component://party/script/org/ofbiz/party/party/PartyMapProcs.xml" + <call-map-processor xml-resource="component://party/minilang/party/PartyMapProcs.xml" processor-name="partyGroup" in-map-name="parameters" out-map-name="context"/> <check-errors/> <call-service service-name="updatePartyGroup" in-map-name="context"> Modified: ofbiz/trunk/applications/party/minilang/party/PartySimpleMethods.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/minilang/party/PartySimpleMethods.xml?rev=1747712&r1=1747586&r2=1747712&view=diff ============================================================================== --- ofbiz/trunk/applications/party/minilang/party/PartySimpleMethods.xml (original) +++ ofbiz/trunk/applications/party/minilang/party/PartySimpleMethods.xml Fri Jun 10 14:04:30 2016 @@ -108,16 +108,16 @@ under the License. <!-- Simple method to create a person, its role and basic contact mechs --> <simple-method method-name="createPersonRoleAndContactMechs" short-description="Creates a person, role and contactMechs"> <call-map-processor processor-name="person" in-map-name="parameters" out-map-name="personContext" - xml-resource="component://party/script/org/ofbiz/party/party/PartyMapProcs.xml"/> + xml-resource="component://party/minilang/party/PartyMapProcs.xml"/> <if-not-empty field="parameters.address1"> <call-map-processor processor-name="postalAddress" in-map-name="parameters" out-map-name="postalAddressContext" - xml-resource="component://party/script/org/ofbiz/party/contact/PartyContactMechMapProcs.xml"/> + xml-resource="component://party/minilang/contact/PartyContactMechMapProcs.xml"/> </if-not-empty> <if-not-empty field="parameters.contactNumber"> <call-map-processor processor-name="telecomNumber" in-map-name="parameters" out-map-name="telecomNumberContext" - xml-resource="component://party/script/org/ofbiz/party/contact/PartyContactMechMapProcs.xml"/> + xml-resource="component://party/minilang/contact/PartyContactMechMapProcs.xml"/> </if-not-empty> <if-not-empty field="parameters.emailAddress"> @@ -153,14 +153,14 @@ under the License. <!-- Simple method to create a party group, its role and basic contact mechs --> <simple-method method-name="createPartyGroupRoleAndContactMechs" short-description="Creates a party group, role and contactMechs"> <call-map-processor processor-name="partyGroup" in-map-name="parameters" out-map-name="partyGroupContext" - xml-resource="component://party/script/org/ofbiz/party/party/PartyMapProcs.xml"/> + xml-resource="component://party/minilang/party/PartyMapProcs.xml"/> <if-not-empty field="parameters.address1"> <call-map-processor processor-name="postalAddress" in-map-name="parameters" out-map-name="postalAddressContext" - xml-resource="component://party/script/org/ofbiz/party/contact/PartyContactMechMapProcs.xml"/> + xml-resource="component://party/minilang/contact/PartyContactMechMapProcs.xml"/> </if-not-empty> <if-not-empty field="parameters.contactNumber"> <call-map-processor processor-name="telecomNumber" in-map-name="parameters" out-map-name="telecomNumberContext" - xml-resource="component://party/script/org/ofbiz/party/contact/PartyContactMechMapProcs.xml"/> + xml-resource="component://party/minilang/contact/PartyContactMechMapProcs.xml"/> </if-not-empty> <if-not-empty field="parameters.emailAddress"> |
Free forum by Nabble | Edit this page |