[JIRA] Commented: (OFBIZ-706) form-widget actions block does not pass errors back up

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

[JIRA] Commented: (OFBIZ-706) form-widget actions block does not pass errors back up

JIRA jira@ofbiz.org
     [ http://jira.undersunconsulting.com/browse/OFBIZ-706?page=comments#action_13954 ]
     
Marco Risaliti commented on OFBIZ-706:
--------------------------------------

Hi Si & David,

I don't think it's a bug and this issue can be closed ?
What do you think of it ?

Thanks
Marco

> form-widget actions block does not pass errors back up
> ------------------------------------------------------
>
>          Key: OFBIZ-706
>          URL: http://jira.undersunconsulting.com/browse/OFBIZ-706
>      Project: [OFBiz] Open For Business
>         Type: Bug
>   Components: widget
>     Versions: SVN
>     Reporter: Si Chen
>     Assignee: Jira Administrator
>      Fix For: SVN

>
>
> If you had this kind of code in a form-widget:
>         <actions>
>             <service service-name="performFind" result-map-name="result" result-map-list-iterator-name="listIt">
>                 <field-map field-name="inputFields" env-name="parameters"/>
>                 <field-map field-name="entityName" value="Invoice"/>
>                 <field-map field-name="orderBy" value="invoiceDate"/>
>             </service>
>         </actions>
> and for some reason the service call failed, no error messages would show up on your screen.  You can try it yourself: just comment out the performFind service in framework/common/servicedef/services.xml and then try to do a lookup.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.undersunconsulting.com/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira