Author: jleroux
Date: Sat Mar 28 16:22:09 2009
New Revision: 759499
URL:
http://svn.apache.org/viewvc?rev=759499&view=revLog:
I think there were typos (&&) in
<hyperlink target="deleteEmploymentApp?applicationId=${applicationId}&&partyId=${partyId}&&referredByPartyId=${referredByPartyId}" description="${uiLabelMap.CommonDelete}" also-hidden="true"/>
else please explain me...
Modified:
ofbiz/trunk/applications/humanres/widget/forms/EmploymentAppForms.xml
Modified: ofbiz/trunk/applications/humanres/widget/forms/EmploymentAppForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmploymentAppForms.xml?rev=759499&r1=759498&r2=759499&view=diff==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmploymentAppForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmploymentAppForms.xml Sat Mar 28 16:22:09 2009
@@ -62,8 +62,8 @@
<field name="deleteLink" title="${uiLabelMap.CommonDelete}" widget-style="buttontext">
<hyperlink target="deleteEmploymentApp" description="${uiLabelMap.CommonDelete}" also-hidden="true">
<parameter param-name="applicationId" from-field="applicationId"/>
- <parameter param-name="&partyId" from-field="partyId"/>
- <parameter param-name="&referredByPartyId" from-field="referredByPartyId"/>
+ <parameter param-name="partyId" from-field="partyId"/>
+ <parameter param-name="referredByPartyId" from-field="referredByPartyId"/>
</hyperlink>
</field>
<field name="_rowSubmit" title="${uiLabelMap.CommonSelect}"><hidden value="Y"/></field>