You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Pierre Smits (JIRA)" <ji...@apache.org> on 2015/06/02 13:45:17 UTC

[jira] [Created] (OFBIZ-6439) script in form and screen: have 'invoke' functionality for groovy scripts

Pierre Smits created OFBIZ-6439:
-----------------------------------

             Summary: script in form and screen: have 'invoke' functionality for groovy scripts
                 Key: OFBIZ-6439
                 URL: https://issues.apache.org/jira/browse/OFBIZ-6439
             Project: OFBiz
          Issue Type: Sub-task
          Components: framework
    Affects Versions: Trunk
            Reporter: Pierre Smits


Currently in forms and screens scripts can be set to be executed. The associated xsd reference is:
{code}
    <xs:element name="script" substitutionGroup="AllActions">
        <xs:complexType>
            <xs:attribute type="xs:string" name="location" use="required" />
        </xs:complexType>
    </xs:element>
{code}

However, it is not possible to invoke a specific function of a groovy script.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)