You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/04/06 08:25:28 UTC

svn commit: r762215 [4/9] - in /ofbiz/trunk: applications/accounting/webapp/accounting/agreement/ applications/accounting/webapp/accounting/fixedasset/ applications/accounting/webapp/accounting/invoice/ applications/accounting/webapp/accounting/payment...

Modified: ofbiz/trunk/applications/humanres/widget/forms/PartySkillForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/PartySkillForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/PartySkillForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/PartySkillForms.xml Mon Apr  6 06:25:24 2009
@@ -54,8 +54,8 @@
         <field name="skillLevel"><text/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonDelete}" widget-style="buttontext">
             <hyperlink target="deletePartySkill" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="skillTypeId" from-field="skillTypeId"/>
-                <parameter param-name="partyId" from-field="partyId"/>
+                <parameter param-name="skillTypeId"/>
+                <parameter param-name="partyId"/>
             </hyperlink>
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}"><submit button-type="button"/></field>

Modified: ofbiz/trunk/applications/humanres/widget/forms/PayGradeForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/PayGradeForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/PayGradeForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/PayGradeForms.xml Mon Apr  6 06:25:24 2009
@@ -38,7 +38,7 @@
         <auto-fields-service default-field-type="display" service-name="updatePayGrade"/>
         <field name="payGradeId" title="${uiLabelMap.HumanResPayGradeID}" widget-style="linktext">
             <hyperlink also-hidden="true" target="EditPayGrade" target-type="plain" description="${payGradeId}">
-                <parameter param-name="payGradeId" from-field="payGradeId"/>
+                <parameter param-name="payGradeId"/>
             </hyperlink>
         </field>
     </form>
@@ -64,8 +64,8 @@
         <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit"><submit/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="deleteSalaryStep" description="${uiLabelMap.CommonDelete}">
-                <parameter param-name="salaryStepSeqId" from-field="salaryStepSeqId"/>
-                <parameter param-name="payGradeId" from-field="payGradeId"/>
+                <parameter param-name="salaryStepSeqId"/>
+                <parameter param-name="payGradeId"/>
             </hyperlink>
         </field>
     </form>

Modified: ofbiz/trunk/applications/humanres/widget/forms/PerfReviewForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/PerfReviewForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/PerfReviewForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/PerfReviewForms.xml Mon Apr  6 06:25:24 2009
@@ -44,9 +44,9 @@
         <auto-fields-entity entity-name="PerfReview" default-field-type="display"/>
         <field name="perfReviewId">
            <hyperlink also-hidden="false" description="${perfReviewId}" target="EditPerfReview">
-                <parameter param-name="perfReviewId" from-field="perfReviewId"/>
-                <parameter param-name="employeePartyId" from-field="employeePartyId"/>
-                <parameter param-name="employeeRoleTypeId" from-field="employeeRoleTypeId"/>
+                <parameter param-name="perfReviewId"/>
+                <parameter param-name="employeePartyId"/>
+                <parameter param-name="employeeRoleTypeId"/>
             </hyperlink>
         </field>
     </form>     
@@ -81,18 +81,18 @@
         <auto-fields-service default-field-type="display" service-name="updatePerfReviewItem"/>        
         <field name="perfReviewItemSeqId" widget-style="linktext">
             <hyperlink also-hidden="false" description="${perfReviewItemSeqId}" target="EditPerfReviewItem">
-                <parameter param-name="perfReviewItemSeqId" from-field="perfReviewItemSeqId"/>
-                <parameter param-name="employeePartyId" from-field="employeePartyId"/>
-                <parameter param-name="employeeRoleTypeId" from-field="employeeRoleTypeId"/>
-                <parameter param-name="perfReviewId" from-field="perfReviewId"/>
+                <parameter param-name="perfReviewItemSeqId"/>
+                <parameter param-name="employeePartyId"/>
+                <parameter param-name="employeeRoleTypeId"/>
+                <parameter param-name="perfReviewId"/>
             </hyperlink>
         </field>
         <field name="deleteLink" title="${uiLabelMap.CommonDelete}" widget-style="buttontext">
             <hyperlink target="deletePerfReviewItem" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="perfReviewId" from-field="perfReviewId"/>
-                <parameter param-name="employeePartyId" from-field="employeePartyId"/>
-                <parameter param-name="employeeRoleTypeId" from-field="employeeRoleTypeId"/>
-                <parameter param-name="perfReviewItemSeqId" from-field="perfReviewItemSeqId"/>
+                <parameter param-name="perfReviewId"/>
+                <parameter param-name="employeePartyId"/>
+                <parameter param-name="employeeRoleTypeId"/>
+                <parameter param-name="perfReviewItemSeqId"/>
             </hyperlink>
         </field>
     </form>      

Modified: ofbiz/trunk/applications/humanres/widget/forms/PersonTrainingForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/PersonTrainingForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/PersonTrainingForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/PersonTrainingForms.xml Mon Apr  6 06:25:24 2009
@@ -48,7 +48,7 @@
         <auto-fields-service default-field-type="display" service-name="updatePersonTraining"/>
         <field name="partyId" widget-style="linktext">
             <hyperlink also-hidden="true" target="viewprofile" target-type="plain" description="${partyId}">
-                <parameter param-name="partyId" from-field="partyId"/>
+                <parameter param-name="partyId"/>
             </hyperlink>
         </field>
         <field name="trainingClassTypeId"><display-entity description="${description}" entity-name="TrainingClassType"/></field>

Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml (original)
+++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml Mon Apr  6 06:25:24 2009
@@ -87,12 +87,12 @@
         <field name="thruDate"><display/></field>
         <field name="updateLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="EditProductManufacturingRules" description="${uiLabelMap.CommonSelect}" >
-                <parameter param-name="ruleId" from-field="ruleId"/>
+                <parameter param-name="ruleId"/>
             </hyperlink>
         </field> 
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="DeleteProductManufacturingRule" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="ruleId" from-field="ruleId"/>
+                <parameter param-name="ruleId"/>
             </hyperlink>
         </field>
     </form>
@@ -143,8 +143,8 @@
         default-table-style="basic-table hover-bar"  paginate-target="FindBom">
         <field name="productId" title="${uiLabelMap.ProductProductId}" use-when="">
             <hyperlink target="EditProductBom" description="${productId}">
-                <parameter param-name="productId" from-field="productId"/>
-                <parameter param-name="productAssocTypeId" from-field="productAssocTypeId"/>
+                <parameter param-name="productId"/>
+                <parameter param-name="productAssocTypeId"/>
             </hyperlink>
         </field>
         <field name="internalName" title="${uiLabelMap.ProductProductName}"><display/></field>

Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml (original)
+++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml Mon Apr  6 06:25:24 2009
@@ -115,7 +115,7 @@
         odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
         <field name="orderId" widget-style="buttontext">
             <hyperlink target="/ordermgr/control/orderview" description="${orderId}/${orderItemSeqId}" also-hidden="false" target-type="inter-app">
-                <parameter param-name="orderId" from-field="orderId"/>
+                <parameter param-name="orderId"/>
             </hyperlink>
         </field>
         <!--
@@ -133,7 +133,7 @@
         odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
         <field name="inventoryItemId" widget-style="buttontext">
             <hyperlink target="/facility/control/EditInventoryItem"  description="${inventoryItemId}" also-hidden="false" target-type="inter-app">
-                <parameter param-name="inventoryItemId" from-field="inventoryItemId"/>
+                <parameter param-name="inventoryItemId"/>
             </hyperlink>
         </field>
         <field name="lotId" entry-name="inventoryItemId"><display-entity entity-name="InventoryItem" key-field-name="inventoryItemId" description="${lotId} "/></field>
@@ -175,13 +175,13 @@
         </field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="smallSubmit">
             <!--<hyperlink target="RemoveRoutingTaskAssoc"  description="[${uiLabelMap.CommonDelete}]" also-hidden="false">
-                <parameter param-name="workEffortIdFrom" from-field="workEffortIdFrom"/>
-                <parameter param-name="workEffortIdTo" from-field="workEffortIdTo"/>
-                <parameter param-name="fromDate" from-field="fromDate"/>
+                <parameter param-name="workEffortIdFrom"/>
+                <parameter param-name="workEffortIdTo"/>
+                <parameter param-name="fromDate"/>
                 <parameter param-name="workEffortAssocTypeId" value="ROUTING_COMPONENT"/>
             </hyperlink>-->
             <hyperlink target="deleteProductionRunRoutingTask" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="workEffortId" from-field="workEffortId"/>
