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 [6/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/product/webapp/catalog/category/CategoryForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/category/CategoryForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/category/CategoryForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/category/CategoryForms.xml Mon Apr  6 06:25:24 2009
@@ -32,8 +32,8 @@
         <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="deleteProductCategoryAttribute" description="${uiLabelMap.CommonDelete}">
-                <parameter param-name="productCategoryId" from-field="productCategoryId"/>
-                <parameter param-name="attrName" from-field="attrName"/>
+                <parameter param-name="productCategoryId"/>
+                <parameter param-name="attrName"/>
             </hyperlink>
         </field>
     </form>
@@ -75,10 +75,10 @@
         <field name="contentId" title="${uiLabelMap.ProductContent}">
             <display-entity entity-name="Content" description="${description}" also-hidden="true">
                 <sub-hyperlink target="EditCategoryContentContent" description="${contentId}" link-style="buttontext">
-                    <parameter param-name="productCategoryId" from-field="productCategoryId"/>
-                    <parameter param-name="contentId" from-field="contentId"/>
-                    <parameter param-name="prodCatContentTypeId" from-field="prodCatContentTypeId"/>
-                    <parameter param-name="fromDate" from-field="fromDate"/>
+                    <parameter param-name="productCategoryId"/>
+                    <parameter param-name="contentId"/>
+                    <parameter param-name="prodCatContentTypeId"/>
+                    <parameter param-name="fromDate"/>
                 </sub-hyperlink>
             </display-entity>
         </field>
@@ -101,15 +101,15 @@
         -->
         <field name="editLink" title="${uiLabelMap.ProductEditContent}" widget-style="buttontext">
             <hyperlink target="/content/control/EditContent" target-type="inter-app" description="${contentId}">
-                <parameter param-name="contentId" from-field="contentId"/>
+                <parameter param-name="contentId"/>
             </hyperlink>
         </field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="removeContentFromCategory" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="productCategoryId" from-field="productCategoryId"/>
-                <parameter param-name="contentId" from-field="contentId"/>
-                <parameter param-name="prodCatContentTypeId" from-field="prodCatContentTypeId"/>
-                <parameter param-name="fromDate" from-field="fromDate"/>
+                <parameter param-name="productCategoryId"/>
+                <parameter param-name="contentId"/>
+                <parameter param-name="prodCatContentTypeId"/>
+                <parameter param-name="fromDate"/>
             </hyperlink>
         </field>
     </form>
@@ -171,9 +171,9 @@
         <field name="imageTwoUrl"><ignored/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="deleteProductCategoryLink" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="productCategoryId" from-field="productCategoryId"/>
-                <parameter param-name="linkSeqId" from-field="linkSeqId"/>
-                <parameter param-name="fromDate" from-field="fromDate"/>
+                <parameter param-name="productCategoryId"/>
+                <parameter param-name="linkSeqId"/>
+                <parameter param-name="fromDate"/>
             </hyperlink>
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}"><submit button-type="button"/></field>
@@ -207,7 +207,7 @@
         <field name="submitButton" use-when="productCategoryLink!=null" title="${uiLabelMap.CommonUpdate}"><submit button-type="button"/></field>
         <field name="clearFormButton" title="${uiLabelMap.CommonEmptyHeader}" use-when="productCategoryLink!=null">
             <hyperlink target="EditProductCategoryLinks" target-type="intra-app" description="${uiLabelMap.CommonClear}">
-                <parameter param-name="productCategoryId" from-field="productCategoryId"/>
+                <parameter param-name="productCategoryId"/>
             </hyperlink>
         </field>
     </form>

Modified: ofbiz/trunk/applications/product/webapp/catalog/config/ConfigForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/config/ConfigForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/config/ConfigForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/config/ConfigForms.xml Mon Apr  6 06:25:24 2009
@@ -34,7 +34,7 @@
         </row-actions>
         <field name="configItemId" title="${uiLabelMap.ProductConfigItem}" widget-style="buttontext">
             <hyperlink target="EditProductConfigItem" description="${configItemId}">
-                <parameter param-name="configItemId" from-field="configItemId"/>
+                <parameter param-name="configItemId"/>
             </hyperlink>
         </field>
         <field name="configItemName" title="${uiLabelMap.CommonName}"><display/></field>
@@ -206,7 +206,7 @@
         <auto-fields-entity entity-name="ProductConfigAndProduct" default-field-type="hidden"/>
         <field name="productId" widget-style="buttontext"  >
             <hyperlink target="EditProductConfigs" description="${productId}">
-                <parameter param-name="productId" from-field="productId"/>
+                <parameter param-name="productId"/>
             </hyperlink>
         </field>
         <field name="productName" title="${uiLabelMap.ProductName}"><display description="${productName}"/></field>
@@ -219,16 +219,16 @@
         <auto-fields-entity entity-name="ProductConfigOption" default-field-type="display" />
         <field name="configItemId" widget-style="buttontext" title="${uiLabelMap.ProductConfigItem}">
             <hyperlink target="EditProductConfigOptions" description="${configOptionId} - ${configOptionName}">
-                <parameter param-name="configItemId" from-field="configItemId"/>
-                <parameter param-name="configOptionId" from-field="configOptionId"/>
+                <parameter param-name="configItemId"/>
+                <parameter param-name="configOptionId"/>
             </hyperlink>
         </field>
         <field name="configOptionId" ><hidden/></field>
         <field name="configOptionName" ><hidden/></field>
         <field name="remove" title="${uiLabelMap.CommonRemove}" widget-style="buttontext" >
             <hyperlink target="deleteProductConfigOption" description="${uiLabelMap.CommonRemove}">
-                <parameter param-name="configItemId" from-field="configItemId"/>
-                <parameter param-name="configOptionId" from-field="configOptionId"/>
+                <parameter param-name="configItemId"/>
+                <parameter param-name="configOptionId"/>
             </hyperlink>
         </field>
     </form>
@@ -246,15 +246,15 @@
         <field name="configOptionId" ><hidden/></field>
         <field name="productId" widget-style="buttontext">
             <hyperlink target="EditProductConfigOptions" description="${product.productId} - ${product.productName}">
-                <parameter param-name="configItemId" from-field="configItemId"/>
-                <parameter param-name="configOptionId" from-field="configOptionId"/>
+                <parameter param-name="configItemId"/>
+                <parameter param-name="configOptionId"/>
                 <parameter param-name="productId" from-field="product.productId"/>
             </hyperlink>
         </field>
         <field name="remove" widget-style="buttontext" >
             <hyperlink target="deleteProductConfigProduct" description="${uiLabelMap.CommonRemove}">
-                <parameter param-name="configItemId" from-field="configItemId"/>
-                <parameter param-name="configOptionId" from-field="configOptionId"/>
+                <parameter param-name="configItemId"/>
+                <parameter param-name="configOptionId"/>
                 <parameter param-name="productId" from-field="product.productId"/>
             </hyperlink>
         </field>

Modified: ofbiz/trunk/applications/product/webapp/catalog/feature/FeatureForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/feature/FeatureForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/feature/FeatureForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/feature/FeatureForms.xml Mon Apr  6 06:25:24 2009
@@ -103,8 +103,8 @@
         <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="removeSupplierProductFeature" description="${uiLabelMap.CommonDelete}">
-                <parameter param-name="productFeatureId" from-field="productFeatureId"/>
-                <parameter param-name="partyId" from-field="partyId"/>
+                <parameter param-name="productFeatureId"/>
+                <parameter param-name="partyId"/>
             </hyperlink>
         </field>
     </form>
@@ -126,7 +126,7 @@
         </actions>
         <field name="productFeatureTypeId" widget-style="buttontext">
             <hyperlink target="EditFeatureType" description="${productFeatureTypeId}">
-                <parameter param-name="productFeatureTypeId" from-field="productFeatureTypeId"/>
+                <parameter param-name="productFeatureTypeId"/>
             </hyperlink>
         </field>
         <field name="description"><display/></field>
@@ -139,7 +139,7 @@
         </field>
         <field name="removeFeatureType" title="${uiLabelMap.CommonDelete}" widget-style="buttontext">
             <hyperlink target="removeProductFeatureType" description="${uiLabelMap.CommonDelete}">
-                <parameter param-name="productFeatureTypeId" from-field="productFeatureTypeId"/>
+                <parameter param-name="productFeatureTypeId"/>
             </hyperlink>
         </field>
     </form>
@@ -179,7 +179,7 @@
         <field name="productFeatureId">
             <display-entity entity-name="ProductFeature" description="${description}">
                 <sub-hyperlink target="EditFeature" description="[${productFeatureId}]">
-                <parameter param-name="productFeatureId" from-field="productFeatureId"/>
+                <parameter param-name="productFeatureId"/>
             </sub-hyperlink>
             </display-entity>
         </field>
