Author: jleroux
Date: Sat Mar 28 19:56:49 2009 New Revision: 759564 URL: http://svn.apache.org/viewvc?rev=759564&view=rev Log: 13th set of changes explained in https://issues.apache.org/jira/browse/OFBIZ-2243 In hyperlink and sub-hyperlink elements, replacement of target parameters by parameter sub-elements Modified: ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml ofbiz/trunk/applications/accounting/widget/GlForms.xml ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml ofbiz/trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml ofbiz/trunk/applications/content/webapp/content/layout/LayoutForms.xml ofbiz/trunk/applications/content/widget/compdoc/CompDocForms.xml ofbiz/trunk/applications/content/widget/content/ContentForms.xml ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml ofbiz/trunk/applications/order/webapp/ordermgr/lookup/FieldLookupForms.xml ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml ofbiz/trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml ofbiz/trunk/applications/workeffort/widget/WorkEffortQuoteForms.xml ofbiz/trunk/applications/workeffort/widget/WorkEffortRequestForms.xml ofbiz/trunk/framework/common/widget/PortalPageForms.xml ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FixedAssetForms.xml ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/ForumForms.xml ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml Modified: ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml (original) +++ ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml Sat Mar 28 19:56:49 2009 @@ -124,7 +124,10 @@ <auto-fields-entity entity-name="AgreementItem" default-field-type="display"/> <field name="agreementId" title="${uiLabelMap.AccountingAgreementId}"><hidden/></field> <field name="agreementItemSeqId" title="${uiLabelMap.CommonEdit}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${agreementItemSeqId}" target="EditAgreementItem?agreementId=${agreementId}&agreementItemSeqId=${agreementItemSeqId}"/> + <hyperlink also-hidden="false" description="${agreementItemSeqId}" target="EditAgreementItem"> + <parameter param-name="agreementId" from-field="agreementId"/> + <parameter param-name="agreementItemSeqId" from-field="agreementItemSeqId"/> + </hyperlink> </field> <field name="agreementItemTypeId" title="${uiLabelMap.AccountingAgreementItemTypeId}"> <display-entity entity-name="AgreementItemType"/> Modified: ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml (original) +++ ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml Sat Mar 28 19:56:49 2009 @@ -325,7 +325,10 @@ </service> </actions> <field name="maintHistSeqId"> - <hyperlink also-hidden="false" description="${maintHistSeqId}" target="EditFixedAssetMaint?fixedAssetId=${fixedAssetId}&maintHistSeqId=${maintHistSeqId}"/> + <hyperlink also-hidden="false" description="${maintHistSeqId}" target="EditFixedAssetMaint"> + <parameter param-name="fixedAssetId" from-field="fixedAssetId"/> + <parameter param-name="maintHistSeqId" from-field="maintHistSeqId"/> + </hyperlink> </field> <field name="productMaintTypeId" ><display-entity entity-name="ProductMaintType"/></field> <field name="statusId" title="${uiLabelMap.CommonStatus}"><display-entity entity-name="StatusItem"/></field> Modified: ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml (original) +++ ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml Sat Mar 28 19:56:49 2009 @@ -321,7 +321,10 @@ <field name="taxableFlag"><hidden/></field> <field name="updateButton" title="${uiLabelMap.CommonUpdate}" widget-style="buttontext" ><submit button-type="text-link"/></field> <field name="removeButton" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink description="${uiLabelMap.CommonRemove}" target="removeInvoiceItem?invoiceId=${invoiceId}&invoiceItemSeqId=${invoiceItemSeqId}"/> + <hyperlink description="${uiLabelMap.CommonRemove}" target="removeInvoiceItem"> + <parameter param-name="invoiceId" from-field="invoiceId"/> + <parameter param-name="invoiceItemSeqId" from-field="invoiceItemSeqId"/> + </hyperlink> </field> </form> @@ -402,7 +405,10 @@ <field name="amountToApply"><text size="10" disabled="true"/></field> <field name="updateButton" title="${uiLabelMap.CommonUpdate}" widget-style="buttontext"><submit button-type="text-link"/></field> <field name="removeButton" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext" use-when="paymentApplicationId!=null"> - <hyperlink description="${uiLabelMap.CommonRemove}" target="removeInvoiceApplication?paymentApplicationId=${paymentApplicationId}&invoiceId=${invoiceId}"/> + <hyperlink description="${uiLabelMap.CommonRemove}" target="removeInvoiceApplication"> + <parameter param-name="paymentApplicationId" from-field="paymentApplicationId"/> + <parameter param-name="invoiceId" from-field="invoiceId"/> + </hyperlink> </field> </form> Modified: ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml Sat Mar 28 19:56:49 2009 @@ -205,10 +205,16 @@ <display-entity entity-name="Uom" description="${description}"/> </field> <field name="billingAccountTermId" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink description="${uiLabelMap.CommonEdit}" target="EditBillingAccountTerms?billingAccountId=${billingAccountId}&billingAccountTermId=${billingAccountTermId}"/> + <hyperlink description="${uiLabelMap.CommonEdit}" target="EditBillingAccountTerms"> + <parameter param-name="billingAccountId" from-field="billingAccountId"/> + <parameter param-name="billingAccountTermId" from-field="billingAccountTermId"/> + </hyperlink> </field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink description="${uiLabelMap.CommonDelete}" target="removeBillingAccountTerm?billingAccountId=${billingAccountId}&billingAccountTermId=${billingAccountTermId}"/> + <hyperlink description="${uiLabelMap.CommonDelete}" target="removeBillingAccountTerm"> + <parameter param-name="billingAccountId" from-field="billingAccountId"/> + <parameter param-name="billingAccountTermId" from-field="billingAccountTermId"/> + </hyperlink> </field> </form> <form name="EditBillingAccountTerms" type="single" target="updateBillingAccountTerm" title="" default-map-name="billingAccountTerm" Modified: ofbiz/trunk/applications/accounting/widget/GlForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/GlForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/GlForms.xml Sat Mar 28 19:56:49 2009 @@ -97,7 +97,10 @@ </actions> <field name="acctgTransId" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${acctgTransId}" target="EditAcctgTrans?acctgTransId=${acctgTransId}&organizationPartyId=${organizationPartyId}"/> + <hyperlink also-hidden="false" description="${acctgTransId}" target="EditAcctgTrans"> + <parameter param-name="acctgTransId" from-field="acctgTransId"/> + <parameter param-name="organizationPartyId" from-field="organizationPartyId"/> + </hyperlink> </field> <field name="transactionDate"><display/></field> <field name="acctgTransTypeId"><display-entity entity-name="AcctgTransType" description="${description}"/></field> @@ -129,7 +132,10 @@ <form name="ListUnpostedAcctgTrans" type="list" title="Unposted Accounting Transactions" list-name="transactions" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <field name="acctgTransId" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${acctgTransId}" target="EditAcctgTrans?acctgTransId=${acctgTransId}&organizationPartyId=${organizationPartyId}"/> + <hyperlink also-hidden="false" description="${acctgTransId}" target="EditAcctgTrans"> + <parameter param-name="acctgTransId" from-field="acctgTransId"/> + <parameter param-name="organizationPartyId" from-field="organizationPartyId"/> + </hyperlink> </field> <field name="transactionDate"><display/></field> <field name="acctgTransTypeId"><display-entity entity-name="AcctgTransType" description="${description}"/></field> @@ -253,7 +259,10 @@ </field> <field name="acctgTransId" widget-style="buttontext" position="2"> - <hyperlink also-hidden="false" description="${acctgTransId}" target="EditAcctgTrans?acctgTransId=${acctgTransId}&organizationPartyId=${organizationPartyId}"/> + <hyperlink also-hidden="false" description="${acctgTransId}" target="EditAcctgTrans"> + <parameter param-name="acctgTransId" from-field="acctgTransId"/> + <parameter param-name="organizationPartyId" from-field="organizationPartyId"/> + </hyperlink> </field> <field name="acctgTransEntrySeqId" widget-style="buttontext" position="2"><display/></field> <field name="transactionDate" position="2"><display/></field> @@ -315,7 +324,10 @@ <field name="transactionDate"><display/></field> <field name="acctgTransId" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${acctgTransId}" target="EditAcctgTrans?acctgTransId=${acctgTransId}&organizationPartyId=${organizationPartyId}"/> + <hyperlink also-hidden="false" description="${acctgTransId}" target="EditAcctgTrans"> + <parameter param-name="acctgTransId" from-field="acctgTransId"/> + <parameter param-name="organizationPartyId" from-field="organizationPartyId"/> + </hyperlink> </field> <field name="acctgTransEntrySeqId" widget-style="buttontext"><display/></field> <field name="acctgTransTypeId"><display-entity entity-name="AcctgTransType" description="${description}"/></field> Modified: ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml (original) +++ ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml Sat Mar 28 19:56:49 2009 @@ -72,7 +72,10 @@ <display/> </field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentTypeAttr?contentTypeId=${contentTypeId}&attrName=${attrName}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentTypeAttr"> + <parameter param-name="contentTypeId" from-field="contentTypeId"/> + <parameter param-name="attrName" from-field="attrName"/> + </hyperlink> </field> </form> Modified: ofbiz/trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml (original) +++ ofbiz/trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml Sat Mar 28 19:56:49 2009 @@ -72,7 +72,10 @@ <display/> </field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeDataResourceTypeAttr?dataResourceTypeId=${dataResourceTypeId}&attrName=${attrName}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeDataResourceTypeAttr"> + <parameter param-name="dataResourceTypeId" from-field="dataResourceTypeId"/> + <parameter param-name="attrName" from-field="attrName"/> + </hyperlink> </field> </form> Modified: ofbiz/trunk/applications/content/webapp/content/layout/LayoutForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/layout/LayoutForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/layout/LayoutForms.xml (original) +++ ofbiz/trunk/applications/content/webapp/content/layout/LayoutForms.xml Sat Mar 28 19:56:49 2009 @@ -157,7 +157,10 @@ </service> </actions> <field name="contentId" title="${uiLabelMap.CommonEdit}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${contentId}" target="EditLayout?contentId=${contentId}&drDataResourceId=${drDataResourceId}"/> + <hyperlink also-hidden="false" description="${contentId}" target="EditLayout"> + <parameter param-name="contentId" from-field="contentId"/> + <parameter param-name="drDataResourceId" from-field="drDataResourceId"/> + </hyperlink> </field> <field name="dummy" title="${uiLabelMap.ContentClip}" widget-style="buttontext" map-name="dummy"> <hyperlink also-hidden="false" description="${contentId}" target="clipFindLayout"> @@ -186,7 +189,10 @@ <form name="listListLayout" default-entity-name="ContentAssocDataResourceViewFrom" list-name="layoutList" target="" title="" type="list" paginate-target="FindLayout" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <field name="contentId" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${contentId}" target="EditLayout?contentId=${contentId}&drDataResourceId=${drDataResourceId}"/> + <hyperlink also-hidden="false" description="${contentId}" target="EditLayout"> + <parameter param-name="contentId" from-field="contentId"/> + <parameter param-name="drDataResourceId" from-field="drDataResourceId"/> + </hyperlink> </field> <field name="contentName"><display/></field> <field name="description"><display/></field> @@ -385,7 +391,10 @@ <form name="ListRelatedLayouts" default-entity-name="ContentDataResourceView" list-name="entityList" target="" title="" type="list" paginate-target="FindLayout" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <field name="contentId" title="${uiLabelMap.CommonEdit}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${contentId}" target="EditLayout?contentId=${contentId}&drDataResourceId=${drDataResourceId}"/> + <hyperlink also-hidden="false" description="${contentId}" target="EditLayout"> + <parameter param-name="contentId" from-field="contentId"/> + <parameter param-name="drDataResourceId" from-field="drDataResourceId"/> + </hyperlink> </field> <field name="contentName"><display/></field> <field name="description"><display/></field> Modified: ofbiz/trunk/applications/content/widget/compdoc/CompDocForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/compdoc/CompDocForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/applications/content/widget/compdoc/CompDocForms.xml (original) +++ ofbiz/trunk/applications/content/widget/compdoc/CompDocForms.xml Sat Mar 28 19:56:49 2009 @@ -157,10 +157,16 @@ </hyperlink> </field> <field name="tree" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext" use-when=""COMPDOC_INSTANCE".equals(contentTypeId)"> - <hyperlink also-hidden="false" description="${uiLabelMap.ContentTree}" target="ViewCompDocInstanceTree?rootContentId=${contentId}&rootContentRevisionSeqId=${contentRevisionSeqId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.ContentTree}" target="ViewCompDocInstanceTree"> + <parameter param-name="rootContentId" from-field="contentId"/> + <parameter param-name="rootContentRevisionSeqId" from-field="contentRevisionSeqId"/> + </hyperlink> </field> <field name="tree" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext" use-when=""COMPDOC_TEMPLATE".equals(contentTypeId)"> - <hyperlink also-hidden="false" description="${uiLabelMap.ContentTree}" target="ViewCompDocTemplateTree?rootContentId=${contentId}&rootContentRevisionSeqId=${contentRevisionSeqId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.ContentTree}" target="ViewCompDocTemplateTree"> + <parameter param-name="rootContentId" from-field="contentId"/> + <parameter param-name="rootContentRevisionSeqId" from-field="contentRevisionSeqId"/> + </hyperlink> </field> </form> Modified: ofbiz/trunk/applications/content/widget/content/ContentForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/ContentForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/applications/content/widget/content/ContentForms.xml (original) +++ ofbiz/trunk/applications/content/widget/content/ContentForms.xml Sat Mar 28 19:56:49 2009 @@ -389,7 +389,10 @@ <auto-fields-service service-name="updateContentPurpose" default-field-type="display" /> <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentPurpose?contentId=${contentId}&contentPurposeTypeId=${contentPurposeTypeId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentPurpose"> + <parameter param-name="contentId" from-field="contentId"/> + <parameter param-name="contentPurposeTypeId" from-field="contentPurposeTypeId"/> + </hyperlink> </field> </form> @@ -413,7 +416,10 @@ <field name="attrValue" widget-style="buttontext"><text/></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 also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentAttribute?contentId=${contentId}&attrName=${attrName}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentAttribute"> + <parameter param-name="contentId" from-field="contentId"/> + <parameter param-name="attrName" from-field="attrName"/> + </hyperlink> </field> </form> @@ -448,7 +454,10 @@ <field name="metaDataPredicateId" widget-style="buttontext"><display/></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 also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentMetaData?contentId=${contentId}&metaDataPredicateId=${metaDataPredicateId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentMetaData"> + <parameter param-name="contentId" from-field="contentId"/> + <parameter param-name="metaDataPredicateId" from-field="metaDataPredicateId"/> + </hyperlink> </field> </form> @@ -527,7 +536,10 @@ <set field="mimeTypeId" from-field="dataResource.mimeTypeId"/> </row-actions> <field name="contentId"> - <hyperlink also-hidden="false" description="${content.contentName} [${content.contentId}]" target="ViewSimpleContent?contentId=${content.contentId}&dataResourceId=${content.dataResourceId}"/> + <hyperlink also-hidden="false" description="${content.contentName} [${content.contentId}]" target="ViewSimpleContent"> + <parameter param-name="contentId" from-field="content.contentId"/> + <parameter param-name="dataResourceId" from-field="content.dataResourceId"/> + </hyperlink> </field> <field name="contentTypeId"> <display-entity entity-name="ContentType" key-field-name="contentTypeId" description="${description}"/> Modified: ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml (original) +++ ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml Sat Mar 28 19:56:49 2009 @@ -341,7 +341,10 @@ <field name="attrValue" widget-style="tabletext"><text/></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 also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeDataResourceAttribute?dataResourceId=${dataResourceId}&attrName=${attrName}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeDataResourceAttribute"> + <parameter param-name="dataResourceId" from-field="dataResourceId"/> + <parameter param-name="attrName" from-field="attrName"/> + </hyperlink> </field> </form> @@ -397,7 +400,10 @@ </actions> <auto-fields-entity entity-name="ProductFeatureDataResource" default-field-type="display"/> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeDataResourceProductFeature?dataResourceId=${dataResourceId}&productFeatureId=${productFeatureId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeDataResourceProductFeature"> + <parameter param-name="dataResourceId" from-field="dataResourceId"/> + <parameter param-name="productFeatureId" from-field="productFeatureId"/> + </hyperlink> </field> </form> <form name="lookupProductFeature" target="LookupProductFeature" title="" type="single" Modified: ofbiz/trunk/applications/order/webapp/ordermgr/lookup/FieldLookupForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/lookup/FieldLookupForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/lookup/FieldLookupForms.xml (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/lookup/FieldLookupForms.xml Sat Mar 28 19:56:49 2009 @@ -404,10 +404,16 @@ <field name="quoteId"><hidden/></field> <field name="quoteItemSeqId"><hidden/></field> <field name="quoteItemSeqId" title="${uiLabelMap.OrderOrderQuoteItemSeqId}" widget-style="buttontext" use-when="${bsh:isPromo==null}"> - <hyperlink also-hidden="false" description="${quoteItemSeqId}" target="EditQuoteItem?quoteId=${quoteId}&quoteItemSeqId=${quoteItemSeqId}"/> + <hyperlink also-hidden="false" description="${quoteItemSeqId}" target="EditQuoteItem"> + <parameter param-name="quoteId" from-field="quoteId"/> + <parameter param-name="quoteItemSeqId" from-field="quoteItemSeqId"/> + </hyperlink> </field> <field name="quoteItemSeqId" title="${uiLabelMap.OrderOrderQuoteItemSeqId}" widget-style="buttontext" use-when="${bsh:isPromo!=null&&isPromo.equals("N")}"> - <hyperlink also-hidden="false" description="${quoteItemSeqId}" target="EditQuoteItem?quoteId=${quoteId}&quoteItemSeqId=${quoteItemSeqId}"/> + <hyperlink also-hidden="false" description="${quoteItemSeqId}" target="EditQuoteItem"> + <parameter param-name="quoteId" from-field="quoteId"/> + <parameter param-name="quoteItemSeqId" from-field="quoteItemSeqId"/> + </hyperlink> </field> <field name="quoteItemSeqId" title="${uiLabelMap.OrderOrderQuoteItemSeqId}" use-when="${bsh:isPromo!=null&&isPromo.equals("Y")}"><display/></field> <field name="productId"> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml Sat Mar 28 19:56:49 2009 @@ -186,10 +186,16 @@ <field name="quoteId"><hidden/></field> <field name="quoteItemSeqId"><hidden/></field> <field name="quoteItemSeqId" title="${uiLabelMap.OrderOrderQuoteItemSeqId}" widget-style="buttontext" use-when="${bsh:isPromo==null}"> - <hyperlink also-hidden="false" description="${quoteItemSeqId}" target="EditQuoteItem?quoteId=${quoteId}&quoteItemSeqId=${quoteItemSeqId}"/> + <hyperlink also-hidden="false" description="${quoteItemSeqId}" target="EditQuoteItem"> + <parameter param-name="quoteId" from-field="quoteId"/> + <parameter param-name="quoteItemSeqId" from-field="quoteItemSeqId"/> + </hyperlink> </field> <field name="quoteItemSeqId" title="${uiLabelMap.OrderOrderQuoteItemSeqId}" widget-style="buttontext" use-when="${bsh:isPromo!=null&&isPromo.equals("N")}"> - <hyperlink also-hidden="false" description="${quoteItemSeqId}" target="EditQuoteItem?quoteId=${quoteId}&quoteItemSeqId=${quoteItemSeqId}"/> + <hyperlink also-hidden="false" description="${quoteItemSeqId}" target="EditQuoteItem"> + <parameter param-name="quoteId" from-field="quoteId"/> + <parameter param-name="quoteItemSeqId" from-field="quoteItemSeqId"/> + </hyperlink> </field> <field name="quoteItemSeqId" title="${uiLabelMap.OrderOrderQuoteItemSeqId}" use-when="${bsh:isPromo!=null&&isPromo.equals("Y")}"><display/></field> <field name="productId" title="${uiLabelMap.ProductProductId}"> @@ -206,7 +212,10 @@ <field name="uomId"><hidden/></field> <!--<field name="custRequestId"><display description="${custRequestId} - ${custRequestItemSeqId}"/></field>--> <field name="custRequestId" title="${uiLabelMap.CommonViewRequest}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${custRequestId}-${custRequestItemSeqId}" target="requestitem?custRequestId=${custRequestId}&custRequestItemSeqId=${custRequestItemSeqId}"/> + <hyperlink also-hidden="false" description="${custRequestId}-${custRequestItemSeqId}" target="requestitem"> + <parameter param-name="custRequestId" from-field="custRequestId"/> + <parameter param-name="custRequestItemSeqId" from-field="custRequestItemSeqId"/> + </hyperlink> </field> <field name="custRequestItemSeqId"><hidden/></field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> @@ -267,7 +276,10 @@ odd-row-style="alternate-row" default-table-style="basic-table hover-bar" paginate-target="ListQuoteAttributes"> <auto-fields-entity entity-name="QuoteAttribute" default-field-type="display"/> <field name="attrName" title="${uiLabelMap.OrderOrderQuoteAttributeName}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${attrName}" target="EditQuoteAttribute?quoteId=${quoteId}&attrName=${attrName}"/> + <hyperlink also-hidden="false" description="${attrName}" target="EditQuoteAttribute"> + <parameter param-name="quoteId" from-field="quoteId"/> + <parameter param-name="attrName" from-field="attrName"/> + </hyperlink> </field> <field name="attrValue" title="${uiLabelMap.OrderOrderQuoteAttributeValue}"></field> <field name="quoteId"><hidden/></field> @@ -293,7 +305,10 @@ odd-row-style="alternate-row" default-table-style="basic-table hover-bar" paginate-target="ListQuoteCoefficients"> <auto-fields-entity entity-name="QuoteCoefficient" default-field-type="display"/> <field name="coeffName" title="${uiLabelMap.OrderOrderQuoteCoeffName}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${coeffName}" target="EditQuoteCoefficient?quoteId=${quoteId}&coeffName=${coeffName}"/> + <hyperlink also-hidden="false" description="${coeffName}" target="EditQuoteCoefficient"> + <parameter param-name="quoteId" from-field="quoteId"/> + <parameter param-name="coeffName" from-field="coeffName"/> + </hyperlink> </field> <field name="coeffValue" title="${uiLabelMap.OrderOrderQuoteCoeffValue}"></field> <field name="quoteId"><hidden/></field> @@ -317,12 +332,18 @@ <form name="ManageQuotePrices" title="" type="multi" list-name="quoteItemAndCostInfos" target="autoUpdateQuotePrices?quoteId=${quoteId}" use-row-submit="true" odd-row-style="alternate-row" default-table-style="basic-table hover-bar" paginate-target="ManageQuotePrices"> <field name="custRequestId" title="${uiLabelMap.OrderOrderQuoteViewRequest}" widget-style="buttontext"> - <hyperlink target-type="inter-app" also-hidden="false" description="${custRequestId}-${custRequestItemSeqId}" target="/workeffort/control/requestitem?custRequestId=${custRequestId}&custRequestItemSeqId=${custRequestItemSeqId}"/> + <hyperlink target-type="inter-app" also-hidden="false" description="${custRequestId}-${custRequestItemSeqId}" target="/workeffort/control/requestitem"> + <parameter param-name="custRequestId" from-field="custRequestId"/> + <parameter param-name="custRequestItemSeqId" from-field="custRequestItemSeqId"/> + </hyperlink> </field> <field name="custRequestItemSeqId"><hidden/></field> <field name="quoteId"><hidden/></field> <field name="quoteItemSeqId" title="${uiLabelMap.OrderOrderQuoteItemSeqId}" widget-style="buttontext"> - <hyperlink also-hidden="true" description="${quoteItemSeqId}" target="EditQuoteItem?quoteId=${quoteId}&quoteItemSeqId=${quoteItemSeqId}"/> + <hyperlink also-hidden="true" description="${quoteItemSeqId}" target="EditQuoteItem"> + <parameter param-name="quoteId" from-field="quoteId"/> + <parameter param-name="quoteItemSeqId" from-field="quoteItemSeqId"/> + </hyperlink> </field> <field name="productId" title="${uiLabelMap.ProductProductId}"> <display-entity entity-name="Product" key-field-name="productId" description="${productId} - ${internalName}"/> @@ -353,7 +374,10 @@ <field name="createdDate"><hidden/></field> <field name="createdByUserLogin"><hidden/></field> <field name="quoteAdjustmentId" title="${uiLabelMap.OrderOrderQuoteAdjustmentId}" widget-style="buttontext" use-when="${bsh:productPromoId==null}"> - <hyperlink also-hidden="false" description="${quoteAdjustmentId}" target="EditQuoteAdjustment?quoteId=${quoteId}&quoteAdjustmentId=${quoteAdjustmentId}"/> + <hyperlink also-hidden="false" description="${quoteAdjustmentId}" target="EditQuoteAdjustment"> + <parameter param-name="quoteId" from-field="quoteId"/> + <parameter param-name="quoteAdjustmentId" from-field="quoteAdjustmentId"/> + </hyperlink> </field> <field name="quoteAdjustmentId" title="${uiLabelMap.OrderOrderQuoteAdjustmentId}" use-when="${bsh:productPromoId!=null}"><display/></field> <field name="quoteAdjustmentTypeId" title="${uiLabelMap.OrderOrderQuoteAdjustmentType}"> @@ -397,12 +421,18 @@ <form name="ViewQuoteProfit" title="" type="list" list-name="quoteItemAndCostInfos" target="" odd-row-style="alternate-row" default-table-style="basic-table hover-bar" paginate-target="ViewQuoteProfit"> <field name="custRequestId" title="${uiLabelMap.OrderOrderQuoteViewRequest}" widget-style="buttontext"> - <hyperlink target-type="inter-app" also-hidden="false" description="${custRequestId}-${custRequestItemSeqId}" target="/workeffort/control/requestitem?custRequestId=${custRequestId}&custRequestItemSeqId=${custRequestItemSeqId}"/> + <hyperlink target-type="inter-app" also-hidden="false" description="${custRequestId}-${custRequestItemSeqId}" target="/workeffort/control/requestitem"> + <parameter param-name="custRequestId" from-field="custRequestId"/> + <parameter param-name="custRequestItemSeqId" from-field="custRequestItemSeqId"/> + </hyperlink> </field> <field name="custRequestItemSeqId"><hidden/></field> <field name="quoteId"><hidden/></field> <field name="quoteItemSeqId" title="${uiLabelMap.OrderOrderQuoteItemSeqId}" widget-style="buttontext"> - <hyperlink also-hidden="true" description="${quoteItemSeqId}" target="EditQuoteItem?quoteId=${quoteId}&quoteItemSeqId=${quoteItemSeqId}"/> + <hyperlink also-hidden="true" description="${quoteItemSeqId}" target="EditQuoteItem"> + <parameter param-name="quoteId" from-field="quoteId"/> + <parameter param-name="quoteItemSeqId" from-field="quoteItemSeqId"/> + </hyperlink> </field> <field name="productId" title="${uiLabelMap.ProductProductId}"> <display-entity entity-name="Product" key-field-name="productId" description="${productId} - ${internalName}"/> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml Sat Mar 28 19:56:49 2009 @@ -101,7 +101,10 @@ <field name="sequenceNum"></field> <field name="custRequestId"><hidden/></field> <field name="custRequestItemSeqId" widget-style="buttontext"> - <hyperlink description="${custRequestItemSeqId}" target="requestitem?custRequestId=${custRequestId}&custRequestItemSeqId=${custRequestItemSeqId}"/> + <hyperlink description="${custRequestItemSeqId}" target="requestitem"> + <parameter param-name="custRequestId" from-field="custRequestId"/> + <parameter param-name="custRequestItemSeqId" from-field="custRequestItemSeqId"/> + </hyperlink> </field> <field name="story"></field> <field name="productId" title="${uiLabelMap.ProductProductId}"> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml Sat Mar 28 19:56:49 2009 @@ -137,10 +137,16 @@ <auto-fields-entity entity-name="RequirementCustRequest" default-field-type="display"/> <field name="requirementId"><hidden/></field> <field name="custRequestId" widget-style="buttontext"> - <hyperlink description="${custRequestId}" target="request?custRequestId=${custRequestId}&custRequestItemSeqId=${custRequestItemSeqId}"/> + <hyperlink description="${custRequestId}" target="request"> + <parameter param-name="custRequestId" from-field="custRequestId"/> + <parameter param-name="custRequestItemSeqId" from-field="custRequestItemSeqId"/> + </hyperlink> </field> <field name="custRequestItemSeqId" widget-style="buttontext"> - <hyperlink description="${custRequestItemSeqId}" target="requestitem?custRequestId=${custRequestId}&custRequestItemSeqId=${custRequestItemSeqId}"/> + <hyperlink description="${custRequestItemSeqId}" target="requestitem"> + <parameter param-name="custRequestId" from-field="custRequestId"/> + <parameter param-name="custRequestItemSeqId" from-field="custRequestItemSeqId"/> + </hyperlink> </field> </form> Modified: ofbiz/trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml (original) +++ ofbiz/trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml Sat Mar 28 19:56:49 2009 @@ -28,7 +28,10 @@ </actions> <field name="quoteId"><hidden/></field> <field name="workEffortId" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${workEffortName} [${workEffortId}]" target="EditQuoteWorkEffort?workEffortId=${workEffortId}&quoteId=${quoteId}"/> + <hyperlink also-hidden="false" description="${workEffortName} [${workEffortId}]" target="EditQuoteWorkEffort"> + <parameter param-name="workEffortId" from-field="workEffortId"/> + <parameter param-name="quoteId" from-field="quoteId"/> + </hyperlink> </field> <field name="workEffortTypeId"><display-entity entity-name="WorkEffortType" description="${description}"/></field> <field name="statusItemDescription"><display/></field> @@ -37,7 +40,10 @@ <field name="actualStartDate"><display/></field> <field name="actualEndDate"><display/></field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="deleteQuoteWorkEffort?workEffortId=${workEffortId}&quoteId=${quoteId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="deleteQuoteWorkEffort"> + <parameter param-name="workEffortId" from-field="workEffortId"/> + <parameter param-name="quoteId" from-field="quoteId"/> + </hyperlink> </field> </form> Modified: ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml (original) +++ ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml Sat Mar 28 19:56:49 2009 @@ -450,7 +450,10 @@ <display-entity description="${description}" entity-name="CommunicationEventPrpTyp"/> </field> <field name="removeLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="smallSubmit"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeCommunicationEventPurpose?communicationEventPrpTypId=${communicationEventPrpTypId}&communicationEventId=${communicationEventId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeCommunicationEventPurpose"> + <parameter param-name="communicationEventPrpTypId" from-field="communicationEventPrpTypId"/> + <parameter param-name="communicationEventId" from-field="communicationEventId"/> + </hyperlink> </field> </form> @@ -744,7 +747,10 @@ </entity-condition> </actions> <field name="subject"> - <hyperlink description="${subject}" target="EditCommunicationEvent?communicationEventId=${communicationEventId}&my=${my}"/> + <hyperlink description="${subject}" target="EditCommunicationEvent"> + <parameter param-name="communicationEventId" from-field="communicationEventId"/> + <parameter param-name="my" from-field="my"/> + </hyperlink> </field> <field name="removeLink" title="${uiLabelMap.CommonDelete}" widget-style="smallSubmit"><submit/></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=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml Sat Mar 28 19:56:49 2009 @@ -1099,7 +1099,10 @@ <display/> </field> <field name="costComponentId" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${costComponentId}" target="EditProductCosts?productId=${productId}&productCostComponentId=${costComponentId}"/> + <hyperlink also-hidden="false" description="${costComponentId}" target="EditProductCosts"> + <parameter param-name="productId" from-field="productId"/> + <parameter param-name="productCostComponentId" from-field="costComponentId"/> + </hyperlink> </field> <field name="productId"><hidden value="${productId}"/></field> <field name="costComponentTypeId"> Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml Sat Mar 28 19:56:49 2009 @@ -1079,7 +1079,10 @@ <field name="keyword" title="${uiLabelMap.WorkEffortKeywords}" ><display/></field> <field name="relevancyWeight" header-link="createWorkEffortKeywords?workEffortId=${workEffortId}" title="${uiLabelMap.ProductReInduceKeywords}" header-link-style="buttontext" ><display/></field> <field name="deleteLink" title="${uiLabelMap.ProductDeleteAllKeywords}" header-link="deleteWorkEffortKeywords?workEffortId=${workEffortId}" widget-style="buttontext" header-link-style="buttontext" > - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="deleteWorkEffortKeyword?workEffortId=${workEffortId}&keyword=${keyword}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="deleteWorkEffortKeyword"> + <parameter param-name="workEffortId" from-field="workEffortId"/> + <parameter param-name="keyword" from-field="keyword"/> + </hyperlink> </field> </form> @@ -1110,7 +1113,10 @@ <field name="contactMechId" use-when="postalAddress != null" title="${uiLabelMap.CommonDescription}"><display description="${postalAddress.address1} ${postalAddress.address2} ${postalAddress.city} ${postalAddress.stateProvinceGeoId} ${postalAddress.postalCode} ${postalAddress.countryGeoId} "/></field> <field name="contactMechId" use-when="telecomNumber == null && postalAddress == null" title="${uiLabelMap.CommonDescription}"><display description="${contactMech.infoString}"/></field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="deleteWorkEffortContactMech?workEffortId=${workEffortId}&contactMechId=${contactMechId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="deleteWorkEffortContactMech"> + <parameter param-name="workEffortId" from-field="workEffortId"/> + <parameter param-name="contactMechId" from-field="contactMechId"/> + </hyperlink> </field> </form> <!-- Agreement WorkEffort Appl--> Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortQuoteForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortQuoteForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/WorkEffortQuoteForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/WorkEffortQuoteForms.xml Sat Mar 28 19:56:49 2009 @@ -34,7 +34,10 @@ <field name="statusItemDescription"><display/></field> <field name="issueDate"><display/></field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="linktext"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="deleteWorkEffortQuote?workEffortId=${workEffortId}&quoteId=${quoteId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="deleteWorkEffortQuote"> + <parameter param-name="workEffortId" from-field="workEffortId"/> + <parameter param-name="quoteId" from-field="quoteId"/> + </hyperlink> </field> </form> <form name="AddWorkEffortQuote" target="createWorkEffortQuote" title="" type="single" Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortRequestForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortRequestForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/WorkEffortRequestForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/WorkEffortRequestForms.xml Sat Mar 28 19:56:49 2009 @@ -33,7 +33,10 @@ <field name="custRequestTypeDescription"><display/></field> <field name="statusItemDescription"><display/></field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeWorkEffortRequest?workEffortId=${workEffortId}&custRequestId=${custRequestId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeWorkEffortRequest"> + <parameter param-name="workEffortId" from-field="workEffortId"/> + <parameter param-name="custRequestId" from-field="custRequestId"/> + </hyperlink> </field> </form> <form name="AddWorkEffortRequest" target="createWorkEffortRequest" title="" type="single" Modified: ofbiz/trunk/framework/common/widget/PortalPageForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/PortalPageForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/framework/common/widget/PortalPageForms.xml (original) +++ ofbiz/trunk/framework/common/widget/PortalPageForms.xml Sat Mar 28 19:56:49 2009 @@ -24,7 +24,10 @@ <form name="ListPortalPages" type="list" list-name="portalPages" paginate-target="ManagePortalPages" separate-columns="true" odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <field name="portalPageId" title="${uiLabelMap.CommonEdit}"> - <hyperlink description="${uiLabelMap.CommonEdit}" target="ManagePortalPages?portalPageId=${portalPageId}&parentPortalPageId=${parameters.parentPortalPageId}"/> + <hyperlink description="${uiLabelMap.CommonEdit}" target="ManagePortalPages"> + <parameter param-name="portalPageId" from-field="portalPageId"/> + <parameter param-name="parentPortalPageId" from-field="parameters.parentPortalPageId"/> + </hyperlink> </field> <field name="top" title="${uiLabelMap.CommonEmptyHeader}" use-when="(ownerUserLoginId.equals("_NA_"))||(sequenceNum == ${parameters.sequenceNumMin})"><hyperlink target="" description=""/></field> <field name="bot" title="${uiLabelMap.CommonEmptyHeader}" use-when="(ownerUserLoginId.equals("_NA_"))||(sequenceNum >= ${parameters.sequenceNumMax})"><hyperlink target="" description=""/></field> Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FixedAssetForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FixedAssetForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FixedAssetForms.xml (original) +++ ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FixedAssetForms.xml Sat Mar 28 19:56:49 2009 @@ -74,7 +74,10 @@ </service> </actions> <field name="maintHistSeqId" widget-style="linktext"> - <hyperlink also-hidden="false" description="${maintHistSeqId}" target="EditFixedAssetMaint?fixedAssetId=${fixedAssetId}&maintHistSeqId=${maintHistSeqId}"/> + <hyperlink also-hidden="false" description="${maintHistSeqId}" target="EditFixedAssetMaint"> + <parameter param-name="fixedAssetId" from-field="fixedAssetId"/> + <parameter param-name="maintHistSeqId" from-field="maintHistSeqId"/> + </hyperlink> </field> <field name="fixedAssetName" title="${uiLabelMap.AccountingFixedAssetName}"><display/></field> <field name="productMaintTypeId" title="${uiLabelMap.AccountingFixedAssetMaintType}"><display-entity entity-name="ProductMaintType"/></field> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/ForumForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/ForumForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/ForumForms.xml (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/ForumForms.xml Sat Mar 28 19:56:49 2009 @@ -174,7 +174,10 @@ default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext" paginate-target="/FindContent"> <field name="editContent" title="${uiLabelMap.CommonEmptyHeader}"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonEdit}" target="EditContent?contentId=${contentId}&drDataResourceId=${drDataResourceId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonEdit}" target="EditContent"> + <parameter param-name="contentId" from-field="contentId"/> + <parameter param-name="drDataResourceId" from-field="drDataResourceId"/> + </hyperlink> <!-- <hyperlink also-hidden="false" description="${uiLabelMap.CommonEdit}" target="EditContent"> <parameter param-name="caContentIdTo"/> Modified: ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml?rev=759564&r1=759563&r2=759564&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml (original) +++ ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml Sat Mar 28 19:56:49 2009 @@ -144,7 +144,10 @@ extends="ListMyUnknownPartyEmails" extends-resource="component://party/webapp/partymgr/communication/CommForms.xml" use-row-submit="true"> <field name="donePage"><hidden/></field> <field name="subject" widget-style="buttontext" widget-area-style="fieldWidth300"> - <hyperlink description="${subject}" target="ViewCommunicationEvent?communicationEventId=${communicationEventId}&donePage=${parameters.donePage}"/> + <hyperlink description="${subject}" target="ViewCommunicationEvent"> + <parameter param-name="communicationEventId" from-field="communicationEventId"/> + <parameter param-name="donePage" from-field="parameters.donePage"/> + </hyperlink> </field> <field name="_rowSubmit" title="${uiLabelMap.CommonYes}"> <check /> @@ -252,7 +255,10 @@ <hyperlink description="${subject}" target="EditCommunicationEvent?communicationEventId=${communicationEventId}&communicationEventTypeId=EMAIL_COMMUNICATION&partyId=${userLogin.partyId}"/> </field> <field name="removeLink" title="${uiLabelMap.CommonDelete}" widget-style="smallSubmit"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="deletePartyCommunicationEvent?partyId=${partyId}&communicationEventId=${communicationEventId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="deletePartyCommunicationEvent"> + <parameter param-name="partyId" from-field="partyId"/> + <parameter param-name="communicationEventId" from-field="communicationEventId"/> + </hyperlink> </field> </form> |
Free forum by Nabble | Edit this page |