+                <parameter param-name="workEffortId"/>
                 <parameter param-name="productionRunId" from-field="workEffortParentId"/>
             </hyperlink>
         </field>
@@ -339,20 +339,20 @@
         <field name="quantityProduced" title="${uiLabelMap.ManufacturingQuantityProduced}" ><display/></field>
         <field name="startLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="smallSubmit" use-when="&quot;${startTaskId}&quot;.equals(&quot;${workEffortId}&quot;)">
             <hyperlink target="changeProductionRunTaskStatus" description="${uiLabelMap.ManufacturingStartProductionRunTask}" also-hidden="false">
-                <parameter param-name="workEffortId" from-field="workEffortId"/>
+                <parameter param-name="workEffortId"/>
                 <parameter param-name="productionRunId" from-field="workEffortParentId"/>
             </hyperlink>
         </field>
         <field name="issueLinkAtp" title="${uiLabelMap.CommonEmptyHeader}" widget-style="smallSubmit" use-when="&quot;${issueTaskId}&quot;.equals(&quot;${workEffortId}&quot;)">
             <hyperlink target="issueProductionRunRoutingTask" description="${uiLabelMap.ManufacturingIssueAvailableProductionRunTask}" also-hidden="false">
-                <parameter param-name="workEffortId" from-field="workEffortId"/>
+                <parameter param-name="workEffortId"/>
                 <parameter param-name="productionRunId" from-field="workEffortParentId"/>
                 <parameter param-name="failIfItemsAreNotAvailable" value="Y"/>
             </hyperlink>
         </field>
         <field name="issueLinkQoh" title="${uiLabelMap.CommonEmptyHeader}" widget-style="smallSubmit" use-when="&quot;${issueTaskId}&quot;.equals(&quot;${workEffortId}&quot;)">
             <hyperlink target="issueProductionRunRoutingTask" description="${uiLabelMap.ManufacturingIssueProductionRunTask}" also-hidden="false">
-                <parameter param-name="workEffortId" from-field="workEffortId"/>
+                <parameter param-name="workEffortId"/>
                 <parameter param-name="productionRunId" from-field="workEffortParentId"/>
                 <parameter param-name="failIfItemsAreNotAvailable" value="N"/>
             </hyperlink>
@@ -366,7 +366,7 @@
         </field>
         <field name="completeLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="smallSubmit" use-when="&quot;${completeTaskId}&quot;.equals(&quot;${workEffortId}&quot;)">
             <hyperlink target="changeProductionRunTaskStatus" description="${uiLabelMap.ManufacturingCompleteProductionRunTask}" also-hidden="false">
-                <parameter param-name="workEffortId" from-field="workEffortId"/>
+                <parameter param-name="workEffortId"/>
                 <parameter param-name="productionRunId" from-field="workEffortParentId"/>
             </hyperlink>
         </field>
@@ -523,7 +523,7 @@
         odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
         <field name="inventoryItemId" title="${uiLabelMap.ProductInventoryItem}" widget-style="buttontext">
             <hyperlink target="/facility/control/EditInventoryItem"  description="${inventoryItemId}" also-hidden="false" target-type="inter-app">
-                <parameter param-name="inventoryItemId" from-field="inventoryItemId"/>
+                <parameter param-name="inventoryItemId"/>
             </hyperlink>
         </field>
     </form>
@@ -549,9 +549,9 @@
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="smallSubmit"
                     use-when="!&quot;${declarationScreen}&quot;.equals(&quot;Y&quot;)">
             <hyperlink description="${uiLabelMap.CommonDelete}" also-hidden="false" target="removeWorkEffortFixedAssetAssign">
-                <parameter param-name="workEffortId" from-field="workEffortId"/>
-                <parameter param-name="fixedAssetId" from-field="fixedAssetId"/>
-                <parameter param-name="fromDate" from-field="fromDate"/>
+                <parameter param-name="workEffortId"/>
+                <parameter param-name="fixedAssetId"/>
+                <parameter param-name="fromDate"/>
                 <parameter param-name="productionRunId" from-field="productionRunId}"/>
             </hyperlink>
         </field>
@@ -683,7 +683,7 @@
         <field name="estimatedShipDate"><display/></field>
         <field name="viewShipmentPlanLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="WorkWithShipmentPlans" description="${uiLabelMap.CommonView}" also-hidden="false">
-                <parameter param-name="shipmentId" from-field="shipmentId"/>
+                <parameter param-name="shipmentId"/>
             </hyperlink>
         </field>
     </form>
@@ -796,11 +796,11 @@
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="smallSubmit">
             <hyperlink target="deleteProductionRunComponent"  description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="workEffortId" from-field="workEffortId"/>
-                <parameter param-name="fromDate" from-field="fromDate"/>
-                <parameter param-name="productId" from-field="productId"/>
-                <parameter param-name="workEffortGoodStdTypeId" from-field="workEffortGoodStdTypeId"/>
-                <parameter param-name="productionRunId" from-field="productionRunId"/>
+                <parameter param-name="workEffortId"/>
+                <parameter param-name="fromDate"/>
+                <parameter param-name="productId"/>
+                <parameter param-name="workEffortGoodStdTypeId"/>
+                <parameter param-name="productionRunId"/>
             </hyperlink>
         </field>
     </form>
@@ -811,7 +811,7 @@
         </row-actions>
         <field name="inventoryItemId" widget-style="buttontext">
             <hyperlink target="/facility/control/EditInventoryItem" description="${inventoryItemId}" also-hidden="false" target-type="inter-app">
-                <parameter param-name="inventoryItemId" from-field="inventoryItemId"/>
+                <parameter param-name="inventoryItemId"/>
             </hyperlink>
         </field>
         <field name="productId" entry-name="inventoryItemId">

Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.xml (original)
+++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.xml Mon Apr  6 06:25:24 2009
@@ -27,12 +27,12 @@
         <field name="calendarWeekId" title="${uiLabelMap.ManufacturingCalendarWeekId}"><display/></field>
         <field name="updateLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="EditCalendar" description="${uiLabelMap.CommonUpdate}" >
-                <parameter param-name="calendarId" from-field="calendarId"/>
+                <parameter param-name="calendarId"/>
             </hyperlink>
         </field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="RemoveCalendar" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="calendarId" from-field="calendarId"/>
+                <parameter param-name="calendarId"/>
             </hyperlink>
         </field>
     </form>
@@ -42,12 +42,12 @@
         <field name="description" title="${uiLabelMap.CommonDescription}"><display/></field>
         <field name="updateLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="EditCalendarWeek" description="${uiLabelMap.CommonUpdate}" >
-                <parameter param-name="calendarWeekId" from-field="calendarWeekId"/>
+                <parameter param-name="calendarWeekId"/>
             </hyperlink>
         </field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="RemoveCalendarWeek" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="calendarWeekId" from-field="calendarWeekId"/>
+                <parameter param-name="calendarWeekId"/>
             </hyperlink>
         </field>
     </form>
@@ -59,14 +59,14 @@
         <field name="exceptionCapacity" title="${uiLabelMap.ManufacturingCalendarCapacity}" ><display/></field>
         <field name="updateLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="EditCalendarExceptionDay" description="${uiLabelMap.CommonSelect}" >
-                <parameter param-name="calendarId" from-field="calendarId"/>
-                <parameter param-name="exceptionDateStartTime" from-field="exceptionDateStartTime"/>
+                <parameter param-name="calendarId"/>
+                <parameter param-name="exceptionDateStartTime"/>
             </hyperlink>
         </field> 
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="RemoveCalendarExceptionDay" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="calendarId" from-field="calendarId"/>
-                <parameter param-name="exceptionDateStartTime" from-field="exceptionDateStartTime"/>
+                <parameter param-name="calendarId"/>
+                <parameter param-name="exceptionDateStartTime"/>
             </hyperlink>
         </field>
     </form>

Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml (original)
+++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml Mon Apr  6 06:25:24 2009
@@ -45,7 +45,7 @@
         </actions>
         <field name="workEffortId" widget-style="buttontext" title="${uiLabelMap.ManufacturingRoutingId}">
             <hyperlink description="${workEffortId}" target="EditRouting">
-                <parameter param-name="workEffortId" from-field="workEffortId"/>
+                <parameter param-name="workEffortId"/>
             </hyperlink>
         </field>
         <field name="workEffortName" title="${uiLabelMap.ManufacturingRoutingName}"><display/></field>
