Author: jleroux
Date: Sat Apr 4 17:46:49 2009 New Revision: 761976 URL: http://svn.apache.org/viewvc?rev=761976&view=rev Log: Securing URLs, link element in screens and menus : 29th set + tabs to 4 spaces Modified: ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml ofbiz/trunk/applications/marketing/webapp/marketing/campaign/MarketingCampaignForms.xml ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml ofbiz/trunk/applications/marketing/webapp/marketing/segment/SegmentForms.xml ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationForms.xml ofbiz/trunk/applications/product/webapp/catalog/category/CategoryForms.xml ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml ofbiz/trunk/applications/product/webapp/facility/group/FacilityGroupForms.xml ofbiz/trunk/applications/product/webapp/facility/labels/InventoryItemLabelForms.xml ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml ofbiz/trunk/applications/workeffort/widget/TimesheetForms.xml ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml ofbiz/trunk/framework/example/widget/example/ExampleForms.xml ofbiz/trunk/specialpurpose/assetmaint/widget/forms/ProductForms.xml ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/forms/FacilityForms.xml Modified: ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml?rev=761976&r1=761975&r2=761976&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml Sat Apr 4 17:46:49 2009 @@ -94,8 +94,11 @@ </field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink target="deleteTaxAuthorityCategory?taxAuthPartyId=${taxAuthPartyId}&taxAuthGeoId=${taxAuthGeoId}&productCategoryId=${productCategoryId}" - description="${uiLabelMap.CommonDelete}" also-hidden="false"/> + <hyperlink target="deleteTaxAuthorityCategory" description="${uiLabelMap.CommonDelete}" also-hidden="false"> + <parameter param-name="taxAuthPartyId" from-field="taxAuthPartyId"/> + <parameter param-name="taxAuthGeoId" from-field="taxAuthGeoId"/> + <parameter param-name="productCategoryId" from-field="productCategoryId"/> + </hyperlink> </field> </form> <form name="AddTaxAuthorityCategory" type="single" target="createTaxAuthorityCategory" title="" default-map-name="taxAuthorityCategory" @@ -264,8 +267,11 @@ <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="deleteTaxAuthorityRateProduct?taxAuthPartyId=${taxAuthPartyId}&taxAuthGeoId=${taxAuthGeoId}&taxAuthorityRateSeqId=${taxAuthorityRateSeqId}" - description="${uiLabelMap.CommonDelete}" also-hidden="false"/> + <hyperlink target="deleteTaxAuthorityRateProduct" description="${uiLabelMap.CommonDelete}" also-hidden="false"> + <parameter param-name="taxAuthPartyId" from-field="taxAuthPartyId"/> + <parameter param-name="taxAuthGeoId" from-field="taxAuthGeoId"/> + <parameter param-name="taxAuthorityRateSeqId" from-field="taxAuthorityRateSeqId"/> + </hyperlink> </field> </form> <form name="AddTaxAuthorityRateProduct" type="single" target="createTaxAuthorityRateProduct" title="" default-map-name="taxAuthorityRateProduct" 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=761976&r1=761975&r2=761976&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/webapp/marketing/campaign/MarketingCampaignForms.xml (original) +++ ofbiz/trunk/applications/marketing/webapp/marketing/campaign/MarketingCampaignForms.xml Sat Apr 4 17:46:49 2009 @@ -127,8 +127,11 @@ </hyperlink> </field> <field name="deleteLink" title="&nbsp;" widget-style="buttontext"> - <hyperlink target="removeMarketingCampaignRole?marketingCampaignId=${marketingCampaignId}&roleTypeId=${roleTypeId}&partyId=${partyId}" - description="${uiLabelMap.CommonDelete}" also-hidden="false"/> + <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"/> + </hyperlink> </field> </form> 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=761976&r1=761975&r2=761976&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml (original) +++ ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml Sat Apr 4 17:46:49 2009 @@ -205,8 +205,11 @@ <display-entity entity-name="ContactMechDetail" key-field-name="contactMechId" description="[${contactMechId}]: [${infoString}] [${tnCountryCode}-${tnAreaCode}-${tnContactNumber}] [${paAddress1}, ${paAddress1}, ${paCity}, ${paStateProvinceGeoId}, ${paPostalCode}, ${paPostalCodeExt} ${paCountryGeoId}]"/> </field> <field name="editLink" title="&nbsp;" widget-style="buttontext"> - <hyperlink target="EditContactListParty?contactListId=${contactListId}&partyId=${partyId}&fromDate=${fromDate}" - description="${uiLabelMap.CommonEdit}" also-hidden="false"/> + <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"/> + </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=761976&r1=761975&r2=761976&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/webapp/marketing/segment/SegmentForms.xml (original) +++ ofbiz/trunk/applications/marketing/webapp/marketing/segment/SegmentForms.xml Sat Apr 4 17:46:49 2009 @@ -160,8 +160,11 @@ </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?segmentGroupId=${segmentGroupId}&partyId=${partyId}&roleTypeId=${roleTypeId}" - description="${uiLabelMap.CommonDelete}" also-hidden="false"/> + <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"/> + </hyperlink> </field> </form> </forms> \ No newline at end of file Modified: ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml?rev=761976&r1=761975&r2=761976&view=diff ============================================================================== --- ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml (original) +++ ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml Sat Apr 4 17:46:49 2009 @@ -486,8 +486,11 @@ <display-entity entity-name="RoleType" description="${description}"/> </field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="smallSubmit"> - <hyperlink target="deleteSegmentGroupRole?segmentGroupId=${segmentGroupId}&partyId=${partyId}&roleTypeId=${roleTypeId}" - description="${uiLabelMap.CommonDelete}" also-hidden="false"/> + <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"/> + </hyperlink> </field> </form> Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationForms.xml?rev=761976&r1=761975&r2=761976&view=diff ============================================================================== --- ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationForms.xml (original) +++ ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationForms.xml Sat Apr 4 17:46:49 2009 @@ -36,8 +36,11 @@ <field name="thruDate" title="${uiLabelMap.CommonThruDate}"><date-time/></field> <field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="smallSubmit"><submit button-type="text-link"/></field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="smallSubmit"> - <hyperlink target="deletePartyClassification?partyClassificationGroupId=${partyClassificationGroupId}&partyId=${partyId}&fromDate=${fromDate}" - description="${uiLabelMap.CommonDelete}" also-hidden="false"/> + <hyperlink target="deletePartyClassification" description="${uiLabelMap.CommonDelete}" also-hidden="false"> + <parameter param-name="partyClassificationGroupId" from-field="partyClassificationGroupId"/> + <parameter param-name="partyId" from-field="partyId"/> + <parameter param-name="fromDate" from-field="fromDate"/> + </hyperlink> </field> </form> @@ -136,8 +139,11 @@ <field name="thruDate" title="${uiLabelMap.CommonThruDate}"><date-time/></field> <field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="smallSubmit"><submit button-type="text-link"/></field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="smallSubmit"> - <hyperlink target="deletePartyClassification?partyClassificationGroupId=${partyClassificationGroupId}&partyId=${partyId}&fromDate=${fromDate}" - description="${uiLabelMap.CommonDelete}" also-hidden="false"/> + <hyperlink target="deletePartyClassification" description="${uiLabelMap.CommonDelete}" also-hidden="false"> + <parameter param-name="partyClassificationGroupId" from-field="partyClassificationGroupId"/> + <parameter param-name="partyId" from-field="partyId"/> + <parameter param-name="fromDate" from-field="fromDate"/> + </hyperlink> </field> </form> </forms> \ No newline at end of file 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=761976&r1=761975&r2=761976&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/category/CategoryForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/catalog/category/CategoryForms.xml Sat Apr 4 17:46:49 2009 @@ -168,8 +168,11 @@ <field name="imageUrl"><ignored/></field> <field name="imageTwoUrl"><ignored/></field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink target="deleteProductCategoryLink?productCategoryId=${productCategoryId}&linkSeqId=${linkSeqId}&fromDate=${fromDate}" - description="${uiLabelMap.CommonDelete}" also-hidden="false"/> + <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"/> + </hyperlink> </field> <field name="submitButton" title="${uiLabelMap.CommonUpdate}"><submit button-type="button"/></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=761976&r1=761975&r2=761976&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml Sat Apr 4 17:46:49 2009 @@ -470,8 +470,11 @@ <field name="thruDate" title="${uiLabelMap.CommonThruDateTime}"></field> <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?prodCatalogId=${prodCatalogId}&productStoreId=${productStoreId}&fromDate=${fromDate}" - description="${uiLabelMap.CommonDelete}" also-hidden="false"/> + <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"/> + </hyperlink> </field> </form> @@ -541,8 +544,11 @@ </field> <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?productStoreId=${productStoreId}&keyword=${keyword}&fromDate=${fromDate}" - description="${uiLabelMap.CommonDelete}" also-hidden="false"/> + <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"/> + </hyperlink> </field> </form> <form name="ViewProductStoreSegments" target="" title="" type="list" 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=761976&r1=761975&r2=761976&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml Sat Apr 4 17:46:49 2009 @@ -592,8 +592,11 @@ <field name="fromDate"><display/></field> <field name="submitButton" title="${uiLabelMap.CommonUpdate}"><submit button-type="button"/></field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink target="removeGroupFromFacility?facilityId=${facilityId}&facilityGroupId=${facilityGroupId}&fromDate=${fromDate}" - description="${uiLabelMap.CommonDelete}" also-hidden="false"/> + <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"/> + </hyperlink> </field> </form> <form name="addGroupToFacility" type="single" target="addGroupToFacility" title="" 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=761976&r1=761975&r2=761976&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/group/FacilityGroupForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/facility/group/FacilityGroupForms.xml Sat Apr 4 17:46:49 2009 @@ -139,8 +139,11 @@ <field name="fromDate"><display/></field> <field name="submitButton" title="${uiLabelMap.CommonUpdate}"><submit button-type="button"/></field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink target="removeFacilityFromGroup?facilityGroupId=${facilityGroupId}&facilityId=${facilityId}&fromDate=${fromDate}" - description="${uiLabelMap.CommonDelete}" also-hidden="false"/> + <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"/> + </hyperlink> </field> </form> <form name="AddFacilityGroupMember" target="addFacilityToGroup" title="" type="single" @@ -171,8 +174,11 @@ <display-entity entity-name="RoleType" key-field-name="roleTypeId" description="${description}"/> </field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink target="removePartyFromFacilityGroup?facilityGroupId=${facilityGroupId}&partyId=${partyId}&roleTypeId=${roleTypeId}" - description="${uiLabelMap.CommonDelete}" also-hidden="false"/> + <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"/> + </hyperlink> </field> </form> <form name="AddFacilityGroupRole" target="addPartyToFacilityGroup" title="" type="single" 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=761976&r1=761975&r2=761976&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/labels/InventoryItemLabelForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/facility/labels/InventoryItemLabelForms.xml Sat Apr 4 17:46:49 2009 @@ -97,8 +97,11 @@ </field> <field name="submitButton" title="${uiLabelMap.CommonUpdate}"><submit button-type="button"/></field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink target="deleteInventoryItemLabelAppl?inventoryItemId=${inventoryItemId}&inventoryItemLabelTypeId=${inventoryItemLabelTypeId}&inventoryItemLabelId=${inventoryItemLabelId}" - description="${uiLabelMap.CommonDelete}" also-hidden="false"/> + <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"/> + </hyperlink> </field> </form> <form name="AddInventoryItemLabelAppl" type="single" target="createInventoryItemLabelAppl" title="" Modified: ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml?rev=761976&r1=761975&r2=761976&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml Sat Apr 4 17:46:49 2009 @@ -376,8 +376,11 @@ </field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink target="deleteProductSubscriptionResourceSr?subscriptionResourceId=${subscriptionResourceId}&productId=${productId}&fromDate=${fromDate}" - description="${uiLabelMap.CommonDelete}" also-hidden="false"/> + <hyperlink target="deleteProductSubscriptionResourceSr" description="${uiLabelMap.CommonDelete}" also-hidden="false"> + <parameter param-name="subscriptionResourceId" from-field="subscriptionResourceId"/> + <parameter param-name="productId" from-field="productId"/> + <parameter param-name="fromDate" from-field="fromDate"/> + </hyperlink> </field> <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> Modified: ofbiz/trunk/applications/workeffort/widget/TimesheetForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/TimesheetForms.xml?rev=761976&r1=761975&r2=761976&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/TimesheetForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/TimesheetForms.xml Sat Apr 4 17:46:49 2009 @@ -171,8 +171,11 @@ <field name="partyId" title="${uiLabelMap.PartyParty}"><display-entity entity-name="PartyNameView" description="${firstName} ${middleName} ${lastName} ${groupName} [${partyId}]"/></field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink target="deleteTimesheetRole?timesheetId=${timesheetId}&partyId=${partyId}&roleTypeId=${roleTypeId}" - description="${uiLabelMap.CommonDelete}" also-hidden="false"/> + <hyperlink target="deleteTimesheetRole" description="${uiLabelMap.CommonDelete}" also-hidden="false"> + <parameter param-name="timesheetId" from-field="timesheetId"/> + <parameter param-name="partyId" from-field="partyId"/> + <parameter param-name="roleTypeId" from-field="roleTypeId"/> + </hyperlink> </field> </form> <form name="AddTimesheetRole" type="single" target="createTimesheetRole" title="" Modified: ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml?rev=761976&r1=761975&r2=761976&view=diff ============================================================================== --- ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml (original) +++ ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml Sat Apr 4 17:46:49 2009 @@ -96,8 +96,11 @@ </field> <field name="submitButton" title="${uiLabelMap.CommonUpdate}"><submit button-type="button"/></field> <field name="deleteLink" title="" widget-style="buttontext"> - <hyperlink target="feature_deleteExampleFeatureAppl?exampleId=${exampleId}&exampleFeatureId=${exampleFeatureId}&fromDate=${fromDate}" - description="${uiLabelMap.CommonDelete}" also-hidden="false"/> + <hyperlink target="feature_deleteExampleFeatureAppl" description="${uiLabelMap.CommonDelete}" also-hidden="false"> + <parameter param-name="exampleId" from-field="exampleId"/> + <parameter param-name="exampleFeatureId" from-field="exampleFeatureId"/> + <parameter param-name="fromDate" from-field="fromDate"/> + </hyperlink> </field> </form> Modified: ofbiz/trunk/framework/example/widget/example/ExampleForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleForms.xml?rev=761976&r1=761975&r2=761976&view=diff ============================================================================== --- ofbiz/trunk/framework/example/widget/example/ExampleForms.xml (original) +++ ofbiz/trunk/framework/example/widget/example/ExampleForms.xml Sat Apr 4 17:46:49 2009 @@ -231,8 +231,11 @@ </field> <field name="submitButton" title="${uiLabelMap.CommonUpdate}"><submit button-type="button"/></field> <field name="deleteLink" title="" widget-style="buttontext"> - <hyperlink target="example_deleteExampleFeatureAppl?exampleId=${exampleId}&exampleFeatureId=${exampleFeatureId}&fromDate=${fromDate}" - description="${uiLabelMap.CommonDelete}" also-hidden="false"/> + <hyperlink target="example_deleteExampleFeatureAppl" description="${uiLabelMap.CommonDelete}" also-hidden="false"> + <parameter param-name="exampleId" from-field="exampleId"/> + <parameter param-name="exampleFeatureId" from-field="exampleFeatureId"/> + <parameter param-name="fromDate" from-field="fromDate"/> + </hyperlink> </field> </form> Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/forms/ProductForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/forms/ProductForms.xml?rev=761976&r1=761975&r2=761976&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/widget/forms/ProductForms.xml (original) +++ ofbiz/trunk/specialpurpose/assetmaint/widget/forms/ProductForms.xml Sat Apr 4 17:46:49 2009 @@ -139,8 +139,11 @@ <field name="maintTemplateWorkEffortId"><lookup target-form-name="LookupWorkEffort"/></field> <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="deleteProductMaint?fixedAssetId=${parameters.fixedAssetId}&productId=${productId}&productMaintSeqId=${productMaintSeqId}" - description="${uiLabelMap.CommonDelete}" also-hidden="false"/> + <hyperlink target="deleteProductMaint" description="${uiLabelMap.CommonDelete}" also-hidden="false"> + <parameter param-name="fixedAssetId" from-field="parameters.fixedAssetId"/> + <parameter param-name="productId" from-field="productId"/> + <parameter param-name="productMaintSeqId" from-field="productMaintSeqId"/> + </hyperlink> </field> </form> Modified: ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/forms/FacilityForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/forms/FacilityForms.xml?rev=761976&r1=761975&r2=761976&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/forms/FacilityForms.xml (original) +++ ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/forms/FacilityForms.xml Sat Apr 4 17:46:49 2009 @@ -89,8 +89,11 @@ <field name="quantity" required-field="true" entry-name="totalQuantityOnHand"><text size="6" default-value=""/></field> <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="removeProductFromCategory?productId=${productId}&productCategoryId=${productCategoryId}&fromDate=${fromDate}" - description="${uiLabelMap.CommonDelete}" also-hidden="false"/> + <hyperlink target="removeProductFromCategory" description="${uiLabelMap.CommonDelete}" also-hidden="false"> + <parameter param-name="productId" from-field="productId"/> + <parameter param-name="productCategoryId" from-field="productCategoryId"/> + <parameter param-name="fromDate" from-field="fromDate"/> + </hyperlink> </field> </form> |
Free forum by Nabble | Edit this page |