@@ -194,8 +194,8 @@
 
         <field name="removeFeatureInterAction" title="${uiLabelMap.CommonDelete}" widget-style="buttontext">
             <hyperlink target="removeProductFeatureIactn" description="${uiLabelMap.CommonDelete}">
-                <parameter param-name="productFeatureId" from-field="productFeatureId"/>
-                <parameter param-name="productFeatureIdTo" from-field="productFeatureIdTo"/>
+                <parameter param-name="productFeatureId"/>
+                <parameter param-name="productFeatureIdTo"/>
             </hyperlink>
         </field>
         </form>
@@ -305,7 +305,7 @@
         </actions>
         <field name="productFeatureCategoryId" title="${uiLabelMap.CommonId}" widget-style="buttontext">
             <hyperlink target="EditFeatureCategoryFeatures" description="${productFeatureCategoryId}">
-                <parameter param-name="productFeatureCategoryId" from-field="productFeatureCategoryId"/>
+                <parameter param-name="productFeatureCategoryId"/>
             </hyperlink>
         </field>
         <field name="description" title="${uiLabelMap.CommonDescription}"><display/></field>
@@ -340,10 +340,10 @@
         <field name="lastModifiedBy" title="${uiLabelMap.ProductLastModifiedBy}"><display description="[${lastModifiedByUserLogin}] ${uiLabelMap.CommonOn} ${lastModifiedDate}"/></field>
         <field name="deleteFeaturePrice" title="${uiLabelMap.CommonDelete}" widget-style="buttontext">
             <hyperlink target="deleteFeaturePrice" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="productFeatureId" from-field="productFeatureId"/>
-                <parameter param-name="productPriceTypeId" from-field="productPriceTypeId"/>
-                <parameter param-name="currencyUomId" from-field="currencyUomId"/>
-                <parameter param-name="fromDate" from-field="fromDate"/>
+                <parameter param-name="productFeatureId"/>
+                <parameter param-name="productPriceTypeId"/>
+                <parameter param-name="currencyUomId"/>
+                <parameter param-name="fromDate"/>
             </hyperlink>
         </field>
     </form>

Modified: ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml Mon Apr  6 06:25:24 2009
@@ -60,7 +60,7 @@
         <field name="productTypeId" title="${uiLabelMap.ProductProductType}"><display-entity entity-name="ProductType"/></field>
         <field name="searchVariants" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext" use-when="isVirtual!=null&amp;&amp;&quot;${isVirtual}&quot;.equals(&quot;Y&quot;)">
             <hyperlink also-hidden="false" target-type="plain" description="${uiLabelMap.ProductVariants}" target="LookupVariantProduct">
-                <parameter param-name="productId" from-field="productId"/>
+                <parameter param-name="productId"/>
             </hyperlink>
         </field>
     </form>
@@ -189,7 +189,7 @@
         <field name="thruDate" title="${uiLabelMap.CommonThruDate}"><display/></field>
         <field name="searchVariants" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext" use-when="isVirtual!=null&amp;&amp;&quot;${isVirtual}&quot;.equals(&quot;Y&quot;)">
             <hyperlink also-hidden="false" target-type="plain" description="${uiLabelMap.ProductVariants}" target="LookupVariantProduct">
-                <parameter param-name="productId" from-field="productId"/>
+                <parameter param-name="productId"/>
             </hyperlink>
         </field>
     </form>

Modified: ofbiz/trunk/applications/product/webapp/catalog/price/PriceForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/price/PriceForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/price/PriceForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/price/PriceForms.xml Mon Apr  6 06:25:24 2009
@@ -33,7 +33,7 @@
         </actions>
         <field name="productPriceRuleId" title="${uiLabelMap.ProductPriceRuleNameId}" widget-style="buttontext">
             <hyperlink target="EditProductPriceRules" description="${ruleName}[${productPriceRuleId}]" >
-                <parameter param-name="productPriceRuleId" from-field="productPriceRuleId"/>
+                <parameter param-name="productPriceRuleId"/>
             </hyperlink>
         </field>
         <field name="isSale" title="${uiLabelMap.ProductSaleRule}?"><display/></field>
@@ -41,7 +41,7 @@
         <field name="thruDate" title="${uiLabelMap.CommonThruDate}"><display/></field>
         <field name="editLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="EditProductPriceRules" description="${uiLabelMap.CommonEdit}">
-                <parameter param-name="productPriceRuleId" from-field="productPriceRuleId"/>
+                <parameter param-name="productPriceRuleId"/>
             </hyperlink>
         </field>
     </form>

Modified: ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml Mon Apr  6 06:25:24 2009
@@ -503,10 +503,10 @@
         odd-row-style="alternate-row" default-table-style="basic-table">
         <field name="editProductContentInfo" title="${uiLabelMap.ProductContent}" widget-style="buttontext">
             <hyperlink target="EditProductContentContent" description="${description} [${contentId}]" also-hidden="false">
-                <parameter param-name="productId" from-field="productId"/>
-                <parameter param-name="contentId" from-field="contentId"/>
-                <parameter param-name="productContentTypeId" from-field="productContentTypeId"/>
-                <parameter param-name="fromDate" from-field="fromDate"/>
+                <parameter param-name="productId"/>
+                <parameter param-name="contentId"/>
+                <parameter param-name="productContentTypeId"/>
+                <parameter param-name="fromDate"/>
             </hyperlink>
         </field>
         <field name="productContentTypeId" title="${uiLabelMap.ProductType}">
@@ -522,7 +522,7 @@
         <field name="useRoleTypeId"><display/></field>
         <field name="editContent" title="${uiLabelMap.ProductEditContent}" widget-style="buttontext">
             <hyperlink target="/content/control/EditContent" target-type="inter-app" description="${contentId}" also-hidden="false">
-                <parameter param-name="contentId" from-field="contentId"/>
+                <parameter param-name="contentId"/>
             </hyperlink>
         </field>
         <field name="removeContent" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
@@ -627,12 +627,12 @@
         </field>
         <field name="editDataResource" widget-style="buttontext">
             <hyperlink target="/content/control/EditDataResource" target-type="inter-app" description="${dataResourceId}" also-hidden="false">
-                <parameter param-name="dataResourceId" from-field="dataResourceId"/>
+                <parameter param-name="dataResourceId"/>
             </hyperlink>
         </field>
         <field name="editContent" widget-style="buttontext">
             <hyperlink target="/content/control/EditContent" target-type="inter-app" description="${contentId}" also-hidden="false">
-                <parameter param-name="contentId" from-field="contentId"/>
+                <parameter param-name="contentId"/>
             </hyperlink>
         </field>
     </form>
@@ -699,7 +699,7 @@
         <field use-when="contentId == null" name="contentId" title="${uiLabelMap.ProductContentId}" tooltip="${uiLabelMap.ProductOptional}"><text maxlength="20"/></field>
         <field use-when="contentId != null" name="contentId" title="${uiLabelMap.ProductContentId}" tooltip="${uiLabelMap.ProductNotModificationRecrationProductContentAssociation}" map-name="productContentData" >
             <hyperlink description="${contentId} ${contentName}" target="/content/control/editContent" target-type="inter-app">
-                <parameter param-name="contentId" from-field="contentId"/>
+                <parameter param-name="contentId"/>
             </hyperlink>
         </field>
         <field name="imageData" title="${uiLabelMap.ProductFile}"><file/></field>
@@ -851,7 +851,7 @@
             header-link="EditProductSuppliers?productId=${productId}&amp;orderBy=partyId" header-link-style="buttontext">
             <display-entity entity-name="PartyNameView" also-hidden="true" description="${firstName} ${middleName} ${lastName} ${groupName}">
                 <sub-hyperlink target="/partymgr/control/viewprofile" target-type="inter-app" description="${partyId}" link-style="buttontext">
-                    <parameter param-name="partyId" from-field="partyId"/>
+                    <parameter param-name="partyId"/>
                 </sub-hyperlink>
             </display-entity>
         </field>
@@ -873,11 +873,11 @@
         <!-- not usable : no fields modifiable -->
         <!--field name="updateLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="EditProductSuppliers" description="${uiLabelMap.CommonUpdate}" also-hidden="false">