@@ -98,7 +98,7 @@
         </actions>
         <field name="workEffortId" title="${uiLabelMap.ManufacturingTaskId}" widget-style="buttontext">
             <hyperlink description="${workEffortId}" target="EditRoutingTask">
-                <parameter param-name="workEffortId" from-field="workEffortId"/>
+                <parameter param-name="workEffortId"/>
             </hyperlink>
         </field>
         <field name="workEffortName" title="${uiLabelMap.ManufacturingTaskName}"><display/></field>
@@ -160,16 +160,16 @@
         <!--
         <field name="costComponentCalcView" entry-name="costComponentCalcId" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="viewCostComponentCalc" description="${uiLabelMap.CommonViewFormula}" also-hidden="false">
-                <parameter param-name="costComponentCalcId" from-field="costComponentCalcId"/>
+                <parameter param-name="costComponentCalcId"/>
             </hyperlink>
         </field>
         -->
         <field name="calcelWorkEffortCostCalc" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="removeRoutingTaskCost" description="${uiLabelMap.CommonRemove}" also-hidden="false">
-                <parameter param-name="costComponentCalcId" from-field="costComponentCalcId"/>
-                <parameter param-name="costComponentTypeId" from-field="costComponentTypeId"/>
-                <parameter param-name="fromDate" from-field="fromDate"/>
-                <parameter param-name="workEffortId" from-field="workEffortId"/>
+                <parameter param-name="costComponentCalcId"/>
+                <parameter param-name="costComponentTypeId"/>
+                <parameter param-name="fromDate"/>
+                <parameter param-name="workEffortId"/>
             </hyperlink>
         </field>
     </form>
@@ -228,9 +228,9 @@
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="RemoveRoutingTaskAssoc" description="${uiLabelMap.CommonDelete}" also-hidden="false">
                 <parameter param-name="workEffortId" from-field="workEffortIdFrom"/>
-                <parameter param-name="workEffortIdFrom" from-field="workEffortIdFrom"/>
-                <parameter param-name="workEffortIdTo" from-field="workEffortIdTo"/>
-                <parameter param-name="fromDate" from-field="fromDate"/>
+                <parameter param-name="workEffortIdFrom"/>
+                <parameter param-name="workEffortIdTo"/>
+                <parameter param-name="fromDate"/>
                 <parameter param-name="workEffortAssocTypeId" value="ROUTING_COMPONENT"/>
             </hyperlink>
         </field>
@@ -284,7 +284,7 @@
         odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar">
         <field name="productId" widget-style="buttontext">
             <hyperlink description="${productId}" target="/catalog/control/ViewProductManufacturing" also-hidden="false" target-type="inter-app">
-                <parameter param-name="productId" from-field="productId"/>
+                <parameter param-name="productId"/>
             </hyperlink>
         </field>
         <field name="productName" entry-name="productId" title="${uiLabelMap.ProductProductName}">
@@ -295,17 +295,17 @@
         <field name="estimatedQuantity" title="${uiLabelMap.ManufacturingQuantity}"><display/></field>
        <field name="editLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext" >
             <hyperlink target="EditRoutingProductLink" description="${uiLabelMap.CommonEdit}" also-hidden="false">
-                <parameter param-name="workEffortId" from-field="workEffortId"/>
-                <parameter param-name="productId" from-field="productId"/>
-                <parameter param-name="fromDate" from-field="fromDate"/>
+                <parameter param-name="workEffortId"/>
+                <parameter param-name="productId"/>
+                <parameter param-name="fromDate"/>
                 <parameter param-name="workEffortGoodStdTypeId" value="ROU_PROD_TEMPLATE"/>
             </hyperlink>
         </field>
        <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="removeRoutingProductLink" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="workEffortId" from-field="workEffortId"/>
-                <parameter param-name="productId" from-field="productId"/>
-                <parameter param-name="fromDate" from-field="fromDate"/>
+                <parameter param-name="workEffortId"/>
+                <parameter param-name="productId"/>
+                <parameter param-name="fromDate"/>
                 <parameter param-name="workEffortGoodStdTypeId" value="ROU_PROD_TEMPLATE"/>
             </hyperlink>
         </field>
@@ -319,17 +319,17 @@
         <field name="thruDate" title="${uiLabelMap.CommonThruDate}"><display/></field>
         <field name="editLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="EditRoutingTaskProduct" description="${uiLabelMap.CommonEdit}" also-hidden="false">
-                <parameter param-name="workEffortId" from-field="workEffortId"/>
-                <parameter param-name="productId" from-field="productId"/>
-                <parameter param-name="fromDate" from-field="fromDate"/>
+                <parameter param-name="workEffortId"/>
+                <parameter param-name="productId"/>
+                <parameter param-name="fromDate"/>
                 <parameter param-name="workEffortGoodStdTypeId" value="PRUNT_PROD_DELIV"/>
                 </hyperlink>
         </field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="removeRoutingTaskProduct" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="workEffortId" from-field="workEffortId"/>
-                <parameter param-name="productId" from-field="productId"/>
-                <parameter param-name="fromDate" from-field="fromDate"/>
+                <parameter param-name="workEffortId"/>
+                <parameter param-name="productId"/>
+                <parameter param-name="fromDate"/>
                 <parameter param-name="workEffortGoodStdTypeId" value="PRUNT_PROD_DELIV"/>
                 </hyperlink>
         </field>
@@ -367,8 +367,8 @@
         </field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="removeRoutingTaskFixedAsset"     description="${uiLabelMap.CommonDelete}" also-hidden="false" >
-                <parameter param-name="workEffortId" from-field="workEffortId"/>
-                <parameter param-name="fixedAssetTypeId" from-field="fixedAssetTypeId"/>
+                <parameter param-name="workEffortId"/>
+                <parameter param-name="fixedAssetTypeId"/>
             </hyperlink>
         </field>
     </form>

Modified: ofbiz/trunk/applications/manufacturing/widget/manufacturing/CostForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/CostForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/widget/manufacturing/CostForms.xml (original)
+++ ofbiz/trunk/applications/manufacturing/widget/manufacturing/CostForms.xml Mon Apr  6 06:25:24 2009
@@ -25,7 +25,7 @@
         <auto-fields-entity entity-name="CostComponentCalc" default-field-type="display"/>
         <field name="costComponentCalcId" widget-style="buttontext">
             <hyperlink target="EditCostCalcs" description="${costComponentCalcId}" also-hidden="false">
-                <parameter param-name="costComponentCalcId" from-field="costComponentCalcId"/>
+                <parameter param-name="costComponentCalcId"/>
             </hyperlink>
         </field>
         <field name="costGlAccountTypeId"><hidden/></field>
@@ -38,7 +38,7 @@
         </field>
         <field name="removeCostComponentCalc" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="removeCostComponentCalc" description="${uiLabelMap.CommonRemove}" also-hidden="false">
-                <parameter param-name="costComponentCalcId" from-field="costComponentCalcId"/>
+                <parameter param-name="costComponentCalcId"/>
             </hyperlink>
         </field>
     </form>

Modified: ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml (original)
+++ ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml Mon Apr  6 06:25:24 2009
@@ -239,7 +239,7 @@
                     <decorator-section name="body">
                         <container>
                             <link target="PrintProductionRun" text="${uiLabelMap.CommonPrint}" style="buttontext">
-                                <parameter param-name="productionRunId" from-field="productionRunId"/>
+                                <parameter param-name="productionRunId"/>
                             </link>
                             <section>
                                 <condition>
@@ -247,7 +247,7 @@
                                 </condition>
                                 <widgets>
                                     <link target="changeProductionRunStatusToClosed" text="${uiLabelMap.ManufacturingProductionRunClose}" style="buttontext">
-                                        <parameter param-name="productionRunId" from-field="productionRunId"/>
+                                        <parameter param-name="productionRunId"/>
                                     </link>
                                 </widgets>
                             </section>
@@ -261,21 +261,21 @@
                                 </condition>
                                 <widgets>
                                     <link target="quickStartAllProductionRunTasks" text="${uiLabelMap.ManufacturingQuickStartAllTasks}" style="buttontext">
-                                        <parameter param-name="productionRunId" from-field="productionRunId"/>
+                                        <parameter param-name="productionRunId"/>
                                     </link>
                                     <link target="quickRunAllProductionRunTasks" text="${uiLabelMap.ManufacturingQuickRunAllTasks}" style="buttontext">
