You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Karim Rahimpur (JIRA)" <ji...@apache.org> on 2009/01/13 10:24:59 UTC

[jira] Updated: (OFBIZ-2119) Error in request overview screen when no party is given

     [ https://issues.apache.org/jira/browse/OFBIZ-2119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karim Rahimpur updated OFBIZ-2119:
----------------------------------

    Attachment: RequestForms.xml.patch

> Error in request overview screen when no party is given
> -------------------------------------------------------
>
>                 Key: OFBIZ-2119
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2119
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>         Environment: any
>            Reporter: Karim Rahimpur
>            Priority: Minor
>         Attachments: RequestForms.xml.patch
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> An error comes up on the overview screen of a request that has no requesting party.
> Example:
> 1. Create a new request and do not fill in Requesting Party [https://demo.hotwaxmedia.com/ordermgr/control/request]
> 2. Try to get the overview, assuming the newly created request's id is 10000 e.g. [https://demo.hotwaxmedia.com/ordermgr/control/ViewRequest?custRequestId=10000]
> 3. The error message shows up:
> {panel}
> * Request 10000 Information
> :ERROR MESSAGE:
> org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://common/widget/CommonScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException: Error in form [requestInfo] calling service with name [getPartyNameForDate]: org.ofbiz.service.ServiceValidationException: The following required parameter is missing: [getPartyNameForDate.partyId] (Error in form [requestInfo] calling service with name [getPartyNameForDate]: org.ofbiz.service.ServiceValidationException: The following required parameter is missing: [getPartyNameForDate.partyId])
> {panel}
> Problem:
> RequestForms.xml calls the service _getPartyNameForDate_ which expects a partyId as an input parameter. But there is no partyId associated to the request so the error shows up.
> Solution:
> Use __NA__ as default partyId. As per the attached patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.