-                <parameter param-name="productId" from-field="productId"/>
-                <parameter param-name="partyId" from-field="partyId"/>
-                <parameter param-name="currencyUomId" from-field="currencyUomId"/>
-                <parameter param-name="minimumOrderQuantity" from-field="minimumOrderQuantity"/>
-                <parameter param-name="availableFromDate" from-field="availableFromDate"/>
+                <parameter param-name="productId"/>
+                <parameter param-name="partyId"/>
+                <parameter param-name="currencyUomId"/>
+                <parameter param-name="minimumOrderQuantity"/>
+                <parameter param-name="availableFromDate"/>
             </hyperlink>
         </field-->
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
@@ -917,7 +917,7 @@
         <field name="configItemId" title="${uiLabelMap.ProductConfigItem}">
             <display-entity entity-name="ProductConfigItem" key-field-name="configItemId" description="${configItemName} : (${description})">
                 <sub-hyperlink target="EditProductConfigItem" description="[ ${configItemId} ]">
-                    <parameter param-name="configItemId" from-field="configItemId"/>
+                    <parameter param-name="configItemId"/>
                 </sub-hyperlink>
             </display-entity>
         </field>
@@ -957,18 +957,18 @@
 
         <field name="edit" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink description="${uiLabelMap.CommonEdit}" target="showFixedAssetProduct">
-                <parameter param-name="fixedAssetId" from-field="fixedAssetId"/>
-                <parameter param-name="productId" from-field="productId"/>
-                <parameter param-name="fixedAssetProductTypeId" from-field="fixedAssetProductTypeId"/>
-                <parameter param-name="fromDate" from-field="fromDate"/>
+                <parameter param-name="fixedAssetId"/>
+                <parameter param-name="productId"/>
+                <parameter param-name="fixedAssetProductTypeId"/>
+                <parameter param-name="fromDate"/>
             </hyperlink>
         </field>
         <field name="del" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext" separate-column="false">
             <hyperlink description="${uiLabelMap.CommonDelete}" target="removeFixedAssetProduct">
-                <parameter param-name="fixedAssetId" from-field="fixedAssetId"/>
-                <parameter param-name="productId" from-field="productId"/>
-                <parameter param-name="fixedAssetProductTypeId" from-field="fixedAssetProductTypeId"/>
-                <parameter param-name="fromDate" from-field="fromDate"/>
+                <parameter param-name="fixedAssetId"/>
+                <parameter param-name="productId"/>
+                <parameter param-name="fixedAssetProductTypeId"/>
+                <parameter param-name="fromDate"/>
             </hyperlink>
         </field>
         <field name="fixedAssetId" title="${uiLabelMap.AccountingFixedAsset} [${uiLabelMap.AccountingFixedAssetId}]" widget-style="buttontext" >
@@ -1069,7 +1069,7 @@
         <field name="productIdTo"><hidden/></field>
         <field name="productId" title="${uiLabelMap.CommonEdit}" widget-style="buttontext">
             <hyperlink also-hidden="false" description="${productId}" target="EditProduct">
-                <parameter param-name="productId" from-field="productId"/>
+                <parameter param-name="productId"/>
             </hyperlink>
         </field>
     </form>
@@ -1105,7 +1105,7 @@
         <field name="scrapFactor"><hidden/></field>
         <field name="productId" title="${uiLabelMap.CommonEdit}" widget-style="buttontext">
             <hyperlink also-hidden="false" description="${productId}" target="ViewProductManufacturing">
-                <parameter param-name="productId" from-field="productId"/>
+                <parameter param-name="productId"/>
             </hyperlink>
         </field>
         <field name="productName" title="${uiLabelMap.ProductProductName}" entry-name="productId">
@@ -1123,7 +1123,7 @@
         </field>
         <field name="workEffortId" title="${uiLabelMap.CommonEdit}" widget-style="buttontext">
             <hyperlink also-hidden="false" description="${workEffortId}" target="/manufacturing/control/EditRoutingProductLink" target-type="inter-app">
-                <parameter param-name="workEffortId" from-field="workEffortId"/>
+                <parameter param-name="workEffortId"/>
             </hyperlink>
         </field>
     </form>
@@ -1136,7 +1136,7 @@
         </field>
         <field name="costComponentId" widget-style="buttontext">
             <hyperlink also-hidden="false" description="${costComponentId}" target="EditProductCosts">
-                <parameter param-name="productId" from-field="productId"/>
+                <parameter param-name="productId"/>
                 <parameter param-name="productCostComponentId" from-field="costComponentId"/>
             </hyperlink>
         </field>
@@ -1200,7 +1200,7 @@
         <field name="orderDate"><display/></field>
         <field name="orderId">
             <hyperlink also-hidden="false" description="${orderId}" target="/ordermgr/control/orderview" target-type="inter-app">
-                <parameter param-name="orderId" from-field="orderId"/>
+                <parameter param-name="orderId"/>
             </hyperlink>
         </field>
         <field name="orderItemSeqId"><display/></field>
@@ -1391,7 +1391,7 @@
         <field name="productFeatureId">
             <display-entity entity-name="ProductFeature" description="${description}">
                 <sub-hyperlink target="EditFeature" description="[${productFeatureId}]">
-                    <parameter param-name="productFeatureId" from-field="productFeatureId"/>
+                    <parameter param-name="productFeatureId"/>
                 </sub-hyperlink>
             </display-entity>
         </field>
@@ -1490,7 +1490,7 @@
         <field name="subscriptionResourceId">
             <display-entity entity-name="SubscriptionResource" description="${description}">
                 <sub-hyperlink target="EditSubscriptionResource" description="${subscriptionResourceId}" link-style="buttontext">
-                    <parameter param-name="subscriptionResourceId" from-field="subscriptionResourceId"/>
+                    <parameter param-name="subscriptionResourceId"/>
                 </sub-hyperlink>
             </display-entity>
         </field>
@@ -1574,7 +1574,7 @@
         </row-actions>
         <field name="agreementId" widget-style="buttontext">
             <hyperlink target="/accounting/control/EditAgreement" target-type="inter-app" description="${agreementId}" also-hidden="false">
-                <parameter param-name="agreementId" from-field="agreementId"/>
+                <parameter param-name="agreementId"/>
             </hyperlink>
         </field>
         <field name="partyId" title="${uiLabelMap.ProductSupplier}"><display/></field>
@@ -1656,7 +1656,7 @@
         <field name="workEffortId">
             <display-entity entity-name="WorkEffort" key-field-name="workEffortId" description="${workEffortName}" also-hidden="true">
                 <sub-hyperlink target="/workeffort/control/EditWorkEffort" description="${workEffortId}" link-style="buttontext" target-type="inter-app">
-                    <parameter param-name="workEffortId" from-field="workEffortId"/>
+                    <parameter param-name="workEffortId"/>
                 </sub-hyperlink>
             </display-entity>
         </field>

Modified: ofbiz/trunk/applications/product/webapp/catalog/promo/PromoForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/promo/PromoForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/promo/PromoForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/promo/PromoForms.xml Mon Apr  6 06:25:24 2009
@@ -24,7 +24,7 @@
         paginate-target="FindProductPromo" odd-row-style="alternate-row" default-table-style="basic-table">
         <field name="productPromoId" widget-style="buttontext">
             <hyperlink target="EditProductPromo" description="${productPromoId}" also-hidden="false">
-                <parameter param-name="productPromoId" from-field="productPromoId"/>
+                <parameter param-name="productPromoId"/>
             </hyperlink>
         </field>
         <field name="promoName"><display/></field>
@@ -108,13 +108,13 @@
         <field name="productPromoId"><hidden/></field>
         <field name="productPromoCodeId" widget-style="buttontext">
             <hyperlink target="EditProductPromoCode" description="${productPromoCodeId}" also-hidden="false">
-                <parameter param-name="productPromoCodeId" from-field="productPromoCodeId"/>
+                <parameter param-name="productPromoCodeId"/>
             </hyperlink>
         </field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="deleteProductPromoCode" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="productPromoCodeId" from-field="productPromoCodeId"/>
-                <parameter param-name="productPromoId" from-field="productPromoId"/>
+                <parameter param-name="productPromoCodeId"/>
+                <parameter param-name="productPromoId"/>
             </hyperlink>
         </field>
     </form>

Modified: ofbiz/trunk/applications/product/webapp/catalog/shipping/ShippingForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/shipping/ShippingForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/shipping/ShippingForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/shipping/ShippingForms.xml Mon Apr  6 06:25:24 2009
@@ -26,13 +26,13 @@
         <auto-fields-entity entity-name="QuantityBreak" default-field-type="display"/>
         <field name="quantityBreakId" widget-style="buttontext">
             <hyperlink target="ListQuantityBreaks" description="${quantityBreakId}" also-hidden="false">
-                <parameter param-name="quantityBreakId" from-field="quantityBreakId"/>
+                <parameter param-name="quantityBreakId"/>
             </hyperlink>
         </field>
         <field name="quantityBreakTypeId" title="${uiLabelMap.CommonType}"><display-entity also-hidden="false" entity-name="QuantityBreakType"/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="deleteQuantityBreak" description="${uiLabelMap.CommonRemove}" also-hidden="false">