-                                        <parameter param-name="productionRunId" from-field="productionRunId"/>
+                                        <parameter param-name="productionRunId"/>
                                     </link>
                                     <link target="quickChangeProductionRunStatus" text="${uiLabelMap.ManufacturingQuickComplete}" style="buttontext">
-                                        <parameter param-name="productionRunId" from-field="productionRunId"/>
+                                        <parameter param-name="productionRunId"/>
                                         <parameter param-name="statusId" value="PRUN_COMPLETED"/>
                                     </link>
                                     <link target="quickChangeProductionRunStatus" text="${uiLabelMap.ManufacturingQuickClose}" style="buttontext">
-                                        <parameter param-name="productionRunId" from-field="productionRunId"/>
+                                        <parameter param-name="productionRunId"/>
                                         <parameter param-name="statusId" value="PRUN_CLOSED"/>
                                     </link>
                                     <link target="cancelProductionRun" text="${uiLabelMap.ManufacturingCancel}" style="buttontext">
-                                <parameter param-name="productionRunId" from-field="productionRunId"/>
+                                <parameter param-name="productionRunId"/>
                             </link>
                                 </widgets>
                             </section>

Modified: ofbiz/trunk/applications/manufacturing/widget/manufacturing/Menus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/Menus.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/widget/manufacturing/Menus.xml (original)
+++ ofbiz/trunk/applications/manufacturing/widget/manufacturing/Menus.xml Mon Apr  6 06:25:24 2009
@@ -103,7 +103,7 @@
                 </or>                
             </condition>
             <link target="EditProductionRun">
-                <parameter param-name="productionRunId" from-field="productionRunId"/>
+                <parameter param-name="productionRunId"/>
             </link>
         </menu-item>        
         <menu-item name="tasks" title="${uiLabelMap.ManufacturingListOfProductionRunRoutingTasks}">
@@ -114,7 +114,7 @@
                 </or>                
             </condition>
             <link target="ProductionRunTasks">
-                <parameter param-name="productionRunId" from-field="productionRunId"/>
+                <parameter param-name="productionRunId"/>
             </link>
         </menu-item>  
         <menu-item name="components" title="${uiLabelMap.ManufacturingMaterials}">
@@ -125,7 +125,7 @@
                 </or>                
             </condition>
             <link target="ProductionRunComponents">
-                <parameter param-name="productionRunId" from-field="productionRunId"/>
+                <parameter param-name="productionRunId"/>
             </link>
         </menu-item> 
         <menu-item name="fixedAssets" title="${uiLabelMap.AccountingFixedAssets}">
@@ -136,7 +136,7 @@
                 </or>                
             </condition>
             <link target="ProductionRunFixedAssets">
-                <parameter param-name="productionRunId" from-field="productionRunId"/>
+                <parameter param-name="productionRunId"/>
             </link>
         </menu-item> 
         <menu-item name="declaration" title="${uiLabelMap.ManufacturingProductionRunDeclaration}">
@@ -149,7 +149,7 @@
                 </not>
             </condition>
             <link target="ProductionRunDeclaration">
-                <parameter param-name="productionRunId" from-field="productionRunId"/>
+                <parameter param-name="productionRunId"/>
             </link>
         </menu-item> 
         <menu-item name="actualComponents" title="${uiLabelMap.ManufacturingActualMaterials}">
@@ -162,17 +162,17 @@
                 </not>
             </condition>
             <link target="ProductionRunActualComponents">
-                <parameter param-name="productionRunId" from-field="productionRunId"/>
+                <parameter param-name="productionRunId"/>
             </link>
         </menu-item> 
         <menu-item name="assocs" title="${uiLabelMap.ManufacturingProductionRunAssocs}">
             <link target="ProductionRunAssocs">
-                <parameter param-name="productionRunId" from-field="productionRunId"/>
+                <parameter param-name="productionRunId"/>
             </link>
         </menu-item> 
         <menu-item name="costs" title="${uiLabelMap.ManufacturingActualCosts}">
             <link target="ProductionRunCosts">
-                <parameter param-name="productionRunId" from-field="productionRunId"/>
+                <parameter param-name="productionRunId"/>
             </link>
         </menu-item> 
     </menu>

Modified: ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml (original)
+++ ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml Mon Apr  6 06:25:24 2009
@@ -319,7 +319,7 @@
                     <decorator-section name="body">
                         <screenlet id="EditRoutingTaskProductPanel" title="${uiLabelMap.PageTitleListRoutingTaskProducts}">
                             <link target="EditRoutingTaskProduct" text="${uiLabelMap.ManufacturingNewRoutingTaskProduct}" style="buttontext">
-                                <parameter param-name="workEffortId" from-field="workEffortId"/>
+                                <parameter param-name="workEffortId"/>
                             </link>
                             <include-form name="ListRoutingTaskProducts" location="component://manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml"/>
                         </screenlet>

Modified: ofbiz/trunk/applications/marketing/webapp/marketing/campaign/MarketingCampaignForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/campaign/MarketingCampaignForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/webapp/marketing/campaign/MarketingCampaignForms.xml (original)
+++ ofbiz/trunk/applications/marketing/webapp/marketing/campaign/MarketingCampaignForms.xml Mon Apr  6 06:25:24 2009
@@ -73,7 +73,7 @@
         </actions>
         <field name="marketingCampaignId" widget-style="buttontext" title="${uiLabelMap.MarketingCampaignId}">
             <hyperlink target="EditMarketingCampaign" description="${marketingCampaignId}" also-hidden="false">
-                <parameter param-name="marketingCampaignId" from-field="marketingCampaignId"/>
+                <parameter param-name="marketingCampaignId"/>
             </hyperlink>
         </field>
         <field name="campaignName" title="${uiLabelMap.MarketingCampaignName}"><display/></field>
@@ -82,7 +82,7 @@
         </field>
         <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
             <hyperlink target="removeMarketingCampaign" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="marketingCampaignId" from-field="marketingCampaignId"/>
+                <parameter param-name="marketingCampaignId"/>
             </hyperlink>
         </field>
     </form>
@@ -100,7 +100,7 @@
         <field name="partyId" title="${uiLabelMap.PartyPartyId}" use-when="&quot;${lastName}&quot;!=null">
             <display-entity entity-name="PartyNameView" description="${firstName} ${lastName}" also-hidden="true">
                 <sub-hyperlink target="/partymgr/control/viewprofile" description="${partyId}" link-style="buttontext" target-type="inter-app">
-                    <parameter param-name="partyId" from-field="partyId"/>
+                    <parameter param-name="partyId"/>
                 </sub-hyperlink>
             </display-entity>
         </field>
@@ -108,7 +108,7 @@
         <field name="partyId" title="${uiLabelMap.PartyPartyId}" use-when="&quot;${groupName}&quot;!=null">
             <display-entity entity-name="PartyNameView" description="${groupName}" also-hidden="true">
                 <sub-hyperlink target="/partymgr/control/viewProfile" description="${partyId}" link-style="buttontext">
-                    <parameter param-name="partyId" from-field="partyId"/>
+                    <parameter param-name="partyId"/>
                 </sub-hyperlink>
             </display-entity>
         </field>
@@ -116,22 +116,22 @@
         <field name="roleTypeId" title="${uiLabelMap.PartyRoleTypeId}">
             <display-entity entity-name="RoleType" description="${description}" also-hidden="true"/>
                 <!--<sub-hyperlink target="/partymgr/control/viewProfile" description="${partyId}" link-style="buttontext">
-                    <parameter param-name="partyId" from-field="partyId"/>
+                    <parameter param-name="partyId"/>
                 </sub-hyperlink>
             </display-entity>-->
         </field>
         <field name="editLink" title="&amp;nbsp;" widget-style="buttontext">
             <hyperlink target="EditMarketingCampaignRoles" description="${uiLabelMap.CommonEdit}" also-hidden="false">
-                <parameter param-name="marketingCampaignId" from-field="marketingCampaignId"/>
-                <parameter param-name="roleTypeId" from-field="roleTypeId"/>
-                <parameter param-name="partyId" from-field="partyId"/>
+                <parameter param-name="marketingCampaignId"/>
+                <parameter param-name="roleTypeId"/>
+                <parameter param-name="partyId"/>
             </hyperlink>
         </field>
         <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
             <hyperlink target="removeMarketingCampaignRole" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="marketingCampaignId" from-field="marketingCampaignId"/>
-                <parameter param-name="roleTypeId" from-field="roleTypeId"/>
-                <parameter param-name="partyId" from-field="partyId"/>
+                <parameter param-name="marketingCampaignId"/>
+                <parameter param-name="roleTypeId"/>
+                <parameter param-name="partyId"/>
             </hyperlink>
         </field>
     </form>
