Author: jleroux
Date: Sun Mar 29 14:02:55 2009 New Revision: 759684 URL: http://svn.apache.org/viewvc?rev=759684&view=rev Log: 21th 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 We are near the end... 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/webapp/accounting/payment/PaymentForms.xml ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml ofbiz/trunk/applications/accounting/widget/GlForms.xml ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml ofbiz/trunk/applications/accounting/widget/TransactionForms.xml ofbiz/trunk/applications/accounting/widget/ap/forms/InvoiceForms.xml ofbiz/trunk/applications/accounting/widget/ap/forms/VendorForms.xml ofbiz/trunk/applications/accounting/widget/ar/forms/InvoiceForms.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/survey/SurveyForms.xml ofbiz/trunk/applications/content/widget/compdoc/CompDocForms.xml ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml ofbiz/trunk/applications/humanres/widget/forms/GlobalHRSettingForms.xml ofbiz/trunk/applications/humanres/widget/forms/PartyResumeForms.xml ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml ofbiz/trunk/applications/marketing/webapp/marketing/lookup/LookupForms.xml ofbiz/trunk/applications/marketing/webapp/marketing/segment/SegmentForms.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/webapp/ordermgr/return/ReturnForms.xml ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml ofbiz/trunk/applications/party/widget/partymgr/PartyInvitationForms.xml ofbiz/trunk/applications/party/widget/partymgr/SecurityForms.xml ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.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/widget/catalog/SubscriptionForms.xml ofbiz/trunk/applications/workeffort/webapp/workeffort/request/RequestForms.xml ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml ofbiz/trunk/framework/example/widget/example/ExampleForms.xml ofbiz/trunk/framework/webtools/webapp/webtools/service/ServiceForms.xml ofbiz/trunk/framework/webtools/webapp/webtools/tempexpr/tempExprForms.xml ofbiz/trunk/framework/webtools/widget/EntitySyncForms.xml ofbiz/trunk/specialpurpose/assetmaint/widget/forms/ProductForms.xml ofbiz/trunk/specialpurpose/assetmaint/widget/ismgr/FixedAssetForms.xml ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/forms/FacilityForms.xml ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml ofbiz/trunk/specialpurpose/myportal/widget/MyPortalForms.xml ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml ofbiz/trunk/specialpurpose/projectmgr/widget/forms/RequestForms.xml ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ResourceForms.xml ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.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=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml (original) +++ ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml Sun Mar 29 14:02:55 2009 @@ -61,7 +61,9 @@ </actions> <auto-fields-entity entity-name="Agreement" default-field-type="display"/> <field name="agreementId" title="${uiLabelMap.CommonEdit}" widget-style="buttontext" sort-field="true"> - <hyperlink also-hidden="false" description="${agreementId}" target="EditAgreement?agreementId=${agreementId}"/> + <hyperlink also-hidden="false" description="${agreementId}" target="EditAgreement"> + <parameter param-name="agreementId" from-field="agreementId"/> + </hyperlink> </field> <field name="productId" sort-field="true"></field> <field name="partyIdFrom" sort-field="true"></field> 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=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml (original) +++ ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml Sun Mar 29 14:02:55 2009 @@ -30,7 +30,9 @@ </service> </actions> <field name="fixedAssetId" widget-style="linktext"> - <hyperlink also-hidden="false" description="${fixedAssetId}" target="EditFixedAsset?fixedAssetId=${fixedAssetId}"/> + <hyperlink also-hidden="false" description="${fixedAssetId}" target="EditFixedAsset"> + <parameter param-name="fixedAssetId" from-field="fixedAssetId"/> + </hyperlink> </field> <field name="fixedAssetName" title="${uiLabelMap.AccountingFixedAssetName}"> <display/> 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=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml (original) +++ ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml Sun Mar 29 14:02:55 2009 @@ -70,7 +70,9 @@ </row-actions> <field name="invoiceId" widget-style="buttontext" sort-field="true"> - <hyperlink description="${invoiceId}" target="invoiceOverview?invoiceId=${invoiceId}"/> + <hyperlink description="${invoiceId}" target="invoiceOverview"> + <parameter param-name="invoiceId" from-field="invoiceId"/> + </hyperlink> </field> <field name="invoiceTypeId" sort-field="true"><display-entity entity-name="InvoiceType" description="${description}"/></field> <field name="invoiceDate" sort-field="true"><display type="date"/></field> @@ -171,7 +173,9 @@ <!--auto-fields-entity entity-name="InvoiceRole" default-field-type="display"/--> <field name="invoiceId"><hidden/></field> <field name="partyId" widget-style="buttontext"> - <hyperlink description="${partyId}" target-type="inter-app" target="/partymgr/control/viewprofile?partyId=${partyId}"/> + <hyperlink description="${partyId}" target-type="inter-app" target="/partymgr/control/viewprofile"> + <parameter param-name="partyId" from-field="partyId"/> + </hyperlink> </field> <field name="name" entry-name="partyId"> <display-entity also-hidden="false" entity-name="PartyNameView" key-field-name="partyId" description="${groupName}${firstName} ${lastName}"/> @@ -480,7 +484,9 @@ <!--auto-fields-entity entity-name="InvoiceRole" default-field-type="display"/--> <field name="invoiceId"><hidden/></field> <field name="partyId" widget-style="buttontext"> - <hyperlink description="${partyId}" target-type="inter-app" target="/partymgr/control/viewprofile?partyId=${partyId}"/> + <hyperlink description="${partyId}" target-type="inter-app" target="/partymgr/control/viewprofile"> + <parameter param-name="partyId" from-field="partyId"/> + </hyperlink> </field> <field name="name" entry-name="partyId"> <display-entity also-hidden="false" entity-name="PartyNameView" key-field-name="partyId" description="${groupName}${firstName} ${lastName}"/> Modified: ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml (original) +++ ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml Sun Mar 29 14:02:55 2009 @@ -60,7 +60,9 @@ <set field="amountToApply" value="${bsh:org.ofbiz.accounting.payment.PaymentWorker.getPaymentNotApplied(delegator,paymentId);}"/> </row-actions> <field name="paymentId" widget-style="buttontext"> - <hyperlink description="${paymentId}" target="paymentOverview?paymentId=${paymentId}"/> + <hyperlink description="${paymentId}" target="paymentOverview"> + <parameter param-name="paymentId" from-field="paymentId"/> + </hyperlink> </field> <field name="paymentTypeId"><display-entity entity-name="PaymentType" description="${description}"/></field> <field name="statusId"><display-entity entity-name="StatusItem"/></field> Modified: ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml Sun Mar 29 14:02:55 2009 @@ -24,7 +24,9 @@ <form name="ListBillingAccounts" type="list" list-name="billingAccounts" paginate-target="FindBillingAccount" default-entity-name="BillingAccount" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <field name="billingAccountId" widget-style="buttontext"> - <hyperlink description="${billingAccountId}" target="EditBillingAccount?billingAccountId=${billingAccountId}"/> + <hyperlink description="${billingAccountId}" target="EditBillingAccount"> + <parameter param-name="billingAccountId" from-field="billingAccountId"/> + </hyperlink> </field> <field name="accountLimit"> <display type="currency" currency="${billingAccount.accountCurrencyUomId}" /> @@ -37,7 +39,9 @@ <form name="ListBillingAccountsByParty" type="list" list-name="billingAccounts" paginate-target="FindBillingAccount" default-entity-name="BillingAccountAndRole" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <field name="billingAccountId" widget-style="buttontext"> - <hyperlink description="${billingAccountId}" target="EditBillingAccount?billingAccountId=${billingAccountId}"/> + <hyperlink description="${billingAccountId}" target="EditBillingAccount"> + <parameter param-name="billingAccountId" from-field="billingAccountId"/> + </hyperlink> </field> <field name="accountLimit"> <display type="currency" currency="${billingAccount.accountCurrencyUomId}" /> @@ -80,7 +84,9 @@ </row-actions> <field name="billingAccountId"><hidden/></field> <field name="invoiceId" widget-style="buttontext"> - <hyperlink description="${invoiceId}" target="invoiceOverview?invoiceId=${invoiceId}"/> + <hyperlink description="${invoiceId}" target="invoiceOverview"> + <parameter param-name="invoiceId" from-field="invoiceId"/> + </hyperlink> </field> <field name="invoiceTypeId"><display-entity entity-name="InvoiceType" description="${description}"/></field> <field name="invoiceDate"><display/></field> @@ -250,7 +256,9 @@ </entity-condition> </actions> <field name="paymentId" widget-style="buttontext"> - <hyperlink description="${paymentId}" target="paymentOverview?paymentId=${paymentId}"/> + <hyperlink description="${paymentId}" target="paymentOverview"> + <parameter param-name="paymentId" from-field="paymentId"/> + </hyperlink> </field> <field name="paymentMethodTypeId" title="${uiLabelMap.CommonType}"> <display-entity entity-name="PaymentMethodType" description="${description}"/> Modified: ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml Sun Mar 29 14:02:55 2009 @@ -48,7 +48,9 @@ </service> </actions> <auto-fields-entity entity-name="FinAccount" default-field-type="display"/> - <field name="finAccountId"> <hyperlink description="${finAccountId}" target="EditFinAccount?finAccountId=${finAccountId}"/> </field> + field name="finAccountId"> <hyperlink description="${finAccountId}" target="EditFinAccount"> + <parameter param-name="finAccountId" from-field="finAccountId"/> + </field name="finAccountId"> <hyperlink> </field> <field name="finAccountTypeId"><display-entity entity-name="FinAccountType" description="${description}"/></field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> <hyperlink target="deleteFinAccount" description="${uiLabelMap.CommonDelete}" also-hidden="false"> Modified: ofbiz/trunk/applications/accounting/widget/GlForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/GlForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/GlForms.xml Sun Mar 29 14:02:55 2009 @@ -106,11 +106,15 @@ <field name="acctgTransTypeId"><display-entity entity-name="AcctgTransType" description="${description}"/></field> <field name="glFiscalTypeId"><display-entity entity-name="GlFiscalType" description="${description}"/></field> <field name="invoiceId" use-when="invoiceId!=null" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${invoiceId}" target="editInvoice?invoiceId=${invoiceId}"/> + <hyperlink also-hidden="false" description="${invoiceId}" target="editInvoice"> + <parameter param-name="invoiceId" from-field="invoiceId"/> + </hyperlink> </field> <field name="invoiceId" use-when="invoiceId==null"><display/></field> <field name="paymentId" use-when="paymentId!=null" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${paymentId}" target="editPayment?paymentId=${paymentId}"/> + <hyperlink also-hidden="false" description="${paymentId}" target="editPayment"> + <parameter param-name="paymentId" from-field="paymentId"/> + </hyperlink> </field> <field name="paymentId" use-when="paymentId==null"><display/></field> <field name="workEffortId" use-when="workEffortId!=null" widget-style="buttontext"> @@ -147,11 +151,15 @@ <field name="acctgTransTypeId"><display-entity entity-name="AcctgTransType" description="${description}"/></field> <field name="glFiscalTypeId"><display-entity entity-name="GlFiscalType" description="${description}"/></field> <field name="invoiceId" use-when="invoiceId!=null" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${invoiceId}" target="editInvoice?invoiceId=${invoiceId}"/> + <hyperlink also-hidden="false" description="${invoiceId}" target="editInvoice"> + <parameter param-name="invoiceId" from-field="invoiceId"/> + </hyperlink> </field> <field name="invoiceId" use-when="invoiceId==null"><display/></field> <field name="paymentId" use-when="paymentId!=null" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${paymentId}" target="editPayment?paymentId=${paymentId}"/> + <hyperlink also-hidden="false" description="${paymentId}" target="editPayment"> + <parameter param-name="paymentId" from-field="paymentId"/> + </hyperlink> </field> <field name="paymentId" use-when="paymentId==null"><display/></field> <field name="partyId"><display/></field> @@ -279,11 +287,15 @@ <field name="acctgTransTypeId" position="2"><display-entity entity-name="AcctgTransType" description="${description}"/></field> <field name="glFiscalTypeId" position="2"><display-entity entity-name="GlFiscalType" description="${description}"/></field> <field name="invoiceId" position="2" use-when="invoiceId!=null" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${invoiceId}" target="editInvoice?invoiceId=${invoiceId}"/> + <hyperlink also-hidden="false" description="${invoiceId}" target="editInvoice"> + <parameter param-name="invoiceId" from-field="invoiceId"/> + </hyperlink> </field> <field name="invoiceId" position="2" use-when="invoiceId==null"><display/></field> <field name="paymentId" position="2" use-when="paymentId!=null" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${paymentId}" target="editPayment?paymentId=${paymentId}"/> + <hyperlink also-hidden="false" description="${paymentId}" target="editPayment"> + <parameter param-name="paymentId" from-field="paymentId"/> + </hyperlink> </field> <field name="paymentId" position="2" use-when="paymentId==null"><display/></field> <field name="workEffortId" position="2" use-when="workEffortId!=null" widget-style="buttontext"> @@ -358,11 +370,15 @@ <display-entity entity-name="GlAccountClass" /> </field> <field name="invoiceId" use-when="invoiceId!=null" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${invoiceId}" target="editInvoice?invoiceId=${invoiceId}"/> + <hyperlink also-hidden="false" description="${invoiceId}" target="editInvoice"> + <parameter param-name="invoiceId" from-field="invoiceId"/> + </hyperlink> </field> <field name="invoiceId" use-when="invoiceId==null"><display/></field> <field name="paymentId" use-when="paymentId!=null" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${paymentId}" target="editPayment?paymentId=${paymentId}"/> + <hyperlink also-hidden="false" description="${paymentId}" target="editPayment"> + <parameter param-name="paymentId" from-field="paymentId"/> + </hyperlink> </field> <field name="paymentId" use-when="paymentId==null"><display/></field> <field name="workEffortId" use-when="workEffortId!=null" widget-style="buttontext"> Modified: ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml Sun Mar 29 14:02:55 2009 @@ -46,7 +46,9 @@ </actions> <auto-fields-entity entity-name="GlAccount" default-field-type="display"/> <field name="glAccountId" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${glAccountId}" target="GlAccountNavigate?glAccountId=${glAccountId}"/> + <hyperlink also-hidden="false" description="${glAccountId}" target="GlAccountNavigate"> + <parameter param-name="glAccountId" from-field="glAccountId"/> + </hyperlink> </field> <field name="glAccountClassId"> <display-entity entity-name="GlAccountClass"/> Modified: ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml Sun Mar 29 14:02:55 2009 @@ -33,7 +33,9 @@ </actions> <auto-fields-entity entity-name="GlAccountOrganization" default-field-type="display"/> <field name="glAccountId" title="${uiLabelMap.CommonEdit}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${glAccountId}" target="GlAccountNavigate?glAccountId=${glAccountId}"/> + <hyperlink also-hidden="false" description="${glAccountId}" target="GlAccountNavigate"> + <parameter param-name="glAccountId" from-field="glAccountId"/> + </hyperlink> </field> </form> @@ -75,7 +77,9 @@ </actions> <!--auto-fields-entity entity-name="GlAccount" default-field-type="display"/--> <field name="glAccountId" title="${uiLabelMap.CommonEdit}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${glAccountId}" target="GlAccountNavigate?glAccountId=${glAccountId}"/> + <hyperlink also-hidden="false" description="${glAccountId}" target="GlAccountNavigate"> + <parameter param-name="glAccountId" from-field="glAccountId"/> + </hyperlink> </field> <field name="accountName" entry-name="glAccountId"><display-entity entity-name="GlAccount" key-field-name="glAccountId" description="${accountName}"/></field> <field name="glAccountTypeId"><display-entity entity-name="GlAccountType"/></field> @@ -142,7 +146,9 @@ <form name="ListAcctgTransEntries" type="list" list-name="entries" default-entity-name="AcctgTransEntry" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <field name="acctgTransId"> - <hyperlink also-hidden="false" description="${acctgTransId}" target="ListAcctgTransEntries?acctgTransId=${acctgTransId}"/> + <hyperlink also-hidden="false" description="${acctgTransId}" target="ListAcctgTransEntries"> + <parameter param-name="acctgTransId" from-field="acctgTransId"/> + </hyperlink> </field> <field name="acctgTransEntrySeqId"><display/></field> <field name="glAccountId"> @@ -167,7 +173,9 @@ <form name="GlAccountsNavForm" type="single" target="" title="GL Accounts" default-map-name="journal" header-row-style="header-row" default-table-style="basic-table"> <field name="backToAdmin" title="${uiLabelMap.CommonEmptyHeader}"> - <hyperlink also-hidden="false" description="${uiLabelMap.AccountingBackToAdmin}" target="AdminMain?organizationPartyId=${organizationPartyId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.AccountingBackToAdmin}" target="AdminMain"> + <parameter param-name="organizationPartyId" from-field="organizationPartyId"/> + </hyperlink> </field> </form> Modified: ofbiz/trunk/applications/accounting/widget/TransactionForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/TransactionForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/TransactionForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/TransactionForms.xml Sun Mar 29 14:02:55 2009 @@ -53,7 +53,9 @@ <auto-fields-entity entity-name="PaymentGatewayResponse" default-field-type="display"/> <!-- note that this overrides auto-fields-entity --> <field name="paymentGatewayResponseId" widget-style="buttontext"> - <hyperlink description="${paymentGatewayResponseId}" target="ViewGatewayResponse?paymentGatewayResponseId=${paymentGatewayResponseId}"/> + <hyperlink description="${paymentGatewayResponseId}" target="ViewGatewayResponse"> + <parameter param-name="paymentGatewayResponseId" from-field="paymentGatewayResponseId"/> + </hyperlink> </field> </form> @@ -61,7 +63,9 @@ <form name="ViewGatewayResponseRelations" type="single" target="" title="" header-row-style="header-row" default-table-style="basic-table"> <field name="orderId" widget-style="buttontext"> - <hyperlink also-hidden="false" target-type="inter-app" description="${orderId}" target="/ordermgr/control/orderview?orderId=${orderId}"/> + <hyperlink also-hidden="false" target-type="inter-app" description="${orderId}" target="/ordermgr/control/orderview"> + <parameter param-name="orderId" from-field="orderId"/> + </hyperlink> </field> <field name="orderPaymentPreferenceId"><display/></field> </form> Modified: ofbiz/trunk/applications/accounting/widget/ap/forms/InvoiceForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ap/forms/InvoiceForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/ap/forms/InvoiceForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/ap/forms/InvoiceForms.xml Sun Mar 29 14:02:55 2009 @@ -51,7 +51,9 @@ return(NumberFormat.getNumberInstance(context.get("locale")).format(org.ofbiz.accounting.invoice.InvoiceWorker.getInvoiceTotal(delegator,invoiceId)));}"/> </row-actions> <field name="invoiceId" widget-style="buttontext"> - <hyperlink description="${invoiceId}" target="invoiceOverview?invoiceId=${invoiceId}"/> + <hyperlink description="${invoiceId}" target="invoiceOverview"> + <parameter param-name="invoiceId" from-field="invoiceId"/> + </hyperlink> </field> <field name="invoiceTypeId"><display-entity entity-name="InvoiceType" description="${description}"/></field> <field name="invoiceDate"><display/></field> Modified: ofbiz/trunk/applications/accounting/widget/ap/forms/VendorForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ap/forms/VendorForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/ap/forms/VendorForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/ap/forms/VendorForms.xml Sun Mar 29 14:02:55 2009 @@ -29,7 +29,9 @@ </service> </actions> <field name="partyId" title="${uiLabelMap.PartyPartyId}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${partyId}" target="editVendor?partyId=${partyId}"/> + <hyperlink also-hidden="false" description="${partyId}" target="editVendor"> + <parameter param-name="partyId" from-field="partyId"/> + </hyperlink> </field> <field name="manifestCompanyName" title="${uiLabelMap.PartyManifestCompanyName}"><display/></field> <field name="manifestCompanyTitle" title="${uiLabelMap.PartyManifestCompanyTitle}"><display/></field> Modified: ofbiz/trunk/applications/accounting/widget/ar/forms/InvoiceForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ar/forms/InvoiceForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/ar/forms/InvoiceForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/ar/forms/InvoiceForms.xml Sun Mar 29 14:02:55 2009 @@ -52,7 +52,9 @@ return(NumberFormat.getNumberInstance(context.get("locale")).format(org.ofbiz.accounting.invoice.InvoiceWorker.getInvoiceTotal(delegator,invoiceId)));}"/> </row-actions> <field name="invoiceId" widget-style="buttontext"> - <hyperlink description="${invoiceId}" target="invoiceOverview?invoiceId=${invoiceId}"/> + <hyperlink description="${invoiceId}" target="invoiceOverview"> + <parameter param-name="invoiceId" from-field="invoiceId"/> + </hyperlink> </field> <field name="invoiceTypeId"><display-entity entity-name="InvoiceType" description="${description}"/></field> <field name="invoiceDate"><display/></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=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml (original) +++ ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml Sun Mar 29 14:02:55 2009 @@ -41,7 +41,9 @@ <submit button-type="button"/> </field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentType?contentTypeId=${contentTypeId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentType"> + <parameter param-name="contentTypeId" from-field="contentTypeId"/> + </hyperlink> </field> </form> @@ -100,7 +102,9 @@ <submit button-type="button"/> </field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentAssocType?contentAssocTypeId=${contentAssocTypeId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentAssocType"> + <parameter param-name="contentAssocTypeId" from-field="contentAssocTypeId"/> + </hyperlink> </field> </form> @@ -125,7 +129,9 @@ <submit button-type="button"/> </field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentPurposeType?contentPurposeTypeId=${contentPurposeTypeId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentPurposeType"> + <parameter param-name="contentPurposeTypeId" from-field="contentPurposeTypeId"/> + </hyperlink> </field> </form> @@ -150,7 +156,9 @@ <submit button-type="button"/> </field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentAssocPredicate?contentAssocPredicateId=${contentAssocPredicateId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentAssocPredicate"> + <parameter param-name="contentAssocPredicateId" from-field="contentAssocPredicateId"/> + </hyperlink> </field> </form> @@ -175,7 +183,9 @@ <submit button-type="button"/> </field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentOperation?contentOperationId=${contentOperationId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentOperation"> + <parameter param-name="contentOperationId" from-field="contentOperationId"/> + </hyperlink> </field> </form> <!-- ContentPurposeOperation forms --> 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=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml (original) +++ ofbiz/trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml Sun Mar 29 14:02:55 2009 @@ -41,7 +41,9 @@ <submit button-type="button"/> </field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeDataResourceType?dataResourceTypeId=${dataResourceTypeId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeDataResourceType"> + <parameter param-name="dataResourceTypeId" from-field="dataResourceTypeId"/> + </hyperlink> </field> </form> @@ -100,7 +102,9 @@ <submit button-type="button"/> </field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeCharacterSet?characterSetId=${characterSetId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeCharacterSet"> + <parameter param-name="characterSetId" from-field="characterSetId"/> + </hyperlink> </field> </form> @@ -137,7 +141,9 @@ <submit button-type="button"/> </field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeDataCategory?dataCategoryId=${dataCategoryId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeDataCategory"> + <parameter param-name="dataCategoryId" from-field="dataCategoryId"/> + </hyperlink> </field> </form> @@ -174,7 +180,9 @@ <submit button-type="button"/> </field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeFileExtension?fileExtensionId=${fileExtensionId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeFileExtension"> + <parameter param-name="fileExtensionId" from-field="fileExtensionId"/> + </hyperlink> </field> </form> @@ -199,7 +207,9 @@ <submit button-type="button"/> </field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeMetaDataPredicate?metaDataPredicateId=${metaDataPredicateId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeMetaDataPredicate"> + <parameter param-name="metaDataPredicateId" from-field="metaDataPredicateId"/> + </hyperlink> </field> </form> @@ -224,7 +234,9 @@ <submit button-type="button"/> </field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeMimeType?mimeTypeId=${mimeTypeId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeMimeType"> + <parameter param-name="mimeTypeId" from-field="mimeTypeId"/> + </hyperlink> </field> </form> Modified: ofbiz/trunk/applications/content/webapp/content/survey/SurveyForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/survey/SurveyForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/survey/SurveyForms.xml (original) +++ ofbiz/trunk/applications/content/webapp/content/survey/SurveyForms.xml Sun Mar 29 14:02:55 2009 @@ -265,7 +265,9 @@ </actions> <auto-fields-entity entity-name="SurveyResponse" default-field-type="display"/> <field name="surveyResponseId" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${surveyResponseId}" target="EditSurveyResponse?surveyResponseId=${surveyResponseId}"/> + <hyperlink also-hidden="false" description="${surveyResponseId}" target="EditSurveyResponse"> + <parameter param-name="surveyResponseId" from-field="surveyResponseId"/> + </hyperlink> </field> </form> Modified: ofbiz/trunk/applications/content/widget/compdoc/CompDocForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/compdoc/CompDocForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/content/widget/compdoc/CompDocForms.xml (original) +++ ofbiz/trunk/applications/content/widget/compdoc/CompDocForms.xml Sun Mar 29 14:02:55 2009 @@ -82,10 +82,14 @@ </hyperlink> </field> <field name="tree" use-when=""COMPDOC_TEMPLATE".equals(contentTypeId)" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${uiLabelMap.ContentTree}" target="ViewCompDocTemplateTree?rootContentId=${contentId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.ContentTree}" target="ViewCompDocTemplateTree"> + <parameter param-name="rootContentId" from-field="contentId"/> + </hyperlink> </field> <field name="tree" use-when=""COMPDOC_INSTANCE".equals(contentTypeId)" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${uiLabelMap.ContentTree}" target="ViewCompDocInstanceTree?rootContentId=${contentId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.ContentTree}" target="ViewCompDocInstanceTree"> + <parameter param-name="rootContentId" from-field="contentId"/> + </hyperlink> </field> </form> @@ -98,10 +102,14 @@ <field name="caFromDate" title="${uiLabelMap.CommonFromDate}"><display/></field> <field name="caThruDate"><hidden/></field> <field name="editTemplate" title="${uiLabelMap.CommonEdit}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonEdit}" target="EditRootCompDoc?rootContentId=${contentId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonEdit}" target="EditRootCompDoc"> + <parameter param-name="rootContentId" from-field="contentId"/> + </hyperlink> </field> <field name="templateTree" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${uiLabelMap.ContentTree}" target="ViewCompDocInstanceTree?rootContentId=${contentId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.ContentTree}" target="ViewCompDocInstanceTree"> + <parameter param-name="rootContentId" from-field="contentId"/> + </hyperlink> </field> </form> Modified: ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml (original) +++ ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml Sun Mar 29 14:02:55 2009 @@ -202,7 +202,9 @@ </entity-and> </actions> <field name="contentId" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${contentId}" target="/EditContent?contentId=${contentId}"/> + <hyperlink also-hidden="false" description="${contentId}" target="/EditContent"> + <parameter param-name="contentId" from-field="contentId"/> + </hyperlink> </field> <field name="contentName"><display/></field> <field name="description"><display/></field> Modified: ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml (original) +++ ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml Sun Mar 29 14:02:55 2009 @@ -31,7 +31,9 @@ </actions> <auto-fields-entity entity-name="EmplPosition" default-field-type="display"/> <field name="emplPositionId" title="${uiLabelMap.HumanResEmployeePositionId}" widget-style="linktext"> - <hyperlink also-hidden="false" description="${emplPositionId}" target="emplPositionView?emplPositionId=${emplPositionId}"/> + <hyperlink also-hidden="false" description="${emplPositionId}" target="emplPositionView"> + <parameter param-name="emplPositionId" from-field="emplPositionId"/> + </hyperlink> </field> <field name="partyId" title="${uiLabelMap.PartyPartyId}"> <display-entity description="${firstName} ${middleName} ${lastName} ${groupName}" entity-name="PartyNameView"> Modified: ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml (original) +++ ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml Sun Mar 29 14:02:55 2009 @@ -57,7 +57,9 @@ </actions> <field name="partyIdFrom" title="${uiLabelMap.HumanResEmploymentPartyIdFrom}"><display></display></field> <field name="partyIdTo" title="${uiLabelMap.HumanResEmployeePartyIdTo}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${partyIdTo}" target="EmployeeProfile?partyId=${partyIdTo}"/> + <hyperlink also-hidden="false" description="${partyIdTo}" target="EmployeeProfile"> + <parameter param-name="partyId" from-field="partyIdTo"/> + </hyperlink> </field> <field name="firstName"><display></display></field> <field name="lastName"><display></display></field> @@ -85,7 +87,9 @@ </actions> <field name="partyIdFrom" title="${uiLabelMap.HumanResEmploymentPartyIdFrom}"><display></display></field> <field name="partyIdTo" title="${uiLabelMap.HumanResEmployeePartyIdTo}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${partyIdTo}" target="viewprofile?partyId=${partyIdTo}"/> + <hyperlink also-hidden="false" description="${partyIdTo}" target="viewprofile"> + <parameter param-name="partyId" from-field="partyIdTo"/> + </hyperlink> </field> <field name="fromDate"><display also-hidden="true"/></field> <field name="thruDate"><display/></field> Modified: ofbiz/trunk/applications/humanres/widget/forms/GlobalHRSettingForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/GlobalHRSettingForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/humanres/widget/forms/GlobalHRSettingForms.xml (original) +++ ofbiz/trunk/applications/humanres/widget/forms/GlobalHRSettingForms.xml Sun Mar 29 14:02:55 2009 @@ -109,7 +109,9 @@ </actions> <auto-fields-service service-name="updateEmplPositionType" default-field-type="hidden"/> <field name="emplPositionTypeId" title="${uiLabelMap.HumanResEmplPositionType}"> - <hyperlink also-hidden="false" description="${emplPositionTypeId}" target="EditEmplPositionTypes?emplPositionTypeId=${emplPositionTypeId}"/> + <hyperlink also-hidden="false" description="${emplPositionTypeId}" target="EditEmplPositionTypes"> + <parameter param-name="emplPositionTypeId" from-field="emplPositionTypeId"/> + </hyperlink> </field> <field name="description" title="${uiLabelMap.CommonDescription}"><display/></field> </form> Modified: ofbiz/trunk/applications/humanres/widget/forms/PartyResumeForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/PartyResumeForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/humanres/widget/forms/PartyResumeForms.xml (original) +++ ofbiz/trunk/applications/humanres/widget/forms/PartyResumeForms.xml Sun Mar 29 14:02:55 2009 @@ -39,7 +39,9 @@ </actions> <auto-fields-entity entity-name="PartyResume" default-field-type="display"/> <field name="resumeId" widget-style="linktext"> - <hyperlink also-hidden="false" description="${resumeId}" target="EditPartyResume?resumeId=${resumeId}"/> + <hyperlink also-hidden="false" description="${resumeId}" target="EditPartyResume"> + <parameter param-name="resumeId" from-field="resumeId"/> + </hyperlink> </field> <field name="partyId" title="${uiLabelMap.PartyPartyId}"> <display-entity description="${firstName} ${middleName} ${lastName} ${groupName}" entity-name="PartyNameView"> Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml Sun Mar 29 14:02:55 2009 @@ -44,7 +44,9 @@ </service> </actions> <field name="workEffortId" widget-style="buttontext" title="${uiLabelMap.ManufacturingRoutingId}"> - <hyperlink description="${workEffortId}" target="EditRouting?workEffortId=${workEffortId}"/> + <hyperlink description="${workEffortId}" target="EditRouting"> + <parameter param-name="workEffortId" from-field="workEffortId"/> + </hyperlink> </field> <field name="workEffortName" title="${uiLabelMap.ManufacturingRoutingName}"><display/></field> <field name="description"><display/></field> @@ -95,7 +97,9 @@ </service> </actions> <field name="workEffortId" title="${uiLabelMap.ManufacturingTaskId}" widget-style="buttontext"> - <hyperlink description="${workEffortId}" target="EditRoutingTask?workEffortId=${workEffortId}"/> + <hyperlink description="${workEffortId}" target="EditRoutingTask"> + <parameter param-name="workEffortId" from-field="workEffortId"/> + </hyperlink> </field> <field name="workEffortName" title="${uiLabelMap.ManufacturingTaskName}"><display/></field> <field name="description"><display/></field> Modified: ofbiz/trunk/applications/marketing/webapp/marketing/lookup/LookupForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/lookup/LookupForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/webapp/marketing/lookup/LookupForms.xml (original) +++ ofbiz/trunk/applications/marketing/webapp/marketing/lookup/LookupForms.xml Sun Mar 29 14:02:55 2009 @@ -54,7 +54,9 @@ </entity-and> </actions> <field name="segmentGroupId" widget-style="buttontext" title="${uiLabelMap.MarketingSegmentGroupSegmentGroupId}"> - <hyperlink also-hidden="false" target-type="intra-app" description="${segmentGroupId}" target="viewSegmentGroup?segmentGroupId=${segmentGroupId}"/> + <hyperlink also-hidden="false" target-type="intra-app" description="${segmentGroupId}" target="viewSegmentGroup"> + <parameter param-name="segmentGroupId" from-field="segmentGroupId"/> + </hyperlink> </field> <field name="partyClassificationGroupId" title="${uiLabelMap.MarketingSegmentGroupPartyClassificationGroupId}"><display/></field> <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> 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=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/webapp/marketing/segment/SegmentForms.xml (original) +++ ofbiz/trunk/applications/marketing/webapp/marketing/segment/SegmentForms.xml Sun Mar 29 14:02:55 2009 @@ -31,7 +31,9 @@ </service> </actions> <field name="segmentGroupId" widget-style="buttontext" title="${uiLabelMap.MarketingSegmentGroupSegmentGroupId}"> - <hyperlink also-hidden="false" description="${segmentGroupId}" target="viewSegmentGroup?segmentGroupId=${segmentGroupId}"/> + <hyperlink also-hidden="false" description="${segmentGroupId}" target="viewSegmentGroup"> + <parameter param-name="segmentGroupId" from-field="segmentGroupId"/> + </hyperlink> </field> <field name="segmentGroupTypeId" title="${uiLabelMap.MarketingSegmentGroupSegmentGroupTypeId}"><display-entity entity-name="SegmentGroupType" description="${description}"/></field> <field name="description" title="${uiLabelMap.CommonDescription}"><display/></field> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml Sun Mar 29 14:02:55 2009 @@ -83,7 +83,9 @@ </actions> <auto-fields-entity entity-name="Quote" default-field-type="display"/> <field name="quoteId" title="${uiLabelMap.OrderOrderQuoteId}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${quoteId}" target="ViewQuote?quoteId=${quoteId}"/> + <hyperlink also-hidden="false" description="${quoteId}" target="ViewQuote"> + <parameter param-name="quoteId" from-field="quoteId"/> + </hyperlink> </field> <field name="quoteTypeId" title="${uiLabelMap.OrderOrderQuoteTypeId}"><display-entity entity-name="QuoteType"/></field> <field name="statusId" title="${uiLabelMap.CommonStatus}"><display-entity also-hidden="false" entity-name="StatusItem"/></field> 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=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml Sun Mar 29 14:02:55 2009 @@ -82,7 +82,11 @@ </form> <form name="ListRequestList" type="list" use-row-submit="true" list-name="custRequests" title="List of customer requests" odd-row-style="alternate-row" default-table-style="basic-table hover-bar" paginate-target="FindRequest"> - <field name="custRequestName"><hyperlink description="${custRequestName} [${custRequestId}]" target="ViewRequest?custRequestId=${custRequestId}"/></field> + <field name="custRequestName"> + <hyperlink description="${custRequestName} [${custRequestId}]" target="ViewRequest"> + <parameter param-name="custRequestId" from-field="custRequestId"/> + </hyperlink> + </field> <field name="priority"><display/></field> <field name="responseRequiredDate"><display/></field> <field name="fromPartyId"> @@ -408,7 +412,9 @@ <auto-fields-entity entity-name="CustRequestParty" default-field-type="display"/> <field name="custRequestId"><hidden/></field> <field name="partyId" widget-style="buttontext"> - <hyperlink description="${partyId}" target-type="inter-app" target="/partymgr/control/viewprofile?partyId=${partyId}"/> + <hyperlink description="${partyId}" target-type="inter-app" target="/partymgr/control/viewprofile"> + <parameter param-name="partyId" from-field="partyId"/> + </hyperlink> </field> <field name="name" entry-name="partyId"> <display-entity also-hidden="false" entity-name="PartyNameView" key-field-name="partyId" description="${groupName}${firstName} ${lastName}"/> @@ -448,7 +454,9 @@ odd-row-style="alternate-row" default-table-style="basic-table hover-bar" paginate-target="RequestItemRequirements"> <auto-fields-entity entity-name="Requirement" default-field-type="display"/> <field name="requirementId" widget-style="buttontext"> - <hyperlink description="${requirementId}" target="EditRequirement?requirementId=${requirementId}"/> + <hyperlink description="${requirementId}" target="EditRequirement"> + <parameter param-name="requirementId" from-field="requirementId"/> + </hyperlink> </field> </form> <form name="ListCustRequestItemWorkEfforts" type="list" target="" title="" 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=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml Sun Mar 29 14:02:55 2009 @@ -76,7 +76,9 @@ <set field="quantityOnHandTotal" from-field="resultQohTotal.quantityOnHandTotal"/> </row-actions> <field name="requirementId" widget-style="buttontext"> - <hyperlink target-type="inter-app" description="${requirementId}" target="/ordermgr/control/EditRequirement?requirementId=${requirementId}"/> + <hyperlink target-type="inter-app" description="${requirementId}" target="/ordermgr/control/EditRequirement"> + <parameter param-name="requirementId" from-field="requirementId"/> + </hyperlink> </field> <field name="statusId"><display-entity entity-name="StatusItem" description="${description}"/></field> <field name="requirementTypeId"> @@ -92,13 +94,19 @@ <field name="facilityQuantityOnHandTotal"><display/></field> <field name="quantityOnHandTotal"><display/></field> <field name="requestsLink" widget-style="buttontext"> - <hyperlink description="${uiLabelMap.OrderRequests}" target="ListRequirementCustRequests?requirementId=${requirementId}"/> + <hyperlink description="${uiLabelMap.OrderRequests}" target="ListRequirementCustRequests"> + <parameter param-name="requirementId" from-field="requirementId"/> + </hyperlink> </field> <field name="ordersLink" widget-style="buttontext"> - <hyperlink description="${uiLabelMap.CommonOrders}" target="ListRequirementOrders?requirementId=${requirementId}"/> + <hyperlink description="${uiLabelMap.CommonOrders}" target="ListRequirementOrders"> + <parameter param-name="requirementId" from-field="requirementId"/> + </hyperlink> </field> <field name="deleteLink" widget-style="buttontext" title="${uiLabelMap.CommonEmptyHeader}"> - <hyperlink description="${uiLabelMap.CommonRemove}" target="deleteRequirement?requirementId=${requirementId}"/> + <hyperlink description="${uiLabelMap.CommonRemove}" target="deleteRequirement"> + <parameter param-name="requirementId" from-field="requirementId"/> + </hyperlink> </field> </form> <form name="EditRequirement" type="single" target="updateRequirement" title="" default-map-name="requirement" @@ -155,7 +163,9 @@ odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <auto-fields-entity entity-name="OrderRequirementCommitment" default-field-type="display"/> <field name="orderId" widget-style="buttontext"> - <hyperlink description="${orderId}" target-type="inter-app" target="/ordermgr/control/orderview?orderId=${orderId}"/> + <hyperlink description="${orderId}" target-type="inter-app" target="/ordermgr/control/orderview"> + <parameter param-name="orderId" from-field="orderId"/> + </hyperlink> </field> </form> <!-- lists the roles associated with a requirement --> @@ -226,7 +236,9 @@ <form name="ApproveRequirements" type="multi" use-row-submit="true" target="approveRequirements" title="" list-name="requirements" paginate-target="ApproveRequirements" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <field name="requirementId" widget-style="buttontext"> - <hyperlink also-hidden="true" description="${requirementId}" target="EditRequirement?requirementId=${requirementId}"/> + <hyperlink also-hidden="true" description="${requirementId}" target="EditRequirement"> + <parameter param-name="requirementId" from-field="requirementId"/> + </hyperlink> </field> <field name="requirementTypeId"> <display-entity entity-name="RequirementType" also-hidden="true"/> @@ -287,7 +299,9 @@ </service> </actions> <field name="requirementId" widget-style="buttontext"> - <hyperlink also-hidden="true" description="${requirementId}" target="EditRequirement?requirementId=${requirementId}"/> + <hyperlink also-hidden="true" description="${requirementId}" target="EditRequirement"> + <parameter param-name="requirementId" from-field="requirementId"/> + </hyperlink> </field> <field name="productId" widget-style="buttontext"> <hyperlink also-hidden="true" target-type="inter-app" description="${productId}" target="/catalog/control/EditProductInventoryItems" target-window="top"> @@ -314,7 +328,9 @@ <field name="billToCustomerPartyId"><hidden value="${parameters.billToCustomerPartyId}"/></field> <field name="supplierPartyId"><hidden value="${parameters.partyId}"/></field> <field name="requirementId" widget-style="buttontext"> - <hyperlink also-hidden="true" description="${requirementId}" target="EditRequirement?requirementId=${requirementId}"/> + <hyperlink also-hidden="true" description="${requirementId}" target="EditRequirement"> + <parameter param-name="requirementId" from-field="requirementId"/> + </hyperlink> </field> <field name="productId" widget-style="buttontext"> <hyperlink also-hidden="true" target-type="inter-app" description="${productId}" target="/catalog/control/EditProductInventoryItems" target-window="top"> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml Sun Mar 29 14:02:55 2009 @@ -95,7 +95,7 @@ </field> <field name="newCreditCard" widget-style="buttontext" use-when="returnHeader!=null&&returnHeader.getString("fromPartyId")!=null"> <hyperlink also-hidden="false" target="/partymgr/control/editcreditcard" target-window="partymgr" description="${uiLabelMap.AccountingCreateNewCreditCard}" target-type="inter-app"> - <parameter param-name="partyId" value="=${returnHeader.fromPartyId}${externalKeyParam}"/> + <parameter param-name="partyId" value="${returnHeader.fromPartyId}${externalKeyParam}"/> </hyperlink> </field> <field name="needsInventoryReceive" tooltip="${uiLabelMap.OrderReturnNecessaryReceiveInventoryMessage}"> @@ -155,18 +155,24 @@ </service> </actions> <field name="returnId" widget-style="buttontext" title="${uiLabelMap.OrderReturnId}"> - <hyperlink description="${returnId}" target="returnMain?returnId=${returnId}"/> + <hyperlink description="${returnId}" target="returnMain"> + <parameter param-name="returnId" from-field="returnId"/> + </hyperlink> </field> <field name="entryDate" title="${uiLabelMap.OrderEntryDate}"> <display/> </field> <field name="fromPartyId" title="${uiLabelMap.OrderReturnFromParty}"> <display-entity entity-name="PartyNameView" key-field-name="partyId" description="${groupName} ${firstName} ${lastName}"> - <sub-hyperlink link-style="buttontext" target-type="inter-app" description="${fromPartyId}" target="/partymgr/control/viewprofile?partyId=${fromPartyId}${externalKeyParam}"/> + <sub-hyperlink link-style="buttontext" target-type="inter-app" description="${fromPartyId}" target="/partymgr/control/viewprofile"> + <parameter param-name="partyId" value="fromPartyId}${externalKeyParam"/> + </sub-hyperlink> </display-entity> </field> <field name="destinationFacilityId" widget-style="buttontext" title="${uiLabelMap.OrderReturnDestinationFacility}"> - <hyperlink target-type="inter-app" description="${destinationFacilityId}" target="/facility/control/EditFacility?facilityId=${destinationFacilityId}${externalKeyParam}"/> + <hyperlink target-type="inter-app" description="${destinationFacilityId}" target="/facility/control/EditFacility"> + <parameter param-name="facilityId" value="destinationFacilityId}${externalKeyParam"/> + </hyperlink> </field> <field name="statusId" title="${uiLabelMap.CommonStatus}"> <display-entity entity-name="StatusItem" key-field-name="statusId" description="${description}"/> Modified: ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml (original) +++ ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml Sun Mar 29 14:02:55 2009 @@ -87,7 +87,9 @@ <auto-fields-entity entity-name="Quote" default-field-type="display"/> <field name="quoteId" title="${uiLabelMap.OrderOrderQuoteId}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${quoteId}" target="loadCartFromQuote?quoteId=${quoteId}"/> + <hyperlink also-hidden="false" description="${quoteId}" target="loadCartFromQuote"> + <parameter param-name="quoteId" from-field="quoteId"/> + </hyperlink> </field> <field name="quoteTypeId" title="${uiLabelMap.OrderOrderQuoteTypeId}"> <display-entity entity-name="QuoteType"/> 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=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml (original) +++ ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml Sun Mar 29 14:02:55 2009 @@ -209,7 +209,9 @@ </entity-one> </actions> <field name="communicationEventId"> - <hyperlink description="${communicationEvent.communicationEventId}" target="ViewCommunicationEvent?communicationEventId=${communicationEvent.communicationEventId}"/> + <hyperlink description="${communicationEvent.communicationEventId}" target="ViewCommunicationEvent"> + <parameter param-name="communicationEventId" from-field="communicationEvent.communicationEventId"/> + </hyperlink> </field> <field name="communicationEventTypeId"><display-entity entity-name="CommunicationEventType" description="${description}"/></field> <field name="partyIdFrom"> 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=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml (original) +++ ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml Sun Mar 29 14:02:55 2009 @@ -722,7 +722,9 @@ <form name="ListRelatedContacts" type="list" list-name="contacts" default-table-style="basic-table"> <field name="partyIdTo"> <display-entity entity-name="PartyNameView" description="${firstName} ${middleName} ${lastName} ${groupName}" key-field-name="partyId"> - <sub-hyperlink description="[${partyIdTo}]" target="viewprofile?partyId=${partyIdTo}"/> + <sub-hyperlink description="[${partyIdTo}]" target="viewprofile"> + <parameter param-name="partyId" from-field="partyIdTo"/> + </sub-hyperlink> </display-entity> </field> <field name="partyRelationshipTypeId"><display-entity entity-name="PartyRelationshipType" description="${partyRelationshipName}"/></field> @@ -733,7 +735,9 @@ <form name="ListRelatedAccounts" type="list" list-name="accounts" default-table-style="basic-table"> <field name="partyIdFrom"> <display-entity entity-name="PartyNameView" description="${firstName} ${middleName} ${lastName} ${groupName}" key-field-name="partyId"> - <sub-hyperlink description="[${partyIdFrom}]" target="viewprofile?partyId=${partyIdFrom}"/> + <sub-hyperlink description="[${partyIdFrom}]" target="viewprofile"> + <parameter param-name="partyId" from-field="partyIdFrom"/> + </sub-hyperlink> </display-entity> </field> <field name="partyRelationshipTypeId"><display-entity entity-name="PartyRelationshipType" description="${partyRelationshipName}"/></field> @@ -745,7 +749,9 @@ <field name="partyId"><hidden value="${parameters.partyId}"/></field> <field name="partyIdTo" title="${uiLabelMap.PartyPartyId}"> <display-entity entity-name="PartyNameView" description="${firstName} ${middleName} ${lastName} ${groupName}" key-field-name="partyId"> - <sub-hyperlink description="[${partyIdTo}]" target="viewprofile?partyId=${partyIdTo}"/> + <sub-hyperlink description="[${partyIdTo}]" target="viewprofile"> + <parameter param-name="partyId" from-field="partyIdTo"/> + </sub-hyperlink> </display-entity> </field> <field name="roleTypeIdTo" title="${uiLabelMap.PartyPartyInTheRoleOf}"> @@ -754,7 +760,9 @@ <field name="partyRelationshipTypeId" title="${uiLabelMap.PartyIsA}"><display-entity entity-name="PartyRelationshipType" description="${partyRelationshipName}"/></field> <field name="partyIdFrom" title="${uiLabelMap.PartyOfParty}"> <display-entity entity-name="PartyNameView" description="${firstName} ${middleName} ${lastName} ${groupName}" key-field-name="partyId"> - <sub-hyperlink description="[${partyIdFrom}]" target="viewprofile?partyId=${partyIdFrom}"/> + <sub-hyperlink description="[${partyIdFrom}]" target="viewprofile"> + <parameter param-name="partyId" from-field="partyIdFrom"/> + </sub-hyperlink> </display-entity> </field> <field name="roleTypeIdFrom" title="${uiLabelMap.PartyPartyInTheRoleOf}"> Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyInvitationForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyInvitationForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/party/widget/partymgr/PartyInvitationForms.xml (original) +++ ofbiz/trunk/applications/party/widget/partymgr/PartyInvitationForms.xml Sun Mar 29 14:02:55 2009 @@ -50,7 +50,9 @@ </service> </actions> <field name="partyInvitationId" title="${uiLabelMap.PartyInvitationPartyInvitationId}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${partyInvitationId}" target="editPartyInvitation?partyInvitationId=${partyInvitationId}"/> + <hyperlink also-hidden="false" description="${partyInvitationId}" target="editPartyInvitation"> + <parameter param-name="partyInvitationId" from-field="partyInvitationId"/> + </hyperlink> </field> <field name="partyIdFrom" title="${uiLabelMap.PartyPartyFrom}"><display/></field> <field name="partyId" title="${uiLabelMap.PartyPartyId}"><display/></field> @@ -95,7 +97,9 @@ </entity-condition> </actions> <field name="partyInvitationId" title="${uiLabelMap.PartyInvitationPartyInvitationId}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${partyInvitationId}" target="editPartyInvitation?partyInvitationId=${partyInvitationId}"/> + <hyperlink also-hidden="false" description="${partyInvitationId}" target="editPartyInvitation"> + <parameter param-name="partyInvitationId" from-field="partyInvitationId"/> + </hyperlink> </field> <field name="partyId" widget-style="buttontext" entry-name="partyIdTo"> <display-entity entity-name="PartyNameView" description="${firstName} ${middleName} ${lastName} ${groupName}"> @@ -133,7 +137,9 @@ </entity-condition> </actions> <field name="partyInvitationId" title="${uiLabelMap.PartyInvitationPartyInvitationId}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${partyInvitationId}" target="editPartyInvitation?partyInvitationId=${partyInvitationId}"/> + <hyperlink also-hidden="false" description="${partyInvitationId}" target="editPartyInvitation"> + <parameter param-name="partyInvitationId" from-field="partyInvitationId"/> + </hyperlink> </field> <field name="roleTypeId" title="${uiLabelMap.PartyRoleTypeId}"><display-entity entity-name="RoleType"/></field> <field name="remove" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> Modified: ofbiz/trunk/applications/party/widget/partymgr/SecurityForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/SecurityForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/party/widget/partymgr/SecurityForms.xml (original) +++ ofbiz/trunk/applications/party/widget/partymgr/SecurityForms.xml Sun Mar 29 14:02:55 2009 @@ -29,7 +29,9 @@ </entity-condition> </actions> <field name="groupId" title="${uiLabelMap.PartySecurityGroupId}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${groupId}" target="EditSecurityGroup?groupId=${groupId}"/> + <hyperlink also-hidden="false" description="${groupId}" target="EditSecurityGroup"> + <parameter param-name="groupId" from-field="groupId"/> + </hyperlink> </field> <field name="description" title="${uiLabelMap.CommonDescription}"><display/></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=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml Sun Mar 29 14:02:55 2009 @@ -59,7 +59,9 @@ <field name="internalName" title="${uiLabelMap.ProductInternalName}"><display/></field> <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&&"${isVirtual}".equals("Y")"> - <hyperlink also-hidden="false" target-type="plain" description="${uiLabelMap.ProductVariants}" target="LookupVariantProduct?productId=${productId}"/> + <hyperlink also-hidden="false" target-type="plain" description="${uiLabelMap.ProductVariants}" target="LookupVariantProduct"> + <parameter param-name="productId" from-field="productId"/> + </hyperlink> </field> </form> <form name="lookupSupplierProduct" target="LookupSupplierProduct" title="" type="single" @@ -186,7 +188,9 @@ <field name="fromDate" title="${uiLabelMap.CommonFromDate}"><display/></field> <field name="thruDate" title="${uiLabelMap.CommonThruDate}"><display/></field> <field name="searchVariants" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext" use-when="isVirtual!=null&&"${isVirtual}".equals("Y")"> - <hyperlink also-hidden="false" target-type="plain" description="${uiLabelMap.ProductVariants}" target="LookupVariantProduct?productId=${productId}"/> + <hyperlink also-hidden="false" target-type="plain" description="${uiLabelMap.ProductVariants}" target="LookupVariantProduct"> + <parameter param-name="productId" from-field="productId"/> + </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=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml Sun Mar 29 14:02:55 2009 @@ -1045,7 +1045,9 @@ <auto-fields-entity entity-name="ProductAssoc" default-field-type="display"/> <field name="productId"><hidden/></field> <field name="productIdTo" title="${uiLabelMap.CommonEdit}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${productIdTo}" target="EditProduct?productId=${productIdTo}"/> + <hyperlink also-hidden="false" description="${productIdTo}" target="EditProduct"> + <parameter param-name="productId" from-field="productIdTo"/> + </hyperlink> </field> </form> @@ -1054,7 +1056,9 @@ <auto-fields-entity entity-name="ProductAssoc" default-field-type="display"/> <field name="productIdTo"><hidden/></field> <field name="productId" title="${uiLabelMap.CommonEdit}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${productId}" target="EditProduct?productId=${productId}"/> + <hyperlink also-hidden="false" description="${productId}" target="EditProduct"> + <parameter param-name="productId" from-field="productId"/> + </hyperlink> </field> </form> --> @@ -1068,7 +1072,9 @@ <field name="instruction"><hidden/></field> <field name="routingWorkEffortId"><hidden/></field> <field name="productIdTo" title="${uiLabelMap.CommonEdit}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${productIdTo}" target="ViewProductManufacturing?productId=${productIdTo}"/> + <hyperlink also-hidden="false" description="${productIdTo}" target="ViewProductManufacturing"> + <parameter param-name="productId" from-field="productIdTo"/> + </hyperlink> </field> <field name="productName" title="${uiLabelMap.ProductProductName}" entry-name="productIdTo"> <display-entity entity-name="Product" key-field-name="productId" description="${internalName}"/> @@ -1086,7 +1092,9 @@ <field name="productAssocTypeId"><hidden/></field> <field name="scrapFactor"><hidden/></field> <field name="productId" title="${uiLabelMap.CommonEdit}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${productId}" target="ViewProductManufacturing?productId=${productId}"/> + <hyperlink also-hidden="false" description="${productId}" target="ViewProductManufacturing"> + <parameter param-name="productId" from-field="productId"/> + </hyperlink> </field> <field name="productName" title="${uiLabelMap.ProductProductName}" entry-name="productId"> <display-entity entity-name="Product" key-field-name="productId" description="${internalName}"/> 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=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml Sun Mar 29 14:02:55 2009 @@ -553,7 +553,9 @@ </entity-and> </actions> <field name="segmentGroupId" widget-style="buttontext" title="${uiLabelMap.ProductSegmentGroupId}"> - <hyperlink also-hidden="false" target-type="inter-app" description="${segmentGroupId}" target="/marketing/control/viewSegmentGroup?segmentGroupId=${segmentGroupId}"/> + <hyperlink also-hidden="false" target-type="inter-app" description="${segmentGroupId}" target="/marketing/control/viewSegmentGroup"> + <parameter param-name="segmentGroupId" from-field="segmentGroupId"/> + </hyperlink> </field> <field name="segmentGroupTypeId" title="${uiLabelMap.ProductSegmentGroupTypeId}"><display-entity entity-name="SegmentGroupType"/></field> <field name="description" title="${uiLabelMap.CommonDescription}"><display/></field> 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=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml Sun Mar 29 14:02:55 2009 @@ -551,7 +551,9 @@ <form name="ListPhysicalInventory" type="multi" list-name="physicalInventory" target="createPhysicalVariances?facilityId=${parameters.facilityId}&productId=${parameters.productId}&internalName=${parameters.internalName}" use-row-submit="true" 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?inventoryItemId=${inventoryItemId}"/> + <hyperlink description="${inventoryItemId}" target="EditInventoryItem"> + <parameter param-name="inventoryItemId" from-field="inventoryItemId"/> + </hyperlink> </field> <field name="productId" widget-style="buttontext"> <hyperlink description="${productId}" target="/catalog/control/EditProductInventoryItems" target-type="inter-app"> 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=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/group/FacilityGroupForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/facility/group/FacilityGroupForms.xml Sun Mar 29 14:02:55 2009 @@ -25,7 +25,9 @@ odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <auto-fields-entity entity-name="FacilityGroup" default-field-type="display"/> <field name="facilityGroupId" widget-style="buttontext"> - <hyperlink description="${facilityGroupId}" target="EditFacilityGroup?facilityGroupId=${facilityGroupId}"/> + <hyperlink description="${facilityGroupId}" target="EditFacilityGroup"> + <parameter param-name="facilityGroupId" from-field="facilityGroupId"/> + </hyperlink> </field> <field name="facilityGroupTypeId"><display-entity entity-name="FacilityGroupType"/></field> <field name="description"><display/></field> Modified: ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml Sun Mar 29 14:02:55 2009 @@ -316,7 +316,9 @@ </field> <field name="subscriptionResourceId" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${subscriptionResourceId}" target="EditSubscriptionResource?subscriptionResourceId=${subscriptionResourceId}"/> + <hyperlink also-hidden="false" description="${subscriptionResourceId}" target="EditSubscriptionResource"> + <parameter param-name="subscriptionResourceId" from-field="subscriptionResourceId"/> + </hyperlink> </field> </form> <form name="EditSubscriptionResource" type="single" target="updateSubscriptionResource" default-map-name="subscriptionResource" Modified: ofbiz/trunk/applications/workeffort/webapp/workeffort/request/RequestForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/webapp/workeffort/request/RequestForms.xml?rev=759684&r1=759683&r2=759684&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/webapp/workeffort/request/RequestForms.xml (original) +++ ofbiz/trunk/applications/workeffort/webapp/workeffort/request/RequestForms.xml Sun Mar 29 14:02:55 2009 @@ -23,7 +23,9 @@ <form name="ListRequests" type="list" use-row-submit="true" title="" list-name="custRequestAndRoles" paginate-target="requestlist" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <field name="custRequestId" widget-style="buttontext"> - <hyperlink description="${custRequestId}" target-type="inter-app" target="/ordermgr/control/ViewRequest?custRequestId=${custRequestId}"/> + <hyperlink description="${custRequestId}" target-type="inter-app" target="/ordermgr/control/ViewRequest"> + <parameter param-name="custRequestId" from-field="custRequestId"/> + </hyperlink> </field> <field name="custRequestName"><display/></field> <field name="priority"><display/></field> |
Free forum by Nabble | Edit this page |