Re: svn commit: r616639 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenAction.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r616639 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenAction.java

Jacques Le Roux
Administrator
Good idea !

Jacques


> Author: adrianc
> Date: Tue Jan 29 21:49:25 2008
> New Revision: 616639
>
> URL: http://svn.apache.org/viewvc?rev=616639&view=rev
> Log:
> Added the ability to call simple methods from screen widgets. This eliminates the need to define a service to call a simple
> method.
>
> Just use the <script location="component://... .xml#methodName" syntax. The simple method call works just like a service event -
> the result Map elements are copied into the screen context.
>
> Note that this enhancement should NOT be used to circumvent existing services - since many processes depend upon SECAs, which
> won't get executed using this screen widget operation.
>
> Modified:
>    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenAction.java