@@ -157,7 +157,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="buttontext"><submit button-type="text-link"/></field>
         <field name="cancelLink" widget-style="buttontext" title="${uiLabelMap.CommonCancel}">
             <hyperlink target="${donePage}" also-hidden="false" description="${uiLabelMap.CommonCancelDone}">
-                <parameter param-name="marketingCampaignId" from-field="marketingCampaignId"/>
+                <parameter param-name="marketingCampaignId"/>
             </hyperlink>
         </field>
     </form>

Modified: ofbiz/trunk/applications/marketing/webapp/marketing/campaign/MarketingCampaignMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/campaign/MarketingCampaignMenus.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/webapp/marketing/campaign/MarketingCampaignMenus.xml (original)
+++ ofbiz/trunk/applications/marketing/webapp/marketing/campaign/MarketingCampaignMenus.xml Mon Apr  6 06:25:24 2009
@@ -23,12 +23,12 @@
           default-menu-item-name="MarketingCampaign" selected-menuitem-context-field-name="campaignTabButtonItem">
         <menu-item name="MarketingCampaign" title="${uiLabelMap.MarketingCampaign}">
             <link target="/EditMarketingCampaign">
-                <parameter param-name="marketingCampaignId" from-field="marketingCampaignId"/>
+                <parameter param-name="marketingCampaignId"/>
             </link>
         </menu-item>
         <menu-item name="MarketingCampaignRole" title="${uiLabelMap.PartyRoles}">
             <link target="/ListMarketingCampaignRoles">
-                <parameter param-name="marketingCampaignId" from-field="marketingCampaignId"/>
+                <parameter param-name="marketingCampaignId"/>
             </link>
         </menu-item>
     </menu>

Modified: ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml (original)
+++ ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml Mon Apr  6 06:25:24 2009
@@ -120,7 +120,7 @@
         </actions>
         <field name="contactListId"  widget-style="buttontext" title="${uiLabelMap.MarketingContactListContactListId}">
             <hyperlink target="EditContactList" description="${contactListId}" also-hidden="false">
-                <parameter param-name="contactListId" from-field="contactListId"/>
+                <parameter param-name="contactListId"/>
             </hyperlink>
         </field>
         <field name="contactListName" title="${uiLabelMap.MarketingContactListContactListName}"><display/></field>
@@ -133,7 +133,7 @@
         <!-- deleting contact lists is a bit more complicated than this... don't like have a link like this for top level entities
         <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
             <hyperlink target="removeContactList" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="contactListId" from-field="contactListId"/>
+                <parameter param-name="contactListId"/>
             </hyperlink>
         </field>
         -->
@@ -206,9 +206,9 @@
         </field>
         <field name="editLink" title="&amp;nbsp;" widget-style="buttontext">
             <hyperlink target="EditContactListParty" description="${uiLabelMap.CommonEdit}" also-hidden="false">
-                <parameter param-name="contactListId" from-field="contactListId"/>
-                <parameter param-name="partyId" from-field="partyId"/>
-                <parameter param-name="fromDate" from-field="fromDate"/>
+                <parameter param-name="contactListId"/>
+                <parameter param-name="partyId"/>
+                <parameter param-name="fromDate"/>
             </hyperlink>
         </field>
     </form>
@@ -328,8 +328,8 @@
         </actions>
         <field name="communicationEventId" title="${uiLabelMap.MarketingContactListCommEventId}">
             <hyperlink description="${communicationEventId}" target="EditContactListCommEvent" target-type="intra-app">
-                <parameter param-name="contactListId" from-field="contactListId"/>
-                <parameter param-name="communicationEventId" from-field="communicationEventId"/>
+                <parameter param-name="contactListId"/>
+                <parameter param-name="communicationEventId"/>
                 <parameter param-name="DONE_PAGE" from-field="donePage"/>
             </hyperlink>
         </field>

Modified: ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListMenus.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListMenus.xml (original)
+++ ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListMenus.xml Mon Apr  6 06:25:24 2009
@@ -23,17 +23,17 @@
           default-menu-item-name="ContactList" selected-menuitem-context-field-name="contactListTabButtonItem">
         <menu-item name="ContactList" title="${uiLabelMap.MarketingContactList}">
             <link target="/EditContactList">
-                <parameter param-name="contactListId" from-field="contactListId"/>
+                <parameter param-name="contactListId"/>
             </link>
         </menu-item>
         <menu-item name="ContactListParty" title="${uiLabelMap.PartyParties}">
             <link target="/FindContactListParties">
-                <parameter param-name="contactListId" from-field="contactListId"/>
+                <parameter param-name="contactListId"/>
             </link>
         </menu-item>
         <menu-item name="ContactListCommEvent" title="${uiLabelMap.PartyCommEvents}">
             <link target="/FindContactListCommEvents">
-                <parameter param-name="contactListId" from-field="contactListId"/>
+                <parameter param-name="contactListId"/>
             </link>
         </menu-item>
     </menu>

Modified: ofbiz/trunk/applications/marketing/webapp/marketing/datasource/DataSourceForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/datasource/DataSourceForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/webapp/marketing/datasource/DataSourceForms.xml (original)
+++ ofbiz/trunk/applications/marketing/webapp/marketing/datasource/DataSourceForms.xml Mon Apr  6 06:25:24 2009
@@ -49,14 +49,14 @@
         </actions>
         <field name="dataSourceId"  widget-style="buttontext" title="${uiLabelMap.DataSourceDataSourceId}">
             <hyperlink target="EditDataSource" description="${dataSourceId}" also-hidden="false">
-                <parameter param-name="dataSourceId" from-field="dataSourceId"/>
+                <parameter param-name="dataSourceId"/>
             </hyperlink>
         </field>
         <field name="description" title="${uiLabelMap.CommonDescription}"><display/></field>
         <field name="dataSourceTypeId" title="${uiLabelMap.DataSourceDataSourceTypeId}"><display-entity entity-name="DataSourceType"/></field>
         <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
             <hyperlink target="deleteDataSource" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="dataSourceId" from-field="dataSourceId"/>
+                <parameter param-name="dataSourceId"/>
             </hyperlink>
         </field>
     </form>
@@ -94,12 +94,12 @@
         <field name="description" title="${uiLabelMap.CommonDescription}"><display/></field>
         <field name="editLink" title="&amp;nbsp;" widget-style="buttontext">
             <hyperlink target="EditDataSourceType" description="${uiLabelMap.CommonEdit}" also-hidden="false">
-                <parameter param-name="dataSourceTypeId" from-field="dataSourceTypeId"/>
+                <parameter param-name="dataSourceTypeId"/>
             </hyperlink>
         </field>
         <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
             <hyperlink target="deleteDataSourceType" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="dataSourceTypeId" from-field="dataSourceTypeId"/>
+                <parameter param-name="dataSourceTypeId"/>
             </hyperlink>
         </field>
     </form>

Modified: ofbiz/trunk/applications/marketing/webapp/marketing/lookup/LookupForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/lookup/LookupForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/webapp/marketing/lookup/LookupForms.xml (original)
+++ ofbiz/trunk/applications/marketing/webapp/marketing/lookup/LookupForms.xml Mon Apr  6 06:25:24 2009
@@ -55,14 +55,14 @@
         </actions>
         <field name="segmentGroupId"  widget-style="buttontext" title="${uiLabelMap.MarketingSegmentGroupSegmentGroupId}">
             <hyperlink also-hidden="false" target-type="intra-app" description="${segmentGroupId}" target="viewSegmentGroup">
-                <parameter param-name="segmentGroupId" from-field="segmentGroupId"/>
+                <parameter param-name="segmentGroupId"/>
             </hyperlink>
         </field>
         <field name="partyClassificationGroupId" title="${uiLabelMap.MarketingSegmentGroupPartyClassificationGroupId}"><display/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="deleteSegmentGroupClass" description="[${uiLabelMap.CommonDelete}]" also-hidden="false">
-                <parameter param-name="segmentGroupId" from-field="segmentGroupId"/>
-                <parameter param-name="partyClassificationGroupId" from-field="partyClassificationGroupId"/>
+                <parameter param-name="segmentGroupId"/>
+                <parameter param-name="partyClassificationGroupId"/>
             </hyperlink>
         </field>
     </form>

