[
https://issues.apache.org/jira/browse/OFBIZ-3151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12773855#action_12773855 ]
Chatree Srichart edited comment on OFBIZ-3151 at 11/5/09 9:33 AM:
------------------------------------------------------------------
I would like to look up parties which have empty statusId field.
I use performFind service included condition...
....
<set field="parameters.statusId" from-field="nullField"/>
<set field="parameters.statusId_op" value="equals"/>
....
<service service-name="performFind" result-map="result" result-map-list="listIt">
<field-map field-name="inputFields" from-field="parameters"/>
....
But It doesn' t accepted anything.
was (Author: chatree):
I would like to look up parties which have empty statusId field.
I use performFind service included condition...
....
<set field="parameters.statusId" from-field="nullField"/>
<set field="parameters.statusId_op" value="equals"/>
....
<service service-name="performFind" result-map="result" result-map-list="listIt">
<field-map field-name="inputFields" from-field="parameters"/>
....
But I don' t accepted anything.
> fix for using "equals" operator with null field in performFind service.
> -----------------------------------------------------------------------
>
> Key: OFBIZ-3151
> URL:
https://issues.apache.org/jira/browse/OFBIZ-3151> Project: OFBiz
> Issue Type: Improvement
> Components: framework
> Reporter: Chatree Srichart
> Fix For: SVN trunk
>
> Attachments: FindServices.java.diff
>
>
> Because I can not use "equals" operator with null field in performFind service. So I fixed for use one.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.