Specify use of static java method from screen widget and form widget
--------------------------------------------------------------------

                 Key: OFBIZ-4583
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4583
             Project: OFBiz
          Issue Type: Improvement
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Wai
            Priority: Minor


Implemented capability to specify call to java method from the *Screens.xml and 
*Forms.xml
Sample usage:
<screen name="SomeScreenName" ...>
    <section>
        <actions>
            <java path="fullPathToTargetClass" invoke="someMethodOfTargetClass" 
/>
...
<form name="SomeForm" ...>
    <actions>
        <java path="fullPathToTargetClass" invoke="someMethodOfTargetClass" />
...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to