-                <parameter param-name="quantityBreakId" from-field="quantityBreakId"/>
+                <parameter param-name="quantityBreakId"/>
             </hyperlink>
         </field>
     </form>
@@ -55,12 +55,12 @@
         <auto-fields-entity entity-name="ShipmentMethodType" default-field-type="display"/>
         <field name="shipmentMethodTypeId" widget-style="buttontext">
             <hyperlink target="ListShipmentMethodTypes" description="${shipmentMethodTypeId}" also-hidden="false">
-                <parameter param-name="shipmentMethodTypeId" from-field="shipmentMethodTypeId"/>
+                <parameter param-name="shipmentMethodTypeId"/>
             </hyperlink>
         </field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="deleteShipmentMethodType" description="${uiLabelMap.CommonRemove}" also-hidden="false">
-                <parameter param-name="shipmentMethodTypeId" from-field="shipmentMethodTypeId"/>
+                <parameter param-name="shipmentMethodTypeId"/>
             </hyperlink>
         </field>
     </form>
@@ -78,16 +78,16 @@
         <field name="roleTypeId"><display-entity also-hidden="false" entity-name="RoleType"/></field>
         <field name="editLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="ListCarrierShipmentMethods" description="${uiLabelMap.CommonEdit}" also-hidden="false">
-                <parameter param-name="shipmentMethodTypeId" from-field="shipmentMethodTypeId"/>
-                <parameter param-name="partyId" from-field="partyId"/>
-                <parameter param-name="roleTypeId" from-field="roleTypeId"/>
+                <parameter param-name="shipmentMethodTypeId"/>
+                <parameter param-name="partyId"/>
+                <parameter param-name="roleTypeId"/>
             </hyperlink>
         </field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="deleteCarrierShipmentMethod" description="${uiLabelMap.CommonRemove}" also-hidden="false">
-                <parameter param-name="shipmentMethodTypeId" from-field="shipmentMethodTypeId"/>
-                <parameter param-name="partyId" from-field="partyId"/>
-                <parameter param-name="roleTypeId" from-field="roleTypeId"/>
+                <parameter param-name="shipmentMethodTypeId"/>
+                <parameter param-name="partyId"/>
+                <parameter param-name="roleTypeId"/>
             </hyperlink>
         </field>
     </form>

Modified: ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml Mon Apr  6 06:25:24 2009
@@ -24,14 +24,14 @@
         odd-row-style="alternate-row" default-table-style="basic-table">
         <field name="ProductStoreNameId" title="${uiLabelMap.ProductStoreNameId}" widget-style="buttontext">
             <hyperlink target="EditProductStore" description="${storeName} [${productStoreId}]">
-                <parameter param-name="productStoreId" from-field="productStoreId"/>
+                <parameter param-name="productStoreId"/>
             </hyperlink>
         </field>
         <field name="title" title="${uiLabelMap.ProductTitle}"><display/></field>
         <field name="subtitle" title="${uiLabelMap.ProductSubTitle}"><display/></field>
         <field name="editLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="EditProductStore" description="${uiLabelMap.CommonEdit}">
-                <parameter param-name="productStoreId" from-field="productStoreId"/>
+                <parameter param-name="productStoreId"/>
             </hyperlink>
         </field>
     </form>
@@ -404,14 +404,14 @@
         </field>
         <field name="remove" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="RemoveProductStoreFinAccountSettings" description="${uiLabelMap.CommonRemove}">
-                <parameter param-name="productStoreId" from-field="productStoreId"/>
-                <parameter param-name="finAccountTypeId" from-field="finAccountTypeId"/>
+                <parameter param-name="productStoreId"/>
+                <parameter param-name="finAccountTypeId"/>
             </hyperlink>
         </field>
         <field name="edit" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="EditProductStoreFinAccountSettings" description="${uiLabelMap.CommonEdit}">
-                <parameter param-name="productStoreId" from-field="productStoreId"/>
-                <parameter param-name="finAccountTypeId" from-field="finAccountTypeId"/>
+                <parameter param-name="productStoreId"/>
+                <parameter param-name="finAccountTypeId"/>
             </hyperlink>
         </field>
     </form>
@@ -463,7 +463,7 @@
         <field name="prodCatalogId" title="${uiLabelMap.ProductCatalogId}">
             <display-entity entity-name="ProdCatalog" description="${catalogName}" also-hidden="true">
                 <sub-hyperlink target="EditProdCatalog" description="${prodCatalogId}" link-style="buttontext">
-                    <parameter param-name="prodCatalogId" from-field="prodCatalogId"/>
+                    <parameter param-name="prodCatalogId"/>
                 </sub-hyperlink>
             </display-entity>
         </field>
@@ -472,9 +472,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="deleteProductStoreCatalog" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="prodCatalogId" from-field="prodCatalogId"/>
-                <parameter param-name="productStoreId" from-field="productStoreId"/>
-                <parameter param-name="fromDate" from-field="fromDate"/>
+                <parameter param-name="prodCatalogId"/>
+                <parameter param-name="productStoreId"/>
+                <parameter param-name="fromDate"/>
             </hyperlink>
         </field>
     </form>
@@ -511,8 +511,8 @@
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonDelete}" widget-style="buttontext">
             <hyperlink target="removeProductStoreEmail" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="productStoreId" from-field="productStoreId"/>
-                <parameter param-name="emailType" from-field="emailType"/>
+                <parameter param-name="productStoreId"/>
+                <parameter param-name="emailType"/>
             </hyperlink>
         </field>
     </form>
@@ -548,9 +548,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="deleteProductStoreKeywordOvrd" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="productStoreId" from-field="productStoreId"/>
-                <parameter param-name="keyword" from-field="keyword"/>
-                <parameter param-name="fromDate" from-field="fromDate"/>
+                <parameter param-name="productStoreId"/>
+                <parameter param-name="keyword"/>
+                <parameter param-name="fromDate"/>
             </hyperlink>
         </field>
     </form>
@@ -563,14 +563,14 @@
         </actions>
         <field name="segmentGroupId"  widget-style="buttontext" title="${uiLabelMap.ProductSegmentGroupId}">
             <hyperlink also-hidden="false" target-type="inter-app" description="${segmentGroupId}" target="/marketing/control/viewSegmentGroup">
-                <parameter param-name="segmentGroupId" from-field="segmentGroupId"/>
+                <parameter param-name="segmentGroupId"/>
             </hyperlink>
         </field>
         <field name="segmentGroupTypeId" title="${uiLabelMap.ProductSegmentGroupTypeId}"><display-entity entity-name="SegmentGroupType"/></field>
         <field name="description" title="${uiLabelMap.CommonDescription}"><display/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="/marketing/control/deleteSegmentGroup" description="${uiLabelMap.CommonDelete}" also-hidden="false" target-type="inter-app">
-                <parameter param-name="segmentGroupId" from-field="segmentGroupId"/>
+                <parameter param-name="segmentGroupId"/>
             </hyperlink>
         </field>
     </form>
@@ -580,8 +580,8 @@
         <field name="productStoreId"><hidden/></field>
         <field name="productStoreShipMethId" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="EditProductStoreShipSetup" description="${productStoreShipMethId}" also-hidden="false">
-                <parameter param-name="productStoreId" from-field="productStoreId"/>
-                <parameter param-name="productStoreShipMethId" from-field="productStoreShipMethId"/>
+                <parameter param-name="productStoreId"/>
+                <parameter param-name="productStoreShipMethId"/>
             </hyperlink>
         </field>
         <field name="shipmentMethodTypeId" title="${uiLabelMap.ProductMethod}">
@@ -596,8 +596,8 @@
         </field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="storeRemoveShipMeth" description="${uiLabelMap.CommonRemove}" also-hidden="false">
-                <parameter param-name="productStoreId" from-field="productStoreId"/>
-                <parameter param-name="productStoreShipMethId" from-field="productStoreShipMethId"/>
+                <parameter param-name="productStoreId"/>
+                <parameter param-name="productStoreShipMethId"/>
             </hyperlink>
         </field>
     </form>
@@ -670,8 +670,8 @@
         <field name="carrierRoleTypeId"><hidden/></field>
         <field name="shipmentCostEstimateId" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="EditProductStoreShipmentCostEstimates" description="${shipmentCostEstimateId}" also-hidden="false">
-                <parameter param-name="productStoreId" from-field="productStoreId"/>
-                <parameter param-name="shipmentCostEstimateId" from-field="shipmentCostEstimateId"/>
+                <parameter param-name="productStoreId"/>
+                <parameter param-name="shipmentCostEstimateId"/>
             </hyperlink>
         </field>
         <field name="shipmentMethodTypeId" title="${uiLabelMap.ProductMethod}">