Modified: ofbiz/trunk/applications/marketing/webapp/marketing/segment/SegmentForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/segment/SegmentForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/webapp/marketing/segment/SegmentForms.xml (original)
+++ ofbiz/trunk/applications/marketing/webapp/marketing/segment/SegmentForms.xml Mon Apr  6 06:25:24 2009
@@ -32,7 +32,7 @@
         </actions>
         <field name="segmentGroupId" widget-style="buttontext" title="${uiLabelMap.MarketingSegmentGroupSegmentGroupId}">
             <hyperlink also-hidden="false" description="${segmentGroupId}" target="viewSegmentGroup">
-                <parameter param-name="segmentGroupId" from-field="segmentGroupId"/>
+                <parameter param-name="segmentGroupId"/>
             </hyperlink>
         </field>
         <field name="segmentGroupTypeId" title="${uiLabelMap.MarketingSegmentGroupSegmentGroupTypeId}"><display-entity entity-name="SegmentGroupType" description="${description}"/></field>
@@ -40,7 +40,7 @@
         <field name="productStoreId" title="${uiLabelMap.MarketingSegmentGroupProductStoreId}"><display/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="deleteSegmentGroup" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="segmentGroupId" from-field="segmentGroupId"/>
+                <parameter param-name="segmentGroupId"/>
             </hyperlink>
         </field>
     </form>
@@ -97,8 +97,8 @@
         <field name="partyClassificationGroupId"><display/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="deleteSegmentGroupClassification" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="segmentGroupId" from-field="segmentGroupId"/>
-                <parameter param-name="partyClassificationGroupId" from-field="partyClassificationGroupId"/>
+                <parameter param-name="segmentGroupId"/>
+                <parameter param-name="partyClassificationGroupId"/>
             </hyperlink>
         </field>
     </form>
@@ -123,8 +123,8 @@
         <field name="geoId" title="${uiLabelMap.CommonSegmentGroupGeoId}"><display-entity entity-name="Geo" description="${geoName} [Code:${geoCode}][ID:${geoId}]"/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="deleteSegmentGroupGeo" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="segmentGroupId" from-field="segmentGroupId"/>
-                <parameter param-name="geoId" from-field="geoId"/>
+                <parameter param-name="segmentGroupId"/>
+                <parameter param-name="geoId"/>
             </hyperlink>
         </field>
     </form>
@@ -158,16 +158,16 @@
         <field name="partyId" title="${uiLabelMap.PartyPartyId}">
             <display-entity entity-name="PartyNameView" description="${firstName} ${lastName} ${groupName}">
                 <sub-hyperlink target="/partymgr/control/viewprofile" description="${partyId}" link-style="buttontext" target-type="inter-app">
-                    <parameter param-name="partyId" from-field="partyId"/>
+                    <parameter param-name="partyId"/>
                 </sub-hyperlink>
             </display-entity>
         </field>
         <field name="roleTypeId" title="${uiLabelMap.PartyRoleTypeId}"><display-entity entity-name="RoleType"/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="deleteSegmentGroupRole" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="segmentGroupId" from-field="segmentGroupId"/>
-                <parameter param-name="partyId" from-field="partyId"/>
-                <parameter param-name="roleTypeId" from-field="roleTypeId"/>
+                <parameter param-name="segmentGroupId"/>
+                <parameter param-name="partyId"/>
+                <parameter param-name="roleTypeId"/>
             </hyperlink>
         </field>
     </form>

Modified: ofbiz/trunk/applications/marketing/webapp/marketing/segment/SegmentMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/segment/SegmentMenus.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/webapp/marketing/segment/SegmentMenus.xml (original)
+++ ofbiz/trunk/applications/marketing/webapp/marketing/segment/SegmentMenus.xml Mon Apr  6 06:25:24 2009
@@ -23,22 +23,22 @@
           default-menu-item-name="Segment" selected-menuitem-context-field-name="segmentTabButtonItem">
         <menu-item name="SegmentGroup" title="${uiLabelMap.MarketingSegmentGroupSegmentGroup}">
             <link target="viewSegmentGroup">
-                <parameter param-name="segmentGroupId" from-field="segmentGroupId"/>
+                <parameter param-name="segmentGroupId"/>
             </link>
         </menu-item>
         <menu-item name="SegmentGroupClassification" title="${uiLabelMap.MarketingSegmentGroupSegmentGroupClassification}">
             <link target="listSegmentGroupClass">
-                <parameter param-name="segmentGroupId" from-field="segmentGroupId"/>
+                <parameter param-name="segmentGroupId"/>
             </link>
         </menu-item>
         <menu-item name="SegmentGroupGeo" title="${uiLabelMap.MarketingSegmentGroupSegmentGroupGeo}">
             <link target="listSegmentGroupGeo">
-                <parameter param-name="segmentGroupId" from-field="segmentGroupId"/>
+                <parameter param-name="segmentGroupId"/>
             </link>
         </menu-item>
         <menu-item name="SegmentGroupRole" title="${uiLabelMap.MarketingSegmentGroupSegmentGroupRole}">
             <link target="listSegmentGroupRole">
-                <parameter param-name="segmentGroupId" from-field="segmentGroupId"/>
+                <parameter param-name="segmentGroupId"/>
             </link>
         </menu-item>
     </menu>

Modified: ofbiz/trunk/applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml (original)
+++ ofbiz/trunk/applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml Mon Apr  6 06:25:24 2009
@@ -74,7 +74,7 @@
         </actions>
         <field name="trackingCodeId"  widget-style="buttontext" title="${uiLabelMap.MarketingTrackingCodeTrackingCodeId}">
             <hyperlink target="EditTrackingCode" description="${trackingCodeId}" also-hidden="false">
-                <parameter param-name="trackingCodeId" from-field="trackingCodeId"/>
+                <parameter param-name="trackingCodeId"/>
             </hyperlink>
         </field>
         <field name="description" title="${uiLabelMap.MarketingTrackingCodeDescription}"><display/></field>
@@ -84,7 +84,7 @@
 
         <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
             <hyperlink target="deleteTrackingCode" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="trackingCodeId" from-field="trackingCodeId"/>
+                <parameter param-name="trackingCodeId"/>
             </hyperlink>
         </field>
     </form>
@@ -189,7 +189,7 @@
         </actions>
         <field name="visitId" title="${uiLabelMap.MarketingTrackingCodeVisitVisitId}">
             <hyperlink description="${visitId}" target="/partymgr/control/visitdetail" target-type="inter-app">
-                <parameter param-name="visitId" from-field="visitId"/>
+                <parameter param-name="visitId"/>
                 <parameter param-name="DONE_PAGE" from-field="donePage"/>
             </hyperlink>
         </field>
@@ -299,14 +299,14 @@
         </actions>
         <field name="trackingCodeTypeId"  widget-style="buttontext" title="${uiLabelMap.MarketingTrackingCodeTrackingCodeTypeId}">
             <hyperlink target="EditTrackingCodeType" description="${trackingCodeTypeId}" also-hidden="false">
-                <parameter param-name="trackingCodeTypeId" from-field="trackingCodeTypeId"/>
+                <parameter param-name="trackingCodeTypeId"/>
             </hyperlink>
         </field>
         <field name="description" title="${uiLabelMap.MarketingTrackingCodeTypeDescription}"><display/></field>
 
         <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
             <hyperlink target="deleteTrackingCodeType" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="trackingCodeTypeId" from-field="trackingCodeTypeId"/>
+                <parameter param-name="trackingCodeTypeId"/>
             </hyperlink>
         </field>
     </form>

Modified: ofbiz/trunk/applications/marketing/webapp/marketing/trackingcode/TrackingCodeMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/trackingcode/TrackingCodeMenus.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/webapp/marketing/trackingcode/TrackingCodeMenus.xml (original)
+++ ofbiz/trunk/applications/marketing/webapp/marketing/trackingcode/TrackingCodeMenus.xml Mon Apr  6 06:25:24 2009
@@ -31,7 +31,7 @@
             </not>
         </condition>
             <link target="/FindTrackingCodeOrders">
-                <parameter param-name="trackingCodeId" from-field="trackingCodeId"/>
+                <parameter param-name="trackingCodeId"/>
             </link>
         </menu-item>
         <menu-item name="TrackingCodeVisit" title="${uiLabelMap.MarketingTrackingCodeVisit}">
@@ -41,7 +41,7 @@
             </not>
         </condition>
             <link target="/FindTrackingCodeVisits">
