|
Author: jleroux
Date: Sat Oct 20 09:51:46 2012 New Revision: 1400402 URL: http://svn.apache.org/viewvc?rev=1400402&view=rev Log: "Applied fix from trunk for revision: 1400393" ------------------------------------------------------------------------ r1400393 | jleroux | 2012-10-20 10:59:40 +0200 (sam., 20 oct. 2012) | 17 lines A patch from Tom Burns "Error is comming in HR's recruitment Tab " https://issues.apache.org/jira/browse/OFBIZ-5056 I am getting an error(null Pointer Exception) in HR module when i am testing some functionallities. I followed some steps in my testing. Step 1:-Cleck on Recruitment tab and also click on "New job Requisition".Fill the data and create the record. Steps 2:-click on sub tap "Internal Job Posting" and then click on "New internal Job Posting" Button on find Internal job posting page. Create the record from require data Step3:-Again click "Internal Job Posting" sub tab. and find the created Internal Job Posting record. You find operastion give the Error Massage :ERROR MESSAGE: org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen component://common/widget/CommonScreens.xml#FindScreenDecorator: java.lang.NullPointerException (null) You also check Job Interview and Approve sub tab I have sent this mail to jacopo Le but Issue is not resolve till date Please solve this issuse. I Am waiting for ur responce APAS Thanks Dhiraj Gupta ------------------------------------------------------------------------ Modified: ofbiz/branches/release10.04/ (props changed) ofbiz/branches/release10.04/applications/humanres/widget/forms/EmplLeaveForms.xml ofbiz/branches/release10.04/applications/humanres/widget/forms/RecruitmentForms.xml Propchange: ofbiz/branches/release10.04/ ------------------------------------------------------------------------------ Merged /ofbiz/trunk:r1400393 Modified: ofbiz/branches/release10.04/applications/humanres/widget/forms/EmplLeaveForms.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/applications/humanres/widget/forms/EmplLeaveForms.xml?rev=1400402&r1=1400401&r2=1400402&view=diff ============================================================================== --- ofbiz/branches/release10.04/applications/humanres/widget/forms/EmplLeaveForms.xml (original) +++ ofbiz/branches/release10.04/applications/humanres/widget/forms/EmplLeaveForms.xml Sat Oct 20 09:51:46 2012 @@ -69,7 +69,7 @@ <field name="approverPartyId"> <display-entity entity-name="PartyNameView" description="${firstName} ${lastName}" key-field-name="partyId"> <sub-hyperlink target="/partymgr/control/viewprofile" target-type="inter-app" description="${approverPartyId}" link-style="buttontext"> - <parameter param-name="approverPartyId" from-field="approverPartyId"/> + <parameter param-name="partyId" from-field="approverPartyId"/> </sub-hyperlink> </display-entity> </field> @@ -147,7 +147,7 @@ <field name="approverPartyId" field-name="approverPartyId"> <display-entity entity-name="PartyNameView" description="${firstName} ${lastName}" key-field-name="partyId"> <sub-hyperlink target="/partymgr/control/viewprofile" target-type="inter-app" description="${approverPartyId}" link-style="buttontext"> - <parameter param-name="approverPartyId" from-field="approverPartyId"/> + <parameter param-name="partyId" from-field="approverPartyId"/> </sub-hyperlink> </display-entity> </field> Modified: ofbiz/branches/release10.04/applications/humanres/widget/forms/RecruitmentForms.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/applications/humanres/widget/forms/RecruitmentForms.xml?rev=1400402&r1=1400401&r2=1400402&view=diff ============================================================================== --- ofbiz/branches/release10.04/applications/humanres/widget/forms/RecruitmentForms.xml (original) +++ ofbiz/branches/release10.04/applications/humanres/widget/forms/RecruitmentForms.xml Sat Oct 20 09:51:46 2012 @@ -178,21 +178,24 @@ under the License. <hyperlink target="EditInternalJobPosting" description="${applicationId}"> <parameter param-name="applicationId"/> </hyperlink> - </field> - <field name="applyingPartyId" field-name="partyId"> - <display-entity entity-name="PartyNameView" description="${firstName} ${lastName}"> - <sub-hyperlink target="/partymgr/control/viewprofile" target-type="inter-app" description="${applyingPartyId}" link-style="buttontext"> - <parameter param-name="partyId" from-field="applyingPartyId"/> - </sub-hyperlink> - </display-entity> - </field> - <field name="approverPartyId" field-name="partyId"> - <display-entity entity-name="PartyNameView" description="${firstName} ${lastName}"> + </field> + + <field name="approverPartyId"> + <display-entity entity-name="PartyNameView" description="${firstName} ${lastName}" key-field-name="partyId"> <sub-hyperlink target="/partymgr/control/viewprofile" target-type="inter-app" description="${approverPartyId}" link-style="buttontext"> <parameter param-name="partyId" from-field="approverPartyId"/> </sub-hyperlink> </display-entity> + </field> + + <field name="applyingPartyId"> + <display-entity entity-name="PartyNameView" description="${firstName} ${lastName}" key-field-name="partyId"> + <sub-hyperlink target="/partymgr/control/viewprofile" target-type="inter-app" description="${applyingPartyId}" link-style="buttontext"> + <parameter param-name="partyId" from-field="applyingPartyId"/> + </sub-hyperlink> + </display-entity> </field> + <field name="statusId" title="${uiLabelMap.HumanResIJPStatus}"><display/></field> <field name="jobRequisitionId" widget-style="buttontext"> <hyperlink target="EditJobRequisition" description="${jobRequisitionId}"> |
|
Hi Lee,
Thanks Lee, This error is also comming in jobInterview and Approval sub tab also. Please check it. Thanks Dhiraj
Dhiraj Gupta
|
| Free forum by Nabble | Edit this page |
