Modified: ofbiz/trunk/applications/workeffort/widget/TimesheetForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/TimesheetForms.xml?rev=759666&r1=759665&r2=759666&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/TimesheetForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/TimesheetForms.xml Sun Mar 29 11:00:00 2009 @@ -62,14 +62,14 @@ <field name="comments"><text size="40"/></field> <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - + <form name="FindTimesheet" default-map-name="timesheet" target="FindTimesheet" title="" type="single" header-row-style="header-row" default-table-style="basic-table"> <auto-fields-entity entity-name="Timesheet" default-field-type="find"/> <field name="partyId" title="${uiLabelMap.PartyParty}"><lookup target-form-name="LookupPartyName"/></field> - - <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field> + + <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field> <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> <form name="ListFindTimesheet" target="" title="" type="list" list-name="listIt" paginate-target="FindTimesheet" paginate="true" @@ -86,12 +86,12 @@ </field> <field name="partyId" title="${uiLabelMap.PartyParty}"><display-entity entity-name="PartyNameView" description="${firstName} ${middleName} ${lastName} ${groupName} [${partyId}]"/></field> </form> - + <form name="EditTimesheet" default-map-name="timesheet" target="updateTimesheet" title="" type="single" header-row-style="header-row" default-table-style="basic-table"> <alt-target target="createTimesheet" use-when="timesheet==null"/> <auto-fields-service service-name="updateTimesheet"/> - + <field name="timesheetId" use-when="timesheet!=null" title="${uiLabelMap.WorkEffortTimesheetTimesheetId}" tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field> <field name="timesheetId" use-when="timesheet==null&&timesheetId==null" title="${uiLabelMap.WorkEffortTimesheetTimesheetId}"><ignored/></field> <field name="timesheetId" use-when="timesheet==null&&timesheetId!=null" title="${uiLabelMap.WorkEffortTimesheetTimesheetId}" tooltip="${uiLabelMap.CommonCannotBeFound}: [${timesheetId}]"><display also-hidden="false"/></field> @@ -119,18 +119,24 @@ </entity-condition> </actions> <auto-fields-entity entity-name="TimeEntry" default-field-type="display"/> - + <field name="timeEntryId"><hidden/></field> <field name="timesheetId"><hidden/></field> - + <field name="partyId" title="${uiLabelMap.PartyParty}"/> <field name="rateTypeId" title="${uiLabelMap.WorkEffortTimesheetRateType}"><display-entity entity-name="RateType"/></field> - <field name="workEffortId"><display-entity entity-name="WorkEffort" description="${workEffortName}"><sub-hyperlink target="WorkEffortSummary?workEffortId=${workEffortId}" description="${workEffortId}" link-style="buttontext"/></display-entity></field> + <field name="workEffortId"> + <display-entity entity-name="WorkEffort" description="${workEffortName}"> + <sub-hyperlink target="WorkEffortSummary" description="${workEffortId}" link-style="buttontext"> + <parameter param-name="workEffortId" from-field="workEffortId"/> + </sub-hyperlink> + </display-entity> + </field> <field name="invoiceId" widget-style="buttontext"> - <hyperlink target="/accounting/control/invoiceOverview" target-type="inter-app" description="${invoiceId}"> - <parameter param-name="invoiceId" from-field="invoiceId"/> - </hyperlink> - </field> + <hyperlink target="/accounting/control/invoiceOverview" target-type="inter-app" description="${invoiceId}"> + <parameter param-name="invoiceId" from-field="invoiceId"/> + </hyperlink> + </field> </form> <form name="AddTimesheetToInvoice" target="addTimesheetToInvoice" title="" type="single" header-row-style="header-row" default-table-style="basic-table"> @@ -145,7 +151,7 @@ <field name="partyId" title="${uiLabelMap.WorkEffortTimeBillToParty}"><lookup target-form-name="LookupPartyName" default-value="${timesheet.clientPartyId}"/></field> <field name="submitButton" title="${uiLabelMap.PageTitleAddWorkEffortTimeToNewInvoice}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - + <!-- TimesheetRole --> <form name="ListTimesheetRoles" type="list" list-name="timesheetRoles" target="" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> @@ -155,11 +161,11 @@ <order-by field-name="roleTypeId"/> </entity-condition> </actions> - + <field name="timesheetId"><hidden/></field> <field name="roleTypeId" title="${uiLabelMap.PartyRole}"><display-entity entity-name="RoleType"/></field> <field name="partyId" title="${uiLabelMap.PartyParty}"><display-entity entity-name="PartyNameView" description="${firstName} ${middleName} ${lastName} ${groupName} [${partyId}]"/></field> - + <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> <hyperlink target="deleteTimesheetRole?timesheetId=${timesheetId}&partyId=${partyId}&roleTypeId=${roleTypeId}" description="${uiLabelMap.CommonDelete}" also-hidden="false"/> @@ -168,7 +174,7 @@ <form name="AddTimesheetRole" type="single" target="createTimesheetRole" title="" header-row-style="header-row" default-table-style="basic-table"> <auto-fields-service service-name="createTimesheetRole"/> - + <field name="timesheetId"><hidden/></field> <field name="partyId" title="${uiLabelMap.PartyParty}"><lookup target-form-name="LookupPartyName"/></field> <field name="roleTypeId" title="${uiLabelMap.PartyRole}"> @@ -196,7 +202,7 @@ <field name="timeEntryId"><hidden/></field> <field name="timesheetId"><hidden/></field> - + <field name="partyId" title="${uiLabelMap.PartyParty}"><lookup size="12" target-form-name="LookupPartyName" default-value="${timesheet.partyId}"/></field> <field name="rateTypeId" title="${uiLabelMap.WorkEffortTimesheetRateType}"> <drop-down> @@ -205,20 +211,22 @@ </entity-options> </drop-down> </field> - + <field name="workEffortId"> <lookup size="10" target-form-name="LookupWorkEffort"> - <sub-hyperlink target="EditWorkEffort?workEffortId=${workEffortId}" link-style="buttontext" description="${uiLabelMap.WorkEffortWorkEffort}:${workEffortId}"/> + <sub-hyperlink target="EditWorkEffort" link-style="buttontext" description="${uiLabelMap.WorkEffortWorkEffort}:${workEffortId}"> + <parameter param-name="workEffortId" from-field="workEffortId"/> + </sub-hyperlink> </lookup> </field> <field name="invoiceId"><ignored/><!-- don't pass, will be populated when this is added to an invoice later --></field> <field name="invoiceItemSeqId"><ignored/><!-- don't pass, will be populated when this is added to an invoice later --></field> - + <field name="comments"><text size="60"/></field> - + <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field> - + <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> <hyperlink target="deleteTimesheetEntry?timesheetId=${timesheetId}&timeEntryId=${timeEntryId}" description="${uiLabelMap.CommonDelete}" also-hidden="false"/> @@ -227,10 +235,10 @@ <form name="AddTimesheetEntry" type="single" target="createTimesheetEntry" title="" header-row-style="header-row" default-table-style="basic-table"> <auto-fields-service service-name="createTimeEntry"/> - + <field name="timeEntryId"><ignored/><!-- don't pass, will be sequenced --></field> <field name="timesheetId"><hidden/></field> - + <field name="partyId" title="${uiLabelMap.PartyParty}"><lookup target-form-name="LookupPartyName" default-value="${timesheet.partyId}"/></field> <field name="rateTypeId" title="${uiLabelMap.WorkEffortTimesheetRateType}"> <drop-down no-current-selected-key="STANDARD"> @@ -239,12 +247,12 @@ </entity-options> </drop-down> </field> - + <field name="workEffortId"><lookup target-form-name="LookupWorkEffort"/></field> <field name="invoiceId"><ignored/><!-- don't pass, will be populated when this is added to an invoice later --></field> <field name="invoiceItemSeqId"><ignored/><!-- don't pass, will be populated when this is added to an invoice later --></field> - + <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> </forms> \ No newline at end of file Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortCommEventForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortCommEventForms.xml?rev=759666&r1=759665&r2=759666&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/WorkEffortCommEventForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/WorkEffortCommEventForms.xml Sun Mar 29 11:00:00 2009 @@ -31,7 +31,9 @@ </actions> <field name="workEffortId"><hidden/></field> <field name="communicationEventId" widget-style="buttontext"> - <hyperlink target="/partymgr/control/EditCommunicationEvent?communicationEventId=${communicationEventId}" target-type="inter-app" description="${communicationEventId}"/> + <hyperlink target="/partymgr/control/EditCommunicationEvent" target-type="inter-app" description="${communicationEventId}"> + <parameter param-name="communicationEventId" from-field="communicationEventId"/> + </hyperlink> </field> <field name="statusId"><display-entity entity-name="StatusItem"/></field> <field name="contactMechTypeId"><display-entity entity-name="ContactMechType"/></field> Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml?rev=759666&r1=759665&r2=759666&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml Sun Mar 29 11:00:00 2009 @@ -497,7 +497,9 @@ odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <field name="partyId" title="${uiLabelMap.PartyParty}"> <display-entity entity-name="PartyNameView" description="${firstName} ${lastName} ${groupName}"> - <sub-hyperlink target="/partymgr/control/viewprofile?partyId=${partyId}" target-type="inter-app" description="${partyId}" link-style="buttontext"/> + <sub-hyperlink target="/partymgr/control/viewprofile" target-type="inter-app" description="${partyId}" link-style="buttontext"> + <parameter param-name="partyId" from-field="partyId"/> + </sub-hyperlink> </display-entity> </field> <field name="roleTypeId" title="${uiLabelMap.AccountingRoleType}"><display-entity entity-name="RoleType"/></field> @@ -576,13 +578,17 @@ <!-- <field name="custRequestId"> <lookup size="20" target-form-name="LookupCustRequest"> - <sub-hyperlink target="/ordermgr/control/EditRequest?custRequestId=${communicationEvent.custRequestId}" target-type="inter-app" link-style="buttontext"/> + <sub-hyperlink target="/ordermgr/control/EditRequest" target-type="inter-app" link-style="buttontext"> + <parameter param-name="custRequestId" from-field="communicationEvent.custRequestId"/> + </sub-hyperlink> </lookup> </field> --> <field name="workEffortId"> <lookup size="20" target-form-name="LookupWorkEffort"> - <sub-hyperlink target="/marketing/control/EditWorkEffort?workEffortId=${communicationEvent.workEffortId}" target-type="inter-app" link-style="buttontext"/> + <sub-hyperlink target="/marketing/control/EditWorkEffort" target-type="inter-app" link-style="buttontext"> + <parameter param-name="workEffortId" from-field="communicationEvent.workEffortId"/> + </sub-hyperlink> </lookup> </field> <field name="datetimeStarted" title="${uiLabelMap.CommonStartDate}"><date-time/></field> @@ -786,7 +792,9 @@ <field name="timeEntryId"><hidden/></field> <field name="timesheetId"> <lookup size="10" target-form-name="LookupTimesheet"> - <sub-hyperlink target="EditTimesheet?timesheetId=${timesheetId}" link-style="buttontext" description="${uiLabelMap.WorkEffortTimesheet}:${timesheetId}"/> + <sub-hyperlink target="EditTimesheet" link-style="buttontext" description="${uiLabelMap.WorkEffortTimesheet}:${timesheetId}"> + <parameter param-name="timesheetId" from-field="timesheetId"/> + </sub-hyperlink> </lookup> </field> @@ -869,7 +877,9 @@ </hyperlink> </field> <field name="workEffortId" entity-name="WorkEffort" widget-style="buttontext"> - <hyperlink target="EditWorkEffort?workEffortId=${workEffortId}" also-hidden="false" description="${workEffortId}"/> + <hyperlink target="EditWorkEffort" also-hidden="false" description="${workEffortId}"> + <parameter param-name="workEffortId" from-field="workEffortId"/> + </hyperlink> </field> <field name="noteInfo" title="${uiLabelMap.CommonNote}"><display/></field> <field name="noteParty" title="${uiLabelMap.CommonBy}"><display description="${bsh:org.ofbiz.party.party.PartyHelper.getPartyName(delegator, noteParty, true)} at ${noteDateTime}"/></field> @@ -882,10 +892,10 @@ </field> <field name="internalNote" title="${uiLabelMap.WorkEffortPrivatePublic}" widget-style="buttontext" use-when="internalNote.equals("Y")"> <hyperlink target="updateWorkEffortNote" description="${uiLabelMap.OrderNotesPublic}"> - <parameter param-name="workEffortId" from-field="workEffortId"/> - <parameter param-name="noteId" from-field="noteId"/> - <parameter param-name="internalNote" value="N"/> - </hyperlink> + <parameter param-name="workEffortId" from-field="workEffortId"/> + <parameter param-name="noteId" from-field="noteId"/> + <parameter param-name="internalNote" value="N"/> + </hyperlink> </field> </form> @@ -936,7 +946,9 @@ <field name="workEffortId"><hidden/></field> <field name="contentId"> <display-entity entity-name="Content" key-field-name="contentId" description="${contentName}" also-hidden="true"> - <sub-hyperlink target="/content/control/editContent?contentId=${contentId}" description="${contentId}" link-style="buttontext" target-type="inter-app"/> + <sub-hyperlink target="/content/control/editContent" description="${contentId}" link-style="buttontext" target-type="inter-app"> + <parameter param-name="contentId" from-field="contentId"/> + </sub-hyperlink> </display-entity> </field> <field name="workEffortContentTypeId"><display-entity entity-name="WorkEffortContentType" description="${description}"/></field> @@ -989,7 +1001,9 @@ <field name="workEffortGoodStdTypeId"><display-entity entity-name="WorkEffortGoodStandardType" description="${description}"/></field> <field name="productId"> <display-entity entity-name="Product" key-field-name="productId" description="${productName}" also-hidden="true"> - <sub-hyperlink target="/catalog/control/EditProduct?productId=${productId}" description="${productId}" link-style="buttontext" target-type="inter-app"/> + <sub-hyperlink target="/catalog/control/EditProduct" description="${productId}" link-style="buttontext" target-type="inter-app"> + <parameter param-name="productId" from-field="productId"/> + </sub-hyperlink> </display-entity> </field> <field name="fromDate"><display/></field> @@ -1043,7 +1057,9 @@ <field name="workEffortId" widget-style="buttontext"><hidden/></field> <field name="userLoginId" widget-style="buttontext"> <display-entity entity-name="PartyNameView" key-field-name="partyId" description="${firstName} ${middleName} ${lastName} ${groupName}" also-hidden="true"> - <sub-hyperlink target="/partymgr/control/viewprofile?partyId=${partyId}" description="${userLoginId}" link-style="buttontext" target-type="inter-app"/> + <sub-hyperlink target="/partymgr/control/viewprofile" description="${userLoginId}" link-style="buttontext" target-type="inter-app"> + <parameter param-name="partyId" from-field="partyId"/> + </sub-hyperlink> </display-entity> </field> <field name="reviewDate"><display/></field> @@ -1145,7 +1161,9 @@ </actions> <field name="agreementId"> <display-entity entity-name="Agreement" key-field-name="agreementId" also-hidden="true"> - <sub-hyperlink target="/accounting/control/FindAgreement?agreementId=${agreementId}" description="${agreementId}" link-style="buttontext" target-type="inter-app"/> + <sub-hyperlink target="/accounting/control/FindAgreement" description="${agreementId}" link-style="buttontext" target-type="inter-app"> + <parameter param-name="agreementId" from-field="agreementId"/> + </sub-hyperlink> </display-entity> </field> <field name="agreementItemSeqId"><display/></field> @@ -1170,7 +1188,9 @@ <field name="workEffortId"><hidden/></field> <field name="fixedAssetId" title="${uiLabelMap.AccountingFixedAsset}"> <display-entity entity-name="FixedAsset" description="${fixedAssetName}"> - <sub-hyperlink target="/accounting/control/EditFixedAsset?fixedAssetId=${fixedAssetId}" target-type="inter-app" description="${fixedAssetId}" link-style="buttontext"/> + <sub-hyperlink target="/accounting/control/EditFixedAsset" target-type="inter-app" description="${fixedAssetId}" link-style="buttontext"> + <parameter param-name="fixedAssetId" from-field="fixedAssetId"/> + </sub-hyperlink> </display-entity> </field> <field name="fromDate"><display/></field> @@ -1207,7 +1227,9 @@ odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <field name="fixedAssetId" title="${uiLabelMap.AccountingFixedAsset}"> <display-entity entity-name="FixedAsset" description="${fixedAssetName}"> - <sub-hyperlink target="/accounting/control/EditFixedAsset?fixedAssetId=${fixedAssetId}" target-type="inter-app" description="${fixedAssetId}" link-style="buttontext"/> + <sub-hyperlink target="/accounting/control/EditFixedAsset" target-type="inter-app" description="${fixedAssetId}" link-style="buttontext"> + <parameter param-name="fixedAssetId" from-field="fixedAssetId"/> + </sub-hyperlink> </display-entity> </field> <field name="fromDate"><display/></field> Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortPartyAssignForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortPartyAssignForms.xml?rev=759666&r1=759665&r2=759666&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/WorkEffortPartyAssignForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/WorkEffortPartyAssignForms.xml Sun Mar 29 11:00:00 2009 @@ -31,7 +31,9 @@ <field name="workEffortId"><hidden/></field> <field name="partyId" widget-style="buttontext"> <display-entity entity-name="PartyNameView" description="${firstName} ${middleName} ${lastName} ${groupName}"> - <sub-hyperlink target="/partymgr/control/viewprofile?partyId=${partyId}" target-type="inter-app" description="${partyId}" link-style="buttontext"/> + <sub-hyperlink target="/partymgr/control/viewprofile" target-type="inter-app" description="${partyId}" link-style="buttontext"> + <parameter param-name="partyId" from-field="partyId"/> + </sub-hyperlink> </display-entity> </field> <field name="roleTypeId" title="${uiLabelMap.PartyRoleType}"><display-entity entity-name="RoleType"/></field> Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortRequirementForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortRequirementForms.xml?rev=759666&r1=759665&r2=759666&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/WorkEffortRequirementForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/WorkEffortRequirementForms.xml Sun Mar 29 11:00:00 2009 @@ -30,7 +30,9 @@ </actions> <field name="workEffortId"><hidden/></field> <field name="requirementId" widget-style="linktext"> - <hyperlink target="/ordermgr/control/EditRequirement?requirementId=${requirementId}" target-type="inter-app" description="${requirementId}"/> + <hyperlink target="/ordermgr/control/EditRequirement" target-type="inter-app" description="${requirementId}"> + <parameter param-name="requirementId" from-field="requirementId"/> + </hyperlink> </field> <field name="workReqFulfTypeDescription"><display/></field> <field name="statusItemDescription"><display/></field> Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortShopListForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortShopListForms.xml?rev=759666&r1=759665&r2=759666&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/WorkEffortShopListForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/WorkEffortShopListForms.xml Sun Mar 29 11:00:00 2009 @@ -29,7 +29,9 @@ </actions> <field name="workEffortId"><hidden/></field> <field name="shoppingListId" title="${uiLabelMap.WorkEffortShopListId}" widget-style="buttontext"> - <hyperlink target="/partymgr/control/editShoppingList?shoppingListId=${shoppingListId}" target-type="inter-app" description="${shoppingListId}"/> + <hyperlink target="/partymgr/control/editShoppingList" target-type="inter-app" description="${shoppingListId}"> + <parameter param-name="shoppingListId" from-field="shoppingListId"/> + </hyperlink> </field> <field name="shoppingListTypeDescription" title="${uiLabelMap.CommonType}"><display/></field> <field name="listName"><display/></field> Modified: ofbiz/trunk/framework/common/widget/PortalPageForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/PortalPageForms.xml?rev=759666&r1=759665&r2=759666&view=diff ============================================================================== --- ofbiz/trunk/framework/common/widget/PortalPageForms.xml (original) +++ ofbiz/trunk/framework/common/widget/PortalPageForms.xml Sun Mar 29 11:00:00 2009 @@ -34,33 +34,33 @@ <field name="up" title="${uiLabelMap.CommonEmptyHeader}" use-when="(ownerUserLoginId.equals("_NA_"))||(sequenceNum == ${parameters.sequenceNumMin})"><hyperlink target="" description=""/></field> <field name="dwn" title="${uiLabelMap.CommonEmptyHeader}" use-when="(ownerUserLoginId.equals("_NA_"))||(sequenceNum >= ${parameters.sequenceNumMax})"><hyperlink target="" description=""/></field> <field name="top" title="${uiLabelMap.CommonEmptyHeader}" use-when="(!ownerUserLoginId.equals("_NA_"))&&(sequenceNum > ${parameters.sequenceNumMin})"> - <hyperlink target="updatePortalPageSeq" image-location="/images/arrow-end-up-green.png"> - <parameter param-name="mode" value="TOP"/> - <parameter param-name="portalPageId" from-field="portalPageId"/> - <parameter param-name="parentPortalPageId" from-field="parameters.parentPortalPageId"/> - </hyperlink> - </field> + <hyperlink target="updatePortalPageSeq" image-location="/images/arrow-end-up-green.png"> + <parameter param-name="mode" value="TOP"/> + <parameter param-name="portalPageId" from-field="portalPageId"/> + <parameter param-name="parentPortalPageId" from-field="parameters.parentPortalPageId"/> + </hyperlink> + </field> <field name="bot" title="${uiLabelMap.CommonEmptyHeader}" use-when="(!ownerUserLoginId.equals("_NA_"))&&(sequenceNum < ${parameters.sequenceNumMax})"> - <hyperlink target="updatePortalPageSeq" image-location="/images/arrow-end-down-green.png"> - <parameter param-name="mode" value="BOT"/> - <parameter param-name="portalPageId" from-field="portalPageId"/> - <parameter param-name="parentPortalPageId" from-field="parameters.parentPortalPageId"/> - </hyperlink> - </field> + <hyperlink target="updatePortalPageSeq" image-location="/images/arrow-end-down-green.png"> + <parameter param-name="mode" value="BOT"/> + <parameter param-name="portalPageId" from-field="portalPageId"/> + <parameter param-name="parentPortalPageId" from-field="parameters.parentPortalPageId"/> + </hyperlink> + </field> <field name="up" title="${uiLabelMap.CommonEmptyHeader}" use-when="(!ownerUserLoginId.equals("_NA_"))&&(sequenceNum > ${parameters.sequenceNumMin})"> - <hyperlink target="updatePortalPageSeq" image-location="/images/arrow-single-up-green.png"> - <parameter param-name="mode" value="UP"/> - <parameter param-name="portalPageId" from-field="portalPageId"/> - <parameter param-name="parentPortalPageId" from-field="parameters.parentPortalPageId"/> - </hyperlink> - </field> + <hyperlink target="updatePortalPageSeq" image-location="/images/arrow-single-up-green.png"> + <parameter param-name="mode" value="UP"/> + <parameter param-name="portalPageId" from-field="portalPageId"/> + <parameter param-name="parentPortalPageId" from-field="parameters.parentPortalPageId"/> + </hyperlink> + </field> <field name="dwn" title="${uiLabelMap.CommonEmptyHeader}" use-when="(!ownerUserLoginId.equals("_NA_"))&&(sequenceNum < ${parameters.sequenceNumMax})"> - <hyperlink target="updatePortalPageSeq" image-location="/images/arrow-single-down-green.png"> - <parameter param-name="mode" value="DWN"/> - <parameter param-name="portalPageId" from-field="portalPageId"/> - <parameter param-name="parentPortalPageId" from-field="parameters.parentPortalPageId"/> - </hyperlink> - </field> + <hyperlink target="updatePortalPageSeq" image-location="/images/arrow-single-down-green.png"> + <parameter param-name="mode" value="DWN"/> + <parameter param-name="portalPageId" from-field="portalPageId"/> + <parameter param-name="parentPortalPageId" from-field="parameters.parentPortalPageId"/> + </hyperlink> + </field> <field name="portalPageName" use-when="ownerUserLoginId.equals("_NA_")" title="${uiLabelMap.CommonName}" sort-field="true"><display/></field> <field name="portalPageName" use-when="!ownerUserLoginId.equals("_NA_")" title="${uiLabelMap.CommonName}" id-name="portalPageName" widget-style="tabletext" sort-field="true"> <display> Modified: ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml?rev=759666&r1=759665&r2=759666&view=diff ============================================================================== --- ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml (original) +++ ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml Sun Mar 29 11:00:00 2009 @@ -78,7 +78,9 @@ <auto-fields-service service-name="updateExampleFeatureAppl"/> <field name="exampleId" title="${uiLabelMap.ExampleExample}"> <display-entity entity-name="Example" description="${exampleName}"> - <sub-hyperlink target="EditExample?exampleId=${exampleId}" description="${exampleId}" link-style="buttontext"/> + <sub-hyperlink target="EditExample" description="${exampleId}" link-style="buttontext"> + <parameter param-name="exampleId" from-field="exampleId"/> + </sub-hyperlink> </display-entity> </field> <field name="exampleFeatureId"><hidden/></field> Modified: ofbiz/trunk/framework/example/widget/example/ExampleForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleForms.xml?rev=759666&r1=759665&r2=759666&view=diff ============================================================================== --- ofbiz/trunk/framework/example/widget/example/ExampleForms.xml (original) +++ ofbiz/trunk/framework/example/widget/example/ExampleForms.xml Sun Mar 29 11:00:00 2009 @@ -214,7 +214,9 @@ <field name="exampleId"><hidden/></field> <field name="exampleFeatureId" title="${uiLabelMap.ExampleFeature}"> <display-entity entity-name="ExampleFeature" description="${description}"> - <sub-hyperlink target="EditExampleFeature?exampleFeatureId=${exampleFeatureId}" description="${exampleFeatureId}" link-style="buttontext"/> + <sub-hyperlink target="EditExampleFeature" description="${exampleFeatureId}" link-style="buttontext"> + <parameter param-name="exampleFeatureId" from-field="exampleFeatureId"/> + </sub-hyperlink> </display-entity> </field> <field name="fromDate"><display/></field> Modified: ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml?rev=759666&r1=759665&r2=759666&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml (original) +++ ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml Sun Mar 29 11:00:00 2009 @@ -24,13 +24,15 @@ <form name="MyTasks" extends="MyTasks" extends-resource="component://projectmgr/widget/forms/TaskForms.xml"> <field name="donePage"><hidden value="${parameters.donePage}"/></field> <field name="workEffortName" title="${uiLabelMap.ProjectMgrTaskName}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${workEffortName}" target="/projectmgr/control/taskView?workEffortId=${workEffortId}" target-type="inter-app" target-window="_BLANK"/> + <hyperlink also-hidden="false" description="${workEffortName}" target="/projectmgr/control/taskView" target-type="inter-app" target-window="_BLANK"> + <parameter param-name="workEffortId" from-field="workEffortId"/> + </hyperlink> </field> <field name="projectName" title="${uiLabelMap.ProjectMgrProjectName}"> - <hyperlink target="/projectmgr/control/projectView" target-type="inter-app" target-window="_BLANK" description="${resultProject.projectName}"> - <parameter param-name="projectId" from-field="resultProject.projectId"/> - </hyperlink> - </field> + <hyperlink target="/projectmgr/control/projectView" target-type="inter-app" target-window="_BLANK" description="${resultProject.projectName}"> + <parameter param-name="projectId" from-field="resultProject.projectId"/> + </hyperlink> + </field> <field name="roleTypeId" parameter-name="newRoleTypeId" title="${uiLabelMap.PartyRole}"><hidden value="${roleTypeId}"/></field> <field name="remove" title="${uiLabelMap.CommonRemove}"><hyperlink target="updateTaskAssigment" description="${uiLabelMap.CommonRemove}"> <parameter param-name="workEffortId" from-field="workEffortId"/> @@ -138,8 +140,8 @@ <parameter param-name="statusID" value="COM_ROLE_COMPLETED"/> <parameter param-name="donePage" from-field="parameters.donePage"/> <parameter param-name="VIEWSIZE" from-field="parameters.VIEWSIZE"/> - <parameter param-name="VIEW_INDEX" from-field="parameters.VIEW_INDEX"/> - </sub-hyperlink> + <parameter param-name="VIEW_INDEX" from-field="parameters.VIEW_INDEX"/> + </sub-hyperlink> </display-entity> </field> <field name="createdStamp" entry-name="entryDate"/> @@ -162,7 +164,9 @@ </form> <form name="ViewRequestWorkEfforts" extends="ViewRequestWorkEfforts" extends-resource="component://order/webapp/ordermgr/request/RequestForms.xml"> <field name="workEffortId"> - <hyperlink target="/projectmgr/control/taskView?workEffortId=${workEffortId}" description="${workEffortName} [${workEffortId}]" target-type="inter-app"/> + <hyperlink target="/projectmgr/control/taskView" description="${workEffortName} [${workEffortId}]" target-type="inter-app"> + <parameter param-name="workEffortId" from-field="workEffortId"/> + </hyperlink> </field> </form> <form name="ListCustRequests" type="list" list-name="custRequests" odd-row-style="alternate-row" default-table-style="basic-table hover-bar" target="updateRequest"> @@ -257,10 +261,10 @@ </actions> <field name="subject"> <hyperlink description="${subject}" target="EditCommunicationEvent"> - <parameter param-name="communicationEventId" from-field="communicationEventId"/> - <parameter param-name="communicationEventTypeId" value="EMAIL_COMMUNICATION"/> - <parameter param-name="partyId" from-field="userLogin.partyId"/> - </hyperlink> + <parameter param-name="communicationEventId" from-field="communicationEventId"/> + <parameter param-name="communicationEventTypeId" value="EMAIL_COMMUNICATION"/> + <parameter param-name="partyId" from-field="userLogin.partyId"/> + </hyperlink> </field> <field name="removeLink" title="${uiLabelMap.CommonDelete}" widget-style="smallSubmit"> <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="deletePartyCommunicationEvent"> Modified: ofbiz/trunk/specialpurpose/myportal/widget/MyPortalForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/widget/MyPortalForms.xml?rev=759666&r1=759665&r2=759666&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/myportal/widget/MyPortalForms.xml (original) +++ ofbiz/trunk/specialpurpose/myportal/widget/MyPortalForms.xml Sun Mar 29 11:00:00 2009 @@ -24,13 +24,15 @@ <form name="MyTasks" extends="MyTasks" extends-resource="component://projectmgr/widget/forms/TaskForms.xml"> <field name="portalPageId"><hidden value="${parameters.portalPageId}"/></field> <field name="workEffortName" title="${uiLabelMap.ProjectMgrTaskName}" widget-style="buttontext"> - <hyperlink also-hidden="false" description="${workEffortName}" target="/projectmgr/control/taskView?workEffortId=${workEffortId}" target-type="inter-app" target-window="_BLANK"/> + <hyperlink also-hidden="false" description="${workEffortName}" target="/projectmgr/control/taskView" target-type="inter-app" target-window="_BLANK"> + <parameter param-name="workEffortId" from-field="workEffortId"/> + </hyperlink> </field> <field name="projectName" title="${uiLabelMap.ProjectMgrProjectName}"> - <hyperlink target="/projectmgr/control/projectView" target-type="inter-app" target-window="_BLANK" description="${resultProject.projectName}"> - <parameter param-name="projectId" from-field="resultProject.projectId"/> - </hyperlink> - </field> + <hyperlink target="/projectmgr/control/projectView" target-type="inter-app" target-window="_BLANK" description="${resultProject.projectName}"> + <parameter param-name="projectId" from-field="resultProject.projectId"/> + </hyperlink> + </field> <field name="roleTypeId" parameter-name="newRoleTypeId" title="${uiLabelMap.PartyRole}"><hidden value="${roleTypeId}"/></field> <field name="remove" title="${uiLabelMap.CommonRemove}"><hyperlink target="updateTaskAssigment" description="${uiLabelMap.CommonRemove}"> <parameter param-name="workEffortId" from-field="workEffortId"/> @@ -64,7 +66,9 @@ <entity-order-by field-name="phaseName"/> <entity-order-by field-name="workEffortName"/> </entity-options> - <sub-hyperlink target="/projectmgr/control/taskView?workEffortId=${workEffortId}" target-type="inter-app" target-window="_BLANK" link-style="buttontext" description="${bsh:workEffortId != void && !workEffortId.equals("Totals") ? workEffortId : ""}"/> + <sub-hyperlink target="/projectmgr/control/taskView" target-type="inter-app" target-window="_BLANK" link-style="buttontext" description="${bsh:workEffortId != void && !workEffortId.equals("Totals") ? workEffortId : ""}"> + <parameter param-name="workEffortId" from-field="workEffortId"/> + </sub-hyperlink> </drop-down> </field> <field name="updateButton"><submit/></field> @@ -74,11 +78,15 @@ odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <field name="timesheetId"><hidden/></field> <field name="workEffortName" title="${uiLabelMap.ProjectMgrTaskName}"> - <hyperlink target="/projectmgr/control/taskView?workEffortId=${workEffortId}" target-type="inter-app" target-window="_BLANK" description="${workEffortName}"/> + <hyperlink target="/projectmgr/control/taskView" target-type="inter-app" target-window="_BLANK" description="${workEffortName}"> + <parameter param-name="workEffortId" from-field="workEffortId"/> + </hyperlink> </field> <field name="phaseName" title="${uiLabelMap.ProjectMgrPhaseName}"><display/></field> <field name="projectName" title="${uiLabelMap.ProjectMgrProjectName}"> - <hyperlink target="/projectmgr/control/projectView?projectId=${projectId}" target-type="inter-app" target-window="_BLANK" description="${projectName}"/> + <hyperlink target="/projectmgr/control/projectView" target-type="inter-app" target-window="_BLANK" description="${projectName}"> + <parameter param-name="projectId" from-field="projectId"/> + </hyperlink> </field> <field name="checkComplete" title="${uiLabelMap.ProjectMgrCheckComplete}"><display/></field> <field name="rateTypeId" title="${uiLabelMap.ProjectMgrRateTypeId}"><display-entity entity-name="RateType" description="${description}"/></field> @@ -125,7 +133,9 @@ <form name="ViewRequestWorkEfforts" extends="ViewRequestWorkEfforts" extends-resource="component://order/webapp/ordermgr/request/RequestForms.xml"> <field name="workEffortId"> - <hyperlink target="/projectmgr/control/taskView?workEffortId=${workEffortId}" description="${workEffortName} [${workEffortId}]" target-type="inter-app"/> + <hyperlink target="/projectmgr/control/taskView" description="${workEffortName} [${workEffortId}]" target-type="inter-app"> + <parameter param-name="workEffortId" from-field="workEffortId"/> + </hyperlink> </field> </form> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml?rev=759666&r1=759665&r2=759666&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml Sun Mar 29 11:00:00 2009 @@ -200,7 +200,9 @@ <field name="priority" title="${uiLabelMap.CommonPriority}"><display/></field> <field name="parentProjectId" title="${uiLabelMap.ProjectMgrParentProjectName}"> <display-entity entity-name="WorkEffort" description="${workEffortName} ${workEffortId}" key-field-name="workEffortId"> - <sub-hyperlink target="projectView?projectId=${workEffortId}" description="${workEffortId}" link-style="buttontext"/> + <sub-hyperlink target="projectView" description="${workEffortId}" link-style="buttontext"> + <parameter param-name="projectId" from-field="workEffortId"/> + </sub-hyperlink> </display-entity> </field> <field name="estimatedStartDate" title="${uiLabelMap.WorkEffortEstimatedStartDate}"><display type="date"/></field> @@ -380,10 +382,10 @@ </form> <form name="ListOrderInfo" target="EditProjectOrders?projectId=${projectId}" type="list" list-name="listOrderAssoProject" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <field name="orderId"> - <hyperlink target="/ordermgr/control/orderview" target-type="inter-app" description="${orderId}"> - <parameter param-name="orderId" from-field="orderId"/> - </hyperlink> - </field> + <hyperlink target="/ordermgr/control/orderview" target-type="inter-app" description="${orderId}"> + <parameter param-name="orderId" from-field="orderId"/> + </hyperlink> + </field> <field name="orderName"><display/></field> <field name="orderTypeId"><display-entity entity-name="OrderType" description="${description}"/></field> <field name="statusId"><display-entity entity-name="StatusItem" description="${description}"/></field> @@ -436,8 +438,8 @@ <field name="projectId"><hidden/></field> <field name="partyName" title="${uiLabelMap.CommonName}"> <hyperlink target="viewprofile" description="${lastName}, ${firstName ${middleName} ${groupName} [${partyId}]"> - <parameter param-name="partyId" from-field="partyId"/> - </hyperlink> + <parameter param-name="partyId" from-field="partyId"/> + </hyperlink> </field> <field name="roleTypeId"><display-entity entity-name="RoleType" description="${description}"/></field> <field name="actualHours" entry-name="actualHours" map-name="result.projectInfo"><display/></field> @@ -448,8 +450,8 @@ <field name="projectId"><hidden/></field> <field name="partyName" title="${uiLabelMap.CommonName}"> <hyperlink target="viewprofile" description="${lastName}, ${firstName ${middleName} ${groupName} [${partyId}]"> - <parameter param-name="partyId" from-field="partyId"/> - </hyperlink> + <parameter param-name="partyId" from-field="partyId"/> + </hyperlink> </field> <field name="roleTypeId"><display-entity entity-name="RoleType" description="${description}"/></field> </form> @@ -463,7 +465,9 @@ </row-actions> <field name="projectId"><hidden/></field> <field name="partyName" title="${uiLabelMap.CommonName}"> - <hyperlink target="viewprofile?partyId=${partyId}" description="${groupName} [${partyId}]"/> + <hyperlink target="viewprofile" description="${groupName} [${partyId}]"> + <parameter param-name="partyId" from-field="partyId"/> + </hyperlink> </field> <field name="roleTypeId"><display-entity entity-name="RoleType" description="${description}"/></field> <field name="currencyUomId"><display-entity entity-name="Uom" key-field-name="uomId" description="${description}"></display-entity></field> @@ -480,8 +484,8 @@ <field name="projectId"><hidden/></field> <field name="partyId" widget-style="buttontext"> <hyperlink target="viewprofile" description="${firstName ${middleName} ${lastName} ${groupName}"> - <parameter param-name="partyId" from-field="partyId"/> - <hyperlink> + <parameter param-name="partyId" from-field="partyId"/> + </hyperlink> </field> <field name="roleTypeId" title="${uiLabelMap.PartyRoleType}"> <display-entity entity-name="RoleType"/> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/RequestForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/RequestForms.xml?rev=759666&r1=759665&r2=759666&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/RequestForms.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/RequestForms.xml Sun Mar 29 11:00:00 2009 @@ -152,16 +152,22 @@ </service> </row-actions> <field name="custRequestId"> - <hyperlink target="ViewRequest?custRequestId=${custRequestId}" description="${custRequestName} [${custRequestId}]"/> + <hyperlink target="ViewRequest" description="${custRequestName} [${custRequestId}]"> + <parameter param-name="custRequestId" from-field="custRequestId"/> + </hyperlink> </field> <field name="projectId" title="${uiLabelMap.ProjectMgrProjectId}" map-name="sResult"> - <hyperlink target="projectView?projectId=${sResult.projectId}" description="${sResult.projectName} [${sResult.projectId}]"/> + <hyperlink target="projectView" description="${sResult.projectName} [${sResult.projectId}]"> + <parameter param-name="projectId" from-field="sResult.projectId"/> + </hyperlink> </field> <field name="phaseId" map-name="sResult"> <display description="${sResult.phaseName} [${sResult.phaseId}]"/> </field> <field name="workEffortId"> - <hyperlink target="taskView?workEffortId=${workEffortId}" description="${workEffortName} [${workEffortId}]"/> + <hyperlink target="taskView" description="${workEffortName} [${workEffortId}]"> + <parameter param-name="workEffortId" from-field="workEffortId"/> + </hyperlink> </field> <field name="priority"><display/></field> <field name="createdDate"><display type="date"/></field> @@ -176,7 +182,9 @@ </form> <form name="ViewRequestWorkEfforts" extends="ViewRequestWorkEfforts" extends-resource="component://order/webapp/ordermgr/request/RequestForms.xml"> <field name="workEffortId"> - <hyperlink target="taskView?workEffortId=${workEffortId}" description="${workEffortName} [${workEffortId}]"/> + <hyperlink target="taskView" description="${workEffortName} [${workEffortId}]"> + <parameter param-name="workEffortId" from-field="workEffortId"/> + </hyperlink> </field> </form> <form name="OverviewRequestItems" extends="OverviewRequestItems" extends-resource="component://order/webapp/ordermgr/request/RequestForms.xml"> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ResourceForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ResourceForms.xml?rev=759666&r1=759665&r2=759666&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ResourceForms.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ResourceForms.xml Sun Mar 29 11:00:00 2009 @@ -56,10 +56,10 @@ <form name="ListBillingHours" type="list" list-name="billingList" paginate-target="ListResourcesBillingHours" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <field name="projectName"> - <hyperlink target="projectView" description="${projectName} [${projectId}]"> - <parameter param-name="projectId" from-field="projectId"/> - </hyperlink> - </field> + <hyperlink target="projectView" description="${projectName} [${projectId}]"> + <parameter param-name="projectId" from-field="projectId"/> + </hyperlink> + </field> <field name="originalActualHours"><display/></field> <field name="actualHours"><display/></field> <field name="actualNonBilledHours"><display/></field> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml?rev=759666&r1=759665&r2=759666&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml Sun Mar 29 11:00:00 2009 @@ -368,7 +368,9 @@ odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <field name="workEffortId" title="${uiLabelMap.ProjectMgrWorkEffortId}"> <display-entity entity-name="WorkEffort" description="${workEffortName}"> - <sub-hyperlink target="EditTask?workEffortId=${workEffortId}" description="${workEffortId}" link-style="buttontext"/> + <sub-hyperlink target="EditTask" description="${workEffortId}" link-style="buttontext"> + <parameter param-name="workEffortId" from-field="workEffortId"/> + </sub-hyperlink> </display-entity> </field> <field name="skillTypeId" title="${uiLabelMap.ProjectMgrSkillType}"><display-entity entity-name="SkillType" description="${description}"/></field> @@ -487,7 +489,9 @@ <field name="taskName" title="${uiLabelMap.ProjectMgrTaskName}"><display description="${task.taskName} [${task.taskId}]"/></field> <field name="phaseName" title="${uiLabelMap.ProjectMgrPhaseName}"><display description="${projectResult.phaseName} [${projectResult.phaseId}]"/></field> <field name="projectName" title="${uiLabelMap.ProjectMgrProjectName}"> - <hyperlink target="projectView?projectId=${projectResult.projectId}" description="${projectResult.projectName} [${projectResult.projectId}]"/> + <hyperlink target="projectView" description="${projectResult.projectName} [${projectResult.projectId}]"> + <parameter param-name="projectId" from-field="projectResult.projectId"/> + </hyperlink> </field> <field name="taskDescription" title="${uiLabelMap.CommonDescription}"><display/></field> <field name="currentStatusId"><display-entity entity-name="StatusItem" key-field-name="statusId" description="${description}"></display-entity></field> @@ -512,7 +516,9 @@ <field name="projectId"><hidden/></field> <field name="partyId" widget-style="buttontext"> <display-entity entity-name="PartyNameView" description="${firstName} ${middleName} ${lastName} ${groupName}"> - <sub-hyperlink target="viewprofile?partyId=${partyId}" description="${partyId}" link-style="buttontext"/> + <sub-hyperlink target="viewprofile" description="${partyId}" link-style="buttontext"> + <parameter param-name="partyId" from-field="partyId"/> + </sub-hyperlink> </display-entity> </field> <field name="roleTypeId" title="${uiLabelMap.PartyRoleType}"> |
Free forum by Nabble | Edit this page |