[ https://issues.apache.org/jira/browse/OFBIZ-4851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jacques Le Roux closed OFBIZ-4851. ---------------------------------- Resolution: Fixed Assignee: Jacques Le Roux Thanks Ankit, You slightly modified patch is in trunk at r1334201 Sligth changes from your patch: I simply used real ' instead of " and reformatted to make things more legible. I tried also to replace & by & but Xerces complained, not sure what the logic is here... I supposed it was related to recent changes on scripts language, but was not sure. So I searched for ${bsh:* type="Boolean"/> and found some others of the same kind: in UpdateProductFacilityLocations, FindProject, sprintBacklogListItems forms and more in scrumForms.xml. I tried with UpdateProductFacilityLocations & FindProject but surprisingly did not reproduce the problem. At this stage I gave up... > Error on View Facility Inventory Items Details Page > --------------------------------------------------- > > Key: OFBIZ-4851 > URL: https://issues.apache.org/jira/browse/OFBIZ-4851 > Project: OFBiz > Issue Type: Bug > Components: product > Affects Versions: SVN trunk > Reporter: Ankit Jain > Assignee: Jacques Le Roux > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-4851.patch > > > Error on > https://demo-trunk.ofbiz.apache.org:8443/facility/control/ViewFacilityInventoryItemsDetails > Page, when you select Report Type - "By Inventory Item" or "By Product" its > throwing error. > 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 inventoryItemId of form > ListFacilityInventoryItemsDetailsByItem (Return value from use-when condition > eval was not a Boolean: null [null] on the field inventoryItemId of form > ListFacilityInventoryItemsDetailsByItem) -- 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