@@ -703,8 +703,8 @@
         </field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="storeRemoveShipRate" description="${uiLabelMap.CommonRemove}" also-hidden="false">
-                <parameter param-name="productStoreId" from-field="productStoreId"/>
-                <parameter param-name="shipmentCostEstimateId" from-field="shipmentCostEstimateId"/>
+                <parameter param-name="productStoreId"/>
+                <parameter param-name="shipmentCostEstimateId"/>
             </hyperlink>
         </field>
     </form>
@@ -984,7 +984,7 @@
         <field name="productStoreId"><hidden/></field>
         <field name="productPromoId" widget-style="buttontext">
             <hyperlink target="EditProductPromo" description="${productPromoId}" also-hidden="true">
-                <parameter param-name="productPromoId" from-field="productPromoId"/>
+                <parameter param-name="productPromoId"/>
             </hyperlink>
         </field>
         <field name="promoName"><display/></field>
@@ -1038,9 +1038,9 @@
         <field name="applyToAllProducts" title="${uiLabelMap.ProductApplyToAll}"><display/></field>
         <field name="editLink" title="${uiLabelMap.CommonEmptyHeader}" use-when="${bsh:security.hasEntityPermission(&quot;CATALOG&quot;, &quot;_UPDATE&quot;, session);}" widget-style="buttontext">
             <hyperlink target="EditProductStorePaySetup" description="${uiLabelMap.CommonEdit}" also-hidden="false">
-                <parameter param-name="productStoreId" from-field="productStoreId"/>
-                <parameter param-name="paymentMethodTypeId" from-field="paymentMethodTypeId"/>
-                <parameter param-name="paymentServiceTypeEnumId" from-field="paymentServiceTypeEnumId"/>
+                <parameter param-name="productStoreId"/>
+                <parameter param-name="paymentMethodTypeId"/>
+                <parameter param-name="paymentServiceTypeEnumId"/>
             </hyperlink>
         </field>
         <field name="editLink" title="${uiLabelMap.CommonEmptyHeader}" use-when="${bsh:!security.hasEntityPermission(&quot;CATALOG&quot;, &quot;_UPDATE&quot;, session);}">
@@ -1048,9 +1048,9 @@
         </field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" use-when="${bsh:security.hasEntityPermission(&quot;CATALOG&quot;, &quot;_DELETE&quot;, session);}" widget-style="buttontext">
             <hyperlink target="storeRemovePaySetting" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="productStoreId" from-field="productStoreId"/>
-                <parameter param-name="paymentMethodTypeId" from-field="paymentMethodTypeId"/>
-                <parameter param-name="paymentServiceTypeEnumId" from-field="paymentServiceTypeEnumId"/>
+                <parameter param-name="productStoreId"/>
+                <parameter param-name="paymentMethodTypeId"/>
+                <parameter param-name="paymentServiceTypeEnumId"/>
             </hyperlink>
         </field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" use-when="${bsh:!security.hasEntityPermission(&quot;CATALOG&quot;, &quot;_DELETE&quot;, session);}">

Modified: ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml Mon Apr  6 06:25:24 2009
@@ -30,7 +30,7 @@
         </actions>
         <field name="facilityId">
             <hyperlink target="EditFacility" description="${facilityId}">
-                <parameter param-name="facilityId" from-field="facilityId"/>
+                <parameter param-name="facilityId"/>
             </hyperlink>
         </field>
         <field name="facilityName"><display/></field>
@@ -93,8 +93,8 @@
         </actions>
         <field name="inventoryItemId" widget-style="buttontext">
             <hyperlink target="EditInventoryItem" description="${inventoryItemId}">
-                <parameter param-name="inventoryItemId" from-field="inventoryItemId"/>
-                <parameter param-name="facilityId" from-field="facilityId"/>
+                <parameter param-name="inventoryItemId"/>
+                <parameter param-name="facilityId"/>
             </hyperlink>
         </field>
         <field name="inventoryItemTypeId" title="${uiLabelMap.ProductInventoryItemTypeId}">
@@ -105,14 +105,14 @@
         <field name="expireDate" title="${uiLabelMap.ProductExpireDate}"><display/></field>
         <field name="productId">
             <hyperlink target="/catalog/control/EditProduct" target-type="inter-app" description="${productId}">
-                <parameter param-name="productId" from-field="productId"/>
+                <parameter param-name="productId"/>
             </hyperlink>
         </field>
         <field name="internalName"><display/></field>
         <field name="locationSeqId" widget-style="buttontext">
             <hyperlink target="EditFacilityLocation" description="${areaId}:${aisleId}:${sectionId}:${levelId}:${positionId} [${locationSeqId}]">
-                <parameter param-name="facilityId" from-field="facilityId"/>
-                <parameter param-name="locationSeqId" from-field="locationSeqId"/>
+                <parameter param-name="facilityId"/>
+                <parameter param-name="locationSeqId"/>
             </hyperlink>
         </field>
         <field name="enumId" entry-name="locationTypeEnumId" title="${uiLabelMap.CommonType}">
@@ -125,8 +125,8 @@
         <field name="quantityOnHandTotal"><display description="${availableToPromiseTotal} / ${quantityOnHandTotal}"/></field>
         <field name="transfer" title="${uiLabelMap.ProductTransfer}" entry-name="inventoryItemId" widget-style="buttontext">
             <hyperlink target="TransferInventoryItem" description="${uiLabelMap.ProductTransfer}">
-                <parameter param-name="facilityId" from-field="facilityId"/>
-                <parameter param-name="inventoryItemId" from-field="inventoryItemId"/>
+                <parameter param-name="facilityId"/>
+                <parameter param-name="inventoryItemId"/>
             </hyperlink>
         </field>
     </form>
@@ -135,8 +135,8 @@
          odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
         <field name="inventoryItemId" widget-style="buttontext">
             <hyperlink target="EditInventoryItem" description="${inventoryItemId}">
-                <parameter param-name="inventoryItemId" from-field="inventoryItemId"/>
-                <parameter param-name="facilityId" from-field="facilityId"/>
+                <parameter param-name="inventoryItemId"/>
+                <parameter param-name="facilityId"/>
             </hyperlink>
         </field>
         <field name="inventoryItemTypeId" title="${uiLabelMap.ProductInventoryItemTypeId}">
@@ -147,7 +147,7 @@
         <field name="expireDate" title="${uiLabelMap.ProductExpireDate}"><display/></field>
         <field name="productId">
             <hyperlink target="/catalog/control/EditProduct" target-type="inter-app" description="${productId}">
-                <parameter param-name="productId" from-field="productId"/>
+                <parameter param-name="productId"/>
             </hyperlink>
         </field>
         <field name="lotId" title="${uiLabelMap.ProductLotId}"><display/></field>
@@ -217,13 +217,13 @@
 
         <field name="inventoryItemId" widget-style="buttontext" position="1" use-when="showPosition1">
             <hyperlink target="EditInventoryItem" description="${inventoryItemId}">
-                <parameter param-name="inventoryItemId" from-field="inventoryItemId"/>
-                <parameter param-name="facilityId" from-field="facilityId"/>
+                <parameter param-name="inventoryItemId"/>
+                <parameter param-name="facilityId"/>
             </hyperlink>
         </field>
         <field name="productId" position="1" use-when="showPosition1" widget-style="buttontext">
             <hyperlink target="/catalog/control/EditProduct" target-type="inter-app" description="${productId}">
-                <parameter param-name="productId" from-field="productId"/>
+                <parameter param-name="productId"/>
             </hyperlink>
         </field>
         <field name="quantityOnHandTotal" position="1" use-when="showPosition1">
@@ -246,19 +246,19 @@
         <field name="description" position="2"><display/></field>
         <field name="orderId" widget-style="buttontext" position="2">
             <hyperlink target="/ordermgr/control/orderview" target-type="inter-app" description="${orderId}" >
-                <parameter param-name="orderId" from-field="orderId"/>
+                <parameter param-name="orderId"/>
             </hyperlink>
         </field>
         <field name="orderItemSeqId" position="2"><display/></field>
         <field name="shipmentId" widget-style="buttontext" position="2">
             <hyperlink target="ViewShipment" description="${shipmentId}" >
-                <parameter param-name="shipmentId" from-field="shipmentId"/>
+                <parameter param-name="shipmentId"/>
             </hyperlink>
         </field>
         <field name="shipmentItemSeqId" position="2"><display/></field>
         <field name="workEffortId" widget-style="buttontext" position="2">
             <hyperlink target="/workeffort/control/WorkEffortSummary" target-type="inter-app" description="${workEffortId}" >
-                <parameter param-name="workEffortId" from-field="workEffortId"/>
+                <parameter param-name="workEffortId"/>
             </hyperlink>
         </field>
         <field name="returnId" position="2"><display/></field>
