[
https://issues.apache.org/jira/browse/OFBIZ-4731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13232460#comment-13232460
]
Jacopo Cappellato commented on OFBIZ-4731:
------------------------------------------
Jacques is right about the root cause of the error: it is caused by recent
refactoring to ScriptUtil class.
I have fixed it in rev. 1302274 with the following comment:
{quote}
the ${bsh: syntaxt when used in value fields doesn't seem to work properly
after the recent refactoring to the ScriptUtil and related mechanisms. Fixed by
switching to ${groovy: syntax.
Even if there are plans to migrate all the scripts to the ${groovy: syntax, we
will have to fix the root cause of this, also because there are several other
occurrencies of the older sytax in the system.
{quote}
> Error in ListFindAcctgTransEntriesByAccount
> -------------------------------------------
>
> Key: OFBIZ-4731
> URL: https://issues.apache.org/jira/browse/OFBIZ-4731
> Project: OFBiz
> Issue Type: Bug
> Components: accounting
> Affects Versions: Release Branch 10.04, SVN trunk
> Reporter: Tom Burns
> Priority: Minor
> Attachments: AfterPatch.bmp, BeforePatch.bmp, GlForms.xml.patch
>
>
> Problem In Trunk and 10.04 OK in 9.04
> org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen
> [component://common/widget/CommonScreens.xml#GlobalDecorator]:
> java.lang.IllegalArgumentException: Return value from use-when condition eval
> was not a Boolean: null [null] on the field glAccountId of form
> ListFindAcctgTransEntriesByAccount (Return value from use-when condition eval
> was not a Boolean: null [null] on the field glAccountId of form
> ListFindAcctgTransEntriesByAccount)
--
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