You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Wai (Closed) (JIRA)" <ji...@apache.org> on 2011/11/23 17:21:39 UTC

[jira] [Closed] (OFBIZ-4583) Specify use of static java method from screen widget and form widget

     [ https://issues.apache.org/jira/browse/OFBIZ-4583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wai closed OFBIZ-4583.
----------------------

    Resolution: Not A Problem
    
> 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
>         Attachments: ofbiz-4583.patch.txt
>
>
> 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