@@ -279,15 +279,15 @@
 
         <field name="productId" position="1" use-when="showPosition1" widget-style="buttontext">
             <hyperlink target="/catalog/control/EditProduct" target-type="inter-app" description="${productId}">
-                <parameter param-name="productId" from-field="productId"/>
+                <parameter param-name="productId"/>
             </hyperlink>
         </field>
 
         <field name="effectiveDate" position="2"><display/></field>
         <field name="inventoryItemId" widget-style="buttontext" position="2">
             <hyperlink target="EditInventoryItem" description="${inventoryItemId}">
-                <parameter param-name="inventoryItemId" from-field="inventoryItemId"/>
-                <parameter param-name="facilityId" from-field="facilityId"/>
+                <parameter param-name="inventoryItemId"/>
+                <parameter param-name="facilityId"/>
             </hyperlink>
         </field>
         <field name="inventoryItemDetailSeqId" position="2"><display/></field>
@@ -300,19 +300,19 @@
         <field name="description" position="2"><display/></field>
         <field name="orderId" widget-style="buttontext" position="2">
             <hyperlink target="/ordermgr/control/orderview" target-type="inter-app" description="${orderId}" >
-                <parameter param-name="orderId" from-field="orderId"/>
+                <parameter param-name="orderId"/>
             </hyperlink>
         </field>
         <field name="orderItemSeqId" position="2"><display/></field>
         <field name="shipmentId" widget-style="buttontext" position="2">
             <hyperlink target="ViewShipment" description="${shipmentId}" >
-                <parameter param-name="shipmentId" from-field="shipmentId"/>
+                <parameter param-name="shipmentId"/>
             </hyperlink>
         </field>
         <field name="shipmentItemSeqId" position="2"><display/></field>
         <field name="workEffortId" widget-style="buttontext" position="2">
             <hyperlink target="/workeffort/control/WorkEffortSummary" target-type="inter-app" description="${workEffortId}" >
-                <parameter param-name="workEffortId" from-field="workEffortId"/>
+                <parameter param-name="workEffortId"/>
             </hyperlink>
         </field>
         <field name="returnId" position="2"><display/></field>
@@ -331,13 +331,13 @@
         <field name="effectiveDate"><display/></field>
         <field name="productId" widget-style="buttontext">
             <hyperlink target="/catalog/control/EditProduct" target-type="inter-app" description="${productId}">
-                <parameter param-name="productId" from-field="productId"/>
+                <parameter param-name="productId"/>
             </hyperlink>
         </field>
         <field name="inventoryItemId" widget-style="buttontext">
             <hyperlink target="EditInventoryItem" description="${inventoryItemId}">
-                <parameter param-name="inventoryItemId" from-field="inventoryItemId"/>
-                <parameter param-name="facilityId" from-field="facilityId"/>
+                <parameter param-name="inventoryItemId"/>
+                <parameter param-name="facilityId"/>
             </hyperlink>
         </field>
         <field name="inventoryItemDetailSeqId"><display/></field>
@@ -350,19 +350,19 @@
         <field name="description"><display/></field>
         <field name="orderId" widget-style="buttontext">
             <hyperlink target="/ordermgr/control/orderview" target-type="inter-app" description="${orderId}" >
-                <parameter param-name="orderId" from-field="orderId"/>
+                <parameter param-name="orderId"/>
             </hyperlink>
         </field>
         <field name="orderItemSeqId"><display/></field>
         <field name="shipmentId" widget-style="buttontext">
             <hyperlink target="ViewShipment" description="${shipmentId}" >
-                <parameter param-name="shipmentId" from-field="shipmentId"/>
+                <parameter param-name="shipmentId"/>
             </hyperlink>
         </field>
         <field name="shipmentItemSeqId"><display/></field>
         <field name="workEffortId" widget-style="buttontext">
             <hyperlink target="/workeffort/control/WorkEffortSummary" target-type="inter-app" description="${workEffortId}" >
-                <parameter param-name="workEffortId" from-field="workEffortId"/>
+                <parameter param-name="workEffortId"/>
             </hyperlink>
         </field>
         <field name="returnId"><display/></field>
@@ -432,14 +432,14 @@
         </row-actions>
         <field name="items" title="${uiLabelMap.ProductProductId}" widget-style="buttontext">
             <hyperlink target="EditFacilityInventoryItems" description="${productId}">
-                <parameter param-name="productId" from-field="productId"/>
-                <parameter param-name="facilityId" from-field="facilityId"/>
+                <parameter param-name="productId"/>
+                <parameter param-name="facilityId"/>
             </hyperlink>     
         </field>
         <field name="productId" title="${uiLabelMap.CommonDescription}">
             <display-entity entity-name="Product" description="${internalName}">
                 <sub-hyperlink target="/catalog/control/EditProduct" target-type="inter-app" description="${uiLabelMap.ProductCatalog}" link-style="buttontext">
-                    <parameter param-name="productId" from-field="productId"/>
+                    <parameter param-name="productId"/>
                 </sub-hyperlink>
             </display-entity>
         </field>
@@ -462,7 +462,7 @@
         odd-row-style="alternate-row" default-table-style="basic-table hover-bar" separate-columns="true">
         <field name="shipmentId" title="${uiLabelMap.ProductShipmentId}">
             <hyperlink target="ViewShipment" description="${shipmentId}">
-                <parameter param-name="shipmentId" from-field="shipmentId"/>
+                <parameter param-name="shipmentId"/>
             </hyperlink>
         </field>
         <field name="primaryOrderId" title="${uiLabelMap.ProductOrderId}">
@@ -472,7 +472,7 @@
         </field>
         <field name="shipmentRouteSegmentId">
             <hyperlink target="EditShipmentRouteSegments" description="${shipmentRouteSegmentId}">
-                <parameter param-name="shipmentId" from-field="shipmentId"/>
+                <parameter param-name="shipmentId"/>
             </hyperlink>
         </field>
         <field name="carrierPartyId" title="${uiLabelMap.ProductCarrier}">
@@ -504,7 +504,7 @@
         odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
         <field name="shipmentId" title="${uiLabelMap.ProductShipmentId}">
             <hyperlink target="ViewShipment" description="${shipmentId}">
-                <parameter param-name="shipmentId" from-field="shipmentId"/>
+                <parameter param-name="shipmentId"/>
             </hyperlink>
         </field>
         <field name="primaryOrderId" title="${uiLabelMap.ProductOrderId}">
@@ -522,9 +522,9 @@
         </field>
         <field name="label" title="${uiLabelMap.ProductLabel}">
           <hyperlink target="viewShipmentPackageRouteSegLabelImage" description="${uiLabelMap.ProductLabel}">
-                <parameter param-name="shipmentId" from-field="shipmentId"/>
-                <parameter param-name="shipmentRouteSegmentId" from-field="shipmentRouteSegmentId"/>
-                <parameter param-name="shipmentPackageSeqId" from-field="shipmentPackageSeqId"/>
+                <parameter param-name="shipmentId"/>
+                <parameter param-name="shipmentRouteSegmentId"/>
+                <parameter param-name="shipmentPackageSeqId"/>
           </hyperlink>
         </field>
         <!-- this is for multi-submitting the mark as accepted action (see batchPrintMarkAsAccepted.ftl) -->
@@ -552,12 +552,12 @@
         odd-row-style="alternate-row" default-table-style="basic-table hover-bar" separate-columns="true">
         <field name="inventoryItemId" widget-style="buttontext">
             <hyperlink description="${inventoryItemId}" target="EditInventoryItem">
-                <parameter param-name="inventoryItemId" from-field="inventoryItemId"/>
+                <parameter param-name="inventoryItemId"/>
             </hyperlink>
         </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="internalName"><display/></field>
@@ -585,7 +585,7 @@
         <field name="facilityGroupId" title="${uiLabelMap.ProductFacilityGroupId}">
             <display-entity entity-name="FacilityGroup" key-field-name="facilityGroupId" description="${facilityGroupName}">
                 <sub-hyperlink target="EditFacilityGroup" description="[${facilityGroupId}]">
-                    <parameter param-name="facilityGroupId" from-field="facilityGroupId"/>
+                    <parameter param-name="facilityGroupId"/>
                 </sub-hyperlink>
             </display-entity>
         </field>
@@ -593,9 +593,9 @@
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}"><submit button-type="button"/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="removeGroupFromFacility" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="facilityId" from-field="facilityId"/>
-                <parameter param-name="facilityGroupId" from-field="facilityGroupId"/>
-                <parameter param-name="fromDate" from-field="fromDate"/>
+                <parameter param-name="facilityId"/>
+                <parameter param-name="facilityGroupId"/>
+                <parameter param-name="fromDate"/>
             </hyperlink>
         </field>
     </form>