-                <parameter param-name="trackingCodeId" from-field="trackingCodeId"/>
+                <parameter param-name="trackingCodeId"/>
             </link>
         </menu-item>
         <menu-item name="TrackingCodeType" title="${uiLabelMap.MarketingTrackingCodeType}">

Modified: ofbiz/trunk/applications/marketing/widget/sfa/forms/AccountForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/forms/AccountForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/forms/AccountForms.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/forms/AccountForms.xml Mon Apr  6 06:25:24 2009
@@ -28,7 +28,7 @@
         </row-actions>
         <field name="partyId" title="${uiLabelMap.PartyPartyId}">
             <hyperlink target="viewprofile" description="${partyId}" target-type="inter-app">
-                <parameter param-name="partyId" from-field="partyId"/>
+                <parameter param-name="partyId"/>
             </hyperlink>
         </field>
         <field name="partyName" title="${uiLabelMap.PartyName}"><display description="${partyGroup.groupName}"/></field>

Modified: ofbiz/trunk/applications/marketing/widget/sfa/forms/ForecastForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/forms/ForecastForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/forms/ForecastForms.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/forms/ForecastForms.xml Mon Apr  6 06:25:24 2009
@@ -37,7 +37,7 @@
         <auto-fields-entity entity-name="SalesForecast" default-field-type="display"/>
         <field name="salesForecastId" widget-style="buttontext">
             <hyperlink target="EditSalesForecast" description="${salesForecastId}" also-hidden="false">
-                <parameter param-name="salesForecastId" from-field="salesForecastId"/>
+                <parameter param-name="salesForecastId"/>
             </hyperlink>
         </field>
         <field name="percentOfQuotaForecast"><hidden/></field>
@@ -104,8 +104,8 @@
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}"><submit button-type="button"/></field>
         <field name="deleteLink" title="" widget-style="buttontext">
             <hyperlink target="deleteSalesForecastDetail" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="salesForecastId" from-field="salesForecastId"/>
-                <parameter param-name="salesForecastDetailId" from-field="salesForecastDetailId"/>
+                <parameter param-name="salesForecastId"/>
+                <parameter param-name="salesForecastDetailId"/>
             </hyperlink>
         </field>
     </form>

Modified: ofbiz/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml Mon Apr  6 06:25:24 2009
@@ -55,7 +55,7 @@
         <field name="salesOpportunityId"><hidden/></field>
         <field name="opportunityName" title="${uiLabelMap.SfaOpportunityName}">
             <hyperlink target="ViewOpportunity" description="${opportunityName}">
-                <parameter param-name="salesOpportunityId" from-field="salesOpportunityId"/>
+                <parameter param-name="salesOpportunityId"/>
             </hyperlink>
         </field>
         <field name="opportunityStageId" title="${uiLabelMap.SfaInitialStage}"><display/></field>
@@ -63,7 +63,7 @@
         <field name="estimatedCloseDate" title="${uiLabelMap.SfaCloseDate}"><display/></field>
         <field name="editButton" title="${uiLabelMap.CommonEdit}" widget-style="buttontext">
             <hyperlink target="EditOpportunity" description="${uiLabelMap.CommonEdit}">
-                <parameter param-name="salesOpportunityId" from-field="salesOpportunityId"/>
+                <parameter param-name="salesOpportunityId"/>
             </hyperlink>
         </field>
     </form>

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/lookup/FieldLookupForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/lookup/FieldLookupForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/lookup/FieldLookupForms.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/lookup/FieldLookupForms.xml Mon Apr  6 06:25:24 2009
@@ -405,14 +405,14 @@
         <field name="quoteItemSeqId"><hidden/></field>
         <field name="quoteItemSeqId" title="${uiLabelMap.OrderOrderQuoteItemSeqId}" widget-style="buttontext" use-when="${bsh:isPromo==null}">
             <hyperlink also-hidden="false" description="${quoteItemSeqId}" target="EditQuoteItem">
-                <parameter param-name="quoteId" from-field="quoteId"/>
-                <parameter param-name="quoteItemSeqId" from-field="quoteItemSeqId"/>
+                <parameter param-name="quoteId"/>
+                <parameter param-name="quoteItemSeqId"/>
             </hyperlink>
         </field>
         <field name="quoteItemSeqId" title="${uiLabelMap.OrderOrderQuoteItemSeqId}" widget-style="buttontext" use-when="${bsh:isPromo!=null&amp;&amp;isPromo.equals(&quot;N&quot;)}">
             <hyperlink also-hidden="false" description="${quoteItemSeqId}" target="EditQuoteItem">
-                <parameter param-name="quoteId" from-field="quoteId"/>
-                <parameter param-name="quoteItemSeqId" from-field="quoteItemSeqId"/>
+                <parameter param-name="quoteId"/>
+                <parameter param-name="quoteItemSeqId"/>
             </hyperlink>
         </field>
         <field name="quoteItemSeqId" title="${uiLabelMap.OrderOrderQuoteItemSeqId}" use-when="${bsh:isPromo!=null&amp;&amp;isPromo.equals(&quot;Y&quot;)}"><display/></field>

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/OrderForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/OrderForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/OrderForms.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/OrderForms.xml Mon Apr  6 06:25:24 2009
@@ -89,7 +89,7 @@
         <auto-fields-entity entity-name="OrderHeader" default-field-type="display"/>
         <field name="orderId" widget-style="buttontext">
             <hyperlink target="EditOrderHeader" description="[${orderId}]">
-                <parameter param-name="orderId" from-field="orderId"/>
+                <parameter param-name="orderId"/>
             </hyperlink>
         </field>
         <field name="statusId"> <display-entity entity-name="StatusItem"/> </field>
@@ -104,9 +104,9 @@
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="removeOrderTerm" description="${uiLabelMap.CommonRemove}" also-hidden="false">
-                <parameter param-name="orderId" from-field="orderId"/>
-                <parameter param-name="termTypeId" from-field="termTypeId"/>
-                <parameter param-name="orderItemSeqId" from-field="orderItemSeqId"/>
+                <parameter param-name="orderId"/>
+                <parameter param-name="termTypeId"/>
+                <parameter param-name="orderItemSeqId"/>
             </hyperlink>
         </field>
     </form>
@@ -132,7 +132,7 @@
         <field name="shipGroupSeqId"><hidden/></field>
         <field name="productId" widget-style="buttontext">
             <hyperlink description="${productId}" target="/catalog/control/EditProductInventoryItems" target-type="inter-app">
-                <parameter param-name="productId" from-field="productId"/>
+                <parameter param-name="productId"/>
             </hyperlink>
         </field>
         <field name="supplierProductId"><display/></field>

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml Mon Apr  6 06:25:24 2009
@@ -84,7 +84,7 @@
         <auto-fields-entity entity-name="Quote" default-field-type="display"/>
         <field name="quoteId" title="${uiLabelMap.OrderOrderQuoteId}" widget-style="buttontext">
             <hyperlink also-hidden="false" description="${quoteId}" target="ViewQuote">
-                <parameter param-name="quoteId" from-field="quoteId"/>
+                <parameter param-name="quoteId"/>
             </hyperlink>
         </field>
         <field name="quoteTypeId" title="${uiLabelMap.OrderOrderQuoteTypeId}"><display-entity entity-name="QuoteType"/></field>
@@ -162,9 +162,9 @@
         <field name="quoteId"><hidden/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="removeQuoteRole" description="${uiLabelMap.CommonRemove}" also-hidden="false">
-                <parameter param-name="partyId" from-field="partyId"/>
-                <parameter param-name="roleTypeId" from-field="roleTypeId"/>
-                <parameter param-name="quoteId" from-field="quoteId"/>
+                <parameter param-name="partyId"/>
+                <parameter param-name="roleTypeId"/>
+                <parameter param-name="quoteId"/>
             </hyperlink>
         </field>
     </form>
@@ -189,14 +189,14 @@
         <field name="quoteItemSeqId"><hidden/></field>
         <field name="quoteItemSeqId" title="${uiLabelMap.OrderOrderQuoteItemSeqId}" widget-style="buttontext" use-when="${bsh:isPromo==null}">
             <hyperlink also-hidden="false" description="${quoteItemSeqId}" target="EditQuoteItem">
-                <parameter param-name="quoteId" from-field="quoteId"/>
-                <parameter param-name="quoteItemSeqId" from-field="quoteItemSeqId"/>
+                <parameter param-name="quoteId"/>
+                <parameter param-name="quoteItemSeqId"/>
             </hyperlink>
         </field>
         <field name="quoteItemSeqId" title="${uiLabelMap.OrderOrderQuoteItemSeqId}" widget-style="buttontext" use-when="${bsh:isPromo!=null&amp;&amp;isPromo.equals(&quot;N&quot;)}">
             <hyperlink also-hidden="false" description="${quoteItemSeqId}" target="EditQuoteItem">