@@ -625,10 +625,10 @@
         <field name="thruDate" title="${uiLabelMap.CommonThruDate}"><date-time/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="removePartyFromFacility" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="facilityId" from-field="facilityId"/>
-                <parameter param-name="partyId" from-field="partyId"/>
-                <parameter param-name="roleTypeId" from-field="roleTypeId"/>
-                <parameter param-name="fromDate" from-field="fromDate"/>
+                <parameter param-name="facilityId"/>
+                <parameter param-name="partyId"/>
+                <parameter param-name="roleTypeId"/>
+                <parameter param-name="fromDate"/>
             </hyperlink>
         </field>
     </form>
@@ -664,7 +664,7 @@
             paginate-target="InventoryAverageCosts" override-list-size="${overrideListSize}">
         <field name="productId2" title="${uiLabelMap.ProductProductId}" entry-name="productId" widget-style="buttontext">
             <hyperlink target="/catalog/control/EditProduct" target-type="inter-app" description="${productId}">
-                <parameter param-name="productId" from-field="productId"/>
+                <parameter param-name="productId"/>
             </hyperlink>
         </field>        
         <field name="totalQuantityOnHand" title="${uiLabelMap.CommonTotal} ${uiLabelMap.ProductQoh}"><display/></field>
@@ -740,17 +740,17 @@
 
         <field name="inventoryTransferId" title="${uiLabelMap.ProductInventoryTransfer}" widget-style="buttontext">
             <hyperlink target="TransferInventoryItem" description="${inventoryTransferId}">
-                <parameter param-name="inventoryTransferId" from-field="inventoryTransferId"/>
+                <parameter param-name="inventoryTransferId"/>
             </hyperlink>
         </field>
         <field name="inventoryItemId" widget-style="buttontext">
             <hyperlink target="EditInventoryItem" description="${inventoryItemId}">
-                <parameter param-name="inventoryItemId" from-field="inventoryItemId"/>
+                <parameter param-name="inventoryItemId"/>
             </hyperlink>
         </field>
         <field name="facilityId" widget-style="buttontext">
             <hyperlink target="EditFacility" description="${facilityId}">
-                <parameter param-name="facilityId" from-field="facilityId"/>
+                <parameter param-name="facilityId"/>
             </hyperlink>
         </field>
         <field name="facilityName" entry-name="facilityId">
@@ -784,12 +784,12 @@
         </row-actions>
         <field name="inventoryTransferId" title="${uiLabelMap.ProductInventoryTransfer}" widget-style="buttontext">
             <hyperlink target="TransferInventoryItem" description="${inventoryTransferId}">
-                <parameter param-name="inventoryTransferId" from-field="inventoryTransferId"/>
+                <parameter param-name="inventoryTransferId"/>
             </hyperlink>
         </field>
         <field name="inventoryItemId" widget-style="buttontext">
             <hyperlink target="EditInventoryItem" description="${inventoryItemId}">
-                <parameter param-name="inventoryItemId" from-field="inventoryItemId"/>
+                <parameter param-name="inventoryItemId"/>
             </hyperlink>
         </field>
         <field name="facilityIdTo" widget-style="buttontext">
@@ -829,12 +829,12 @@
         </row-actions>
         <field name="inventoryTransferId" title="${uiLabelMap.ProductInventoryTransfer}" widget-style="buttontext">
             <hyperlink target="TransferInventoryItem" description="${inventoryTransferId}">
-                <parameter param-name="inventoryTransferId" from-field="inventoryTransferId"/>
+                <parameter param-name="inventoryTransferId"/>
             </hyperlink>
         </field>
         <field name="inventoryItemId" widget-style="buttontext">
             <hyperlink target="EditInventoryItem" description="${inventoryItemId}">
-                <parameter param-name="inventoryItemId" from-field="inventoryItemId"/>
+                <parameter param-name="inventoryItemId"/>
             </hyperlink>
         </field>
         <field name="facilityIdTo" widget-style="buttontext">

Modified: ofbiz/trunk/applications/product/webapp/facility/group/FacilityGroupForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/group/FacilityGroupForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/group/FacilityGroupForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/facility/group/FacilityGroupForms.xml Mon Apr  6 06:25:24 2009
@@ -26,7 +26,7 @@
         <auto-fields-entity entity-name="FacilityGroup" default-field-type="display"/>
         <field name="facilityGroupId" widget-style="buttontext">
             <hyperlink description="${facilityGroupId}" target="EditFacilityGroup">
-                <parameter param-name="facilityGroupId" from-field="facilityGroupId"/>
+                <parameter param-name="facilityGroupId"/>
             </hyperlink>
         </field>
         <field name="facilityGroupTypeId"><display-entity entity-name="FacilityGroupType"/></field>
@@ -69,9 +69,9 @@
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="removeFacilityGroupFromGroup" description="${uiLabelMap.CommonDelete}" also-hidden="false">
                 <parameter param-name="showFacilityGroupId" from-field="facilityGroupId"/>
-                <parameter param-name="facilityGroupId" from-field="facilityGroupId"/>
-                <parameter param-name="parentFacilityGroupId" from-field="parentFacilityGroupId"/>
-                <parameter param-name="fromDate" from-field="fromDate"/>
+                <parameter param-name="facilityGroupId"/>
+                <parameter param-name="parentFacilityGroupId"/>
+                <parameter param-name="fromDate"/>
             </hyperlink>
         </field>
     </form>
@@ -96,7 +96,7 @@
         <field name="facilityGroupId">
             <display-entity entity-name="FacilityGroup" description="${facilityGroupName}">
                 <sub-hyperlink target="EditFacilityGroup" description="[${facilityGroupId}]">
-                    <parameter param-name="facilityGroupId" from-field="facilityGroupId"/>
+                    <parameter param-name="facilityGroupId"/>
                 </sub-hyperlink>
             </display-entity>
         </field>
@@ -105,9 +105,9 @@
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="removeFacilityGroupFromGroup" description="${uiLabelMap.CommonDelete}" also-hidden="false">
                 <parameter param-name="showFacilityGroupId" from-field="parentFacilityGroupId"/>
-                <parameter param-name="facilityGroupId" from-field="facilityGroupId"/>
-                <parameter param-name="parentFacilityGroupId" from-field="parentFacilityGroupId"/>
-                <parameter param-name="fromDate" from-field="fromDate"/>
+                <parameter param-name="facilityGroupId"/>
+                <parameter param-name="parentFacilityGroupId"/>
+                <parameter param-name="fromDate"/>
             </hyperlink>
         </field>
     </form>
@@ -132,7 +132,7 @@
         <field name="facilityId">
             <display-entity entity-name="Facility" key-field-name="facilityId" description="${facilityName}">
                 <sub-hyperlink target="EditFacilityGroup" description="[${facilityId}]">
-                    <parameter param-name="facilityId" from-field="facilityId"/>
+                    <parameter param-name="facilityId"/>
                 </sub-hyperlink>
             </display-entity>
         </field>
@@ -140,9 +140,9 @@
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}"><submit button-type="button"/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="removeFacilityFromGroup" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="facilityGroupId" from-field="facilityGroupId"/>
-                <parameter param-name="facilityId" from-field="facilityId"/>
-                <parameter param-name="fromDate" from-field="fromDate"/>
+                <parameter param-name="facilityGroupId"/>
+                <parameter param-name="facilityId"/>
+                <parameter param-name="fromDate"/>
             </hyperlink>
         </field>
     </form>
@@ -166,7 +166,7 @@
         <field name="partyId">
             <display-entity entity-name="Party" key-field-name="partyId" description="${partyId}">
                 <sub-hyperlink target="viewProfile" description="[${partyId}]">
-                    <parameter param-name="partyId" from-field="partyId"/>
+                    <parameter param-name="partyId"/>
                 </sub-hyperlink>
             </display-entity>
         </field>
@@ -175,9 +175,9 @@
         </field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="removePartyFromFacilityGroup" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="facilityGroupId" from-field="facilityGroupId"/>
-                <parameter param-name="partyId" from-field="partyId"/>
-                <parameter param-name="roleTypeId" from-field="roleTypeId"/>
+                <parameter param-name="facilityGroupId"/>
+                <parameter param-name="partyId"/>
+                <parameter param-name="roleTypeId"/>
             </hyperlink>
         </field>
     </form>

Modified: ofbiz/trunk/applications/product/webapp/facility/inventory/InventoryForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/inventory/InventoryForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/inventory/InventoryForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/facility/inventory/InventoryForms.xml Mon Apr  6 06:25:24 2009
@@ -51,7 +51,7 @@
         <field name="productId">
             <text>
                 <sub-hyperlink use-when="productId!=null" target="/catalog/control/EditProduct" target-type="inter-app" description="${uiLabelMap.ProductEditProduct} [${productId}]">