-                <parameter param-name="quoteId" from-field="quoteId"/>
-                <parameter param-name="quoteItemSeqId" from-field="quoteItemSeqId"/>
+                <parameter param-name="quoteId"/>
+                <parameter param-name="quoteItemSeqId"/>
             </hyperlink>
         </field>
         <field name="quoteItemSeqId" title="${uiLabelMap.OrderOrderQuoteItemSeqId}" use-when="${bsh:isPromo!=null&amp;&amp;isPromo.equals(&quot;Y&quot;)}"><display/></field>
@@ -215,15 +215,15 @@
         <!--<field name="custRequestId"><display description="${custRequestId} - ${custRequestItemSeqId}"/></field>-->
         <field name="custRequestId" title="${uiLabelMap.CommonViewRequest}" widget-style="buttontext">
             <hyperlink also-hidden="false" description="${custRequestId}-${custRequestItemSeqId}" target="requestitem">
-                <parameter param-name="custRequestId" from-field="custRequestId"/>
-                <parameter param-name="custRequestItemSeqId" from-field="custRequestItemSeqId"/>
+                <parameter param-name="custRequestId"/>
+                <parameter param-name="custRequestItemSeqId"/>
             </hyperlink>
         </field>
         <field name="custRequestItemSeqId"><hidden/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="removeQuoteItem" description="${uiLabelMap.CommonRemove}" also-hidden="false">
-                <parameter param-name="quoteItemSeqId" from-field="quoteItemSeqId"/>
-                <parameter param-name="quoteId" from-field="quoteId"/>
+                <parameter param-name="quoteItemSeqId"/>
+                <parameter param-name="quoteId"/>
             </hyperlink>
         </field>
     </form>
@@ -279,16 +279,16 @@
         <auto-fields-entity entity-name="QuoteAttribute" default-field-type="display"/>
         <field name="attrName" title="${uiLabelMap.OrderOrderQuoteAttributeName}" widget-style="buttontext">
             <hyperlink also-hidden="false" description="${attrName}" target="EditQuoteAttribute">
-                <parameter param-name="quoteId" from-field="quoteId"/>
-                <parameter param-name="attrName" from-field="attrName"/>
+                <parameter param-name="quoteId"/>
+                <parameter param-name="attrName"/>
             </hyperlink>
         </field>
         <field name="attrValue" title="${uiLabelMap.OrderOrderQuoteAttributeValue}"></field>
         <field name="quoteId"><hidden/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="removeQuoteAttribute" description="${uiLabelMap.CommonRemove}" also-hidden="false">
-                <parameter param-name="attrName" from-field="attrName"/>
-                <parameter param-name="quoteId" from-field="quoteId"/>
+                <parameter param-name="attrName"/>
+                <parameter param-name="quoteId"/>
             </hyperlink>
         </field>
     </form>
@@ -308,16 +308,16 @@
         <auto-fields-entity entity-name="QuoteCoefficient" default-field-type="display"/>
         <field name="coeffName" title="${uiLabelMap.OrderOrderQuoteCoeffName}" widget-style="buttontext">
             <hyperlink also-hidden="false" description="${coeffName}" target="EditQuoteCoefficient">
-                <parameter param-name="quoteId" from-field="quoteId"/>
-                <parameter param-name="coeffName" from-field="coeffName"/>
+                <parameter param-name="quoteId"/>
+                <parameter param-name="coeffName"/>
             </hyperlink>
         </field>
         <field name="coeffValue" title="${uiLabelMap.OrderOrderQuoteCoeffValue}"></field>
         <field name="quoteId"><hidden/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="removeQuoteCoefficient" description="${uiLabelMap.CommonRemove}" also-hidden="false">
-                <parameter param-name="coeffName" from-field="coeffName"/>
-                <parameter param-name="quoteId" from-field="quoteId"/>
+                <parameter param-name="coeffName"/>
+                <parameter param-name="quoteId"/>
             </hyperlink>
         </field>
     </form>
@@ -335,16 +335,16 @@
         odd-row-style="alternate-row" default-table-style="basic-table hover-bar" paginate-target="ManageQuotePrices">
         <field name="custRequestId" title="${uiLabelMap.OrderOrderQuoteViewRequest}" widget-style="buttontext">
             <hyperlink target-type="inter-app" also-hidden="false" description="${custRequestId}-${custRequestItemSeqId}" target="/workeffort/control/requestitem">
-                <parameter param-name="custRequestId" from-field="custRequestId"/>
-                <parameter param-name="custRequestItemSeqId" from-field="custRequestItemSeqId"/>
+                <parameter param-name="custRequestId"/>
+                <parameter param-name="custRequestItemSeqId"/>
             </hyperlink>
         </field>
         <field name="custRequestItemSeqId"><hidden/></field>
         <field name="quoteId"><hidden/></field>
         <field name="quoteItemSeqId" title="${uiLabelMap.OrderOrderQuoteItemSeqId}" widget-style="buttontext">
             <hyperlink also-hidden="true" description="${quoteItemSeqId}" target="EditQuoteItem">
-                <parameter param-name="quoteId" from-field="quoteId"/>
-                <parameter param-name="quoteItemSeqId" from-field="quoteItemSeqId"/>
+                <parameter param-name="quoteId"/>
+                <parameter param-name="quoteItemSeqId"/>
             </hyperlink>
         </field>
         <field name="productId" title="${uiLabelMap.ProductProductId}">
@@ -377,8 +377,8 @@
         <field name="createdByUserLogin"><hidden/></field>
         <field name="quoteAdjustmentId" title="${uiLabelMap.OrderOrderQuoteAdjustmentId}" widget-style="buttontext" use-when="${bsh:productPromoId==null}">
             <hyperlink also-hidden="false" description="${quoteAdjustmentId}" target="EditQuoteAdjustment">
-                <parameter param-name="quoteId" from-field="quoteId"/>
-                <parameter param-name="quoteAdjustmentId" from-field="quoteAdjustmentId"/>
+                <parameter param-name="quoteId"/>
+                <parameter param-name="quoteAdjustmentId"/>
             </hyperlink>
         </field>
         <field name="quoteAdjustmentId" title="${uiLabelMap.OrderOrderQuoteAdjustmentId}" use-when="${bsh:productPromoId!=null}"><display/></field>
@@ -387,8 +387,8 @@
         </field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="removeQuoteAdjustment" description="${uiLabelMap.CommonRemove}" also-hidden="false">
-                <parameter param-name="quoteAdjustmentId" from-field="quoteAdjustmentId"/>
-                <parameter param-name="quoteId" from-field="quoteId"/>
+                <parameter param-name="quoteAdjustmentId"/>
+                <parameter param-name="quoteId"/>
             </hyperlink>
         </field>
     </form>
@@ -424,16 +424,16 @@
         odd-row-style="alternate-row" default-table-style="basic-table hover-bar" paginate-target="ViewQuoteProfit">
         <field name="custRequestId" title="${uiLabelMap.OrderOrderQuoteViewRequest}" widget-style="buttontext">
             <hyperlink target-type="inter-app" also-hidden="false" description="${custRequestId}-${custRequestItemSeqId}" target="/workeffort/control/requestitem">
-                <parameter param-name="custRequestId" from-field="custRequestId"/>
-                <parameter param-name="custRequestItemSeqId" from-field="custRequestItemSeqId"/>
+                <parameter param-name="custRequestId"/>
+                <parameter param-name="custRequestItemSeqId"/>
             </hyperlink>
         </field>
         <field name="custRequestItemSeqId"><hidden/></field>
         <field name="quoteId"><hidden/></field>
         <field name="quoteItemSeqId" title="${uiLabelMap.OrderOrderQuoteItemSeqId}" widget-style="buttontext">
             <hyperlink also-hidden="true" description="${quoteItemSeqId}" target="EditQuoteItem">
-                <parameter param-name="quoteId" from-field="quoteId"/>
-                <parameter param-name="quoteItemSeqId" from-field="quoteItemSeqId"/>
+                <parameter param-name="quoteId"/>
+                <parameter param-name="quoteItemSeqId"/>
             </hyperlink>
         </field>
         <field name="productId" title="${uiLabelMap.ProductProductId}">