-                <parameter param-name="productId" from-field="productId"/>
+                <parameter param-name="productId"/>
             </sub-hyperlink>
             </text>
         </field>
@@ -86,7 +86,7 @@
                     <entity-order-by field-name="facilityName"/>
                 </entity-options>
                 <sub-hyperlink use-when="facilityId!=null" target="EditFacility" description="${uiLabelMap.ProductEditFacility} [${facilityId}]">
-                <parameter param-name="facilityId" from-field="facilityId"/>
+                <parameter param-name="facilityId"/>
             </sub-hyperlink>
             </drop-down>                         
         </field>
@@ -96,8 +96,8 @@
         <field name="locationSeqId" title="${uiLabelMap.ProductFacilityLocation}">
             <lookup target-form-name="LookupFacilityLocation">
                 <sub-hyperlink use-when="locationSeqId!=null" target="EditFacilityLocation">
-                <parameter param-name="facilityId" from-field="facilityId"/>
-                <parameter param-name="locationSeqId" from-field="locationSeqId"/>
+                <parameter param-name="facilityId"/>
+                <parameter param-name="locationSeqId"/>
             </sub-hyperlink>
             </lookup>
         </field>        
@@ -164,12 +164,12 @@
         <field name="inventoryItemId"><hidden/></field> <!-- this field is redundant -->
         <field name="orderId" widget-style="buttontext">
             <hyperlink target="/ordermgr/control/orderview" target-type="inter-app" description="${orderId}" >
-                <parameter param-name="orderId" from-field="orderId"/>
+                <parameter param-name="orderId"/>
             </hyperlink>
         </field>
         <field name="shipmentId" widget-style="buttontext">
             <hyperlink target="ViewShipment" description="${shipmentId}" >
-                <parameter param-name="shipmentId" from-field="shipmentId"/>
+                <parameter param-name="shipmentId"/>
             </hyperlink>
         </field>
         <field name="reasonEnumId">
@@ -184,7 +184,7 @@
         <field name="inventoryItemId"><hidden/></field>
         <field name="orderId" widget-style="buttontext">
             <hyperlink target="/ordermgr/control/orderview" target-type="inter-app" description="${orderId}" >
-                <parameter param-name="orderId" from-field="orderId"/>
+                <parameter param-name="orderId"/>
             </hyperlink>
         </field>
     </form>
@@ -194,7 +194,7 @@
         <auto-fields-service service-name="updateInventoryItemLabelAppl"/>
         <field name="inventoryItemLabelId" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="EditInventoryItemLabel" description="${inventoryItemLabelId}" also-hidden="true">
-                <parameter param-name="inventoryItemLabelId" from-field="inventoryItemLabelId"/>
+                <parameter param-name="inventoryItemLabelId"/>
             </hyperlink>
         </field>
         <field name="facilityId"><hidden/></field>
@@ -205,10 +205,10 @@
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}"><submit button-type="button"/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="deleteInventoryItemLabelApplFromItem" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="inventoryItemId" from-field="inventoryItemId"/>
-                <parameter param-name="inventoryItemLabelTypeId" from-field="inventoryItemLabelTypeId"/>
-                <parameter param-name="inventoryItemLabelId" from-field="inventoryItemLabelId"/>
-                <parameter param-name="facilityId" from-field="facilityId"/>
+                <parameter param-name="inventoryItemId"/>
+                <parameter param-name="inventoryItemLabelTypeId"/>
+                <parameter param-name="inventoryItemLabelId"/>
+                <parameter param-name="facilityId"/>
             </hyperlink>
         </field>
     </form>

Modified: ofbiz/trunk/applications/product/webapp/facility/labels/InventoryItemLabelForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/labels/InventoryItemLabelForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/labels/InventoryItemLabelForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/facility/labels/InventoryItemLabelForms.xml Mon Apr  6 06:25:24 2009
@@ -49,7 +49,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}"><submit button-type="button"/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="deleteInventoryItemLabelType" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="inventoryItemLabelTypeId" from-field="inventoryItemLabelTypeId"/>
+                <parameter param-name="inventoryItemLabelTypeId"/>
             </hyperlink>
         </field>
     </form>
@@ -58,7 +58,7 @@
         <auto-fields-entity entity-name="InventoryItemLabel" default-field-type="display"/>
         <field name="inventoryItemLabelId" widget-style="buttontext">
             <hyperlink target="EditInventoryItemLabel" description="${inventoryItemLabelId}" also-hidden="true">
-                <parameter param-name="inventoryItemLabelId" from-field="inventoryItemLabelId"/>
+                <parameter param-name="inventoryItemLabelId"/>
             </hyperlink>
         </field>
         <field name="inventoryItemLabelTypeId">
@@ -66,7 +66,7 @@
         </field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="deleteInventoryItemLabel" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="inventoryItemLabelId" from-field="inventoryItemLabelId"/>
+                <parameter param-name="inventoryItemLabelId"/>
             </hyperlink>
         </field>
     </form>
@@ -95,16 +95,16 @@
         <field name="inventoryItemId" widget-style="buttontext">
             <display-entity entity-name="InventoryItem" description="${productId}">
                 <sub-hyperlink target="EditInventoryItem"                description="[${inventoryItemId}]">
-                <parameter param-name="inventoryItemId" from-field="inventoryItemId"/>
+                <parameter param-name="inventoryItemId"/>
             </sub-hyperlink>
             </display-entity>
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}"><submit button-type="button"/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="deleteInventoryItemLabelAppl" description="${uiLabelMap.CommonDelete}" also-hidden="false">
-                <parameter param-name="inventoryItemId" from-field="inventoryItemId"/>
-                <parameter param-name="inventoryItemLabelTypeId" from-field="inventoryItemLabelTypeId"/>
-                <parameter param-name="inventoryItemLabelId" from-field="inventoryItemLabelId"/>
+                <parameter param-name="inventoryItemId"/>
+                <parameter param-name="inventoryItemLabelTypeId"/>
+                <parameter param-name="inventoryItemLabelId"/>
             </hyperlink>
         </field>
     </form>

Modified: ofbiz/trunk/applications/product/webapp/facility/shipment/ShipmentForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/shipment/ShipmentForms.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/shipment/ShipmentForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/facility/shipment/ShipmentForms.xml Mon Apr  6 06:25:24 2009
@@ -160,10 +160,10 @@
         <field name="volumeUom" title="${uiLabelMap.CommonUom}"><display/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="removeOrderShipmentFromShipment" description="[${uiLabelMap.CommonDelete}]" also-hidden="false">
-                <parameter param-name="shipmentId" from-field="shipmentId"/>
-                <parameter param-name="shipmentItemSeqId" from-field="shipmentItemSeqId"/>
-                <parameter param-name="orderId" from-field="orderId"/>
-                <parameter param-name="orderItemSeqId" from-field="orderItemSeqId"/>
+                <parameter param-name="shipmentId"/>
+                <parameter param-name="shipmentItemSeqId"/>
+                <parameter param-name="orderId"/>
+                <parameter param-name="orderItemSeqId"/>
             </hyperlink>
         </field>
     </form>

Modified: ofbiz/trunk/applications/product/widget/catalog/CategoryScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/CategoryScreens.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/CategoryScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/CategoryScreens.xml Mon Apr  6 06:25:24 2009
@@ -47,7 +47,7 @@
                                         <container>
                                             <link target="EditCategory" text="${uiLabelMap.ProductNewCategory}" style="buttontext"/>
                                             <link target="createProductInCategoryStart" text="${uiLabelMap.ProductCreateProductInCategory}" style="buttontext">
-                                                <parameter param-name="productCategoryId" from-field="productCategoryId"/>
+                                                <parameter param-name="productCategoryId"/>
                                             </link>
                                             <link target="advancedsearch" text="${uiLabelMap.ProductSearchInCategory}" style="buttontext">
                                                 <parameter param-name="SEARCH_CATEGORY_ID" from-field="productCategoryId"/>

Modified: ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml?rev=762215&r1=762214&r2=762215&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml Mon Apr  6 06:25:24 2009
@@ -88,8 +88,8 @@
                                                 <parameter param-name="product_id" from-field="productId"/>
                                             </link>
                                             <link target="ProductBarCode.pdf" target-window="_blank" text="${uiLabelMap.ProductBarcode}" style="buttontext">
-                                                <parameter param-name="productId" from-field="productId"/>
-                                                <parameter param-name="productName" from-field="productName"/>
+                                                <parameter param-name="productId"/>
+                                                <parameter param-name="productName"/>
                                             </link>
 
                                             <link target="javascript:expandAll(true);"  text="${uiLabelMap.CommonExpandAll}" style="buttontext" url-mode="plain"/>