#include <MsgBoxConstants.au3> ; to declare the Constants of MsgBox
Local $sRegex = "(?msx)^\s*<action\s*" & @CRLF & _
"(?:name\s*=\s*"(?<name>[^"]+)"\s*" & @CRLF & _
"|parameter\s*=\s*"(?<parameter>[^"]+)"\s*" & @CRLF & _
"|path\s*=\s*"(?<path>[^"]+)"\s*" & @CRLF & _
"|type\s*=\s*"(?<type>[^"]+)"\s*" & @CRLF & _
"|scope\s*=\s*"(?<scope>[^"]+)"\s*" & @CRLF & _
"|validate\s*=\s*"(?<validate>[^"]+)"\s*" & @CRLF & _
"|input\s*=\s*"(?<input>[^"]+)"\s*)+>\s*" & @CRLF & _
"(?<props>(?:<set-property\s*(?:property\s*=\s*"(?:[^"]*)"\s*|value\s*=\s*"(?:[^"]*)"\s*)+\s*\/>\s*)*)" & @CRLF & _
"(?<forwards>(?:<forward\s*.*?\/>\s*)*)<\/\s*action\s*>" & @CRLF & _
""
Local $sString = "<action path="/grplAction" type="gbom.grpl.clt.GRPLAction" name="grplForm" scope="request" input="/index.jsp">" & @CRLF & _
"<forward name="viewPartList" path="/ViewPartList.jsp"/>" & @CRLF & _
"<forward name="editPartList" path="/EditPartList.jsp"/>" & @CRLF & _
"<forward name="editedPartList" path="/grplAction.do?mode=coes&type=edit"/>" & @CRLF & _
"<forward name="deSelected" path="/grplAction.do?mode=grpl&type=edit"/>" & @CRLF & _
"<forward name="createQuery" path="/CreateQuery.jsp"/>" & @CRLF & _
"<forward name="editQuery" path="/EditQuery.jsp"/>" & @CRLF & _
"<forward name="deleteQuery" path="/DeleteQuery.jsp"/>" & @CRLF & _
"<forward name="executeQuery" path="/PartLists.jsp"/>" & @CRLF & _
"<forward name="executeReq" path="/grplParseAction.do?action=parse&first=true"/>" & @CRLF & _
"<forward name="grplerrorPage" path="/GRPLApplicationError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/grplDownloadAction" type="gbom.grpl.clt.GRPLDownloadAction" name="grplForm" scope="request" input="/index.jsp">" & @CRLF & _
"<forward name="grplerrorPage" path="/GRPLApplicationError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/grplParseAction" type="gbom.grpl.clt.GRPLParsingAction" name="grplForm" scope="request" input="/index.jsp">" & @CRLF & _
"<forward name="grplerrorPage" path="/GRPLApplicationError.jsp"/>" & @CRLF & _
"<forward name="executeQuery" path="/PartLists.jsp"/>" & @CRLF & _
"<forward name="viewPartList" path="/ViewPartList.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"" & @CRLF & _
"<action path="/vppsTree" type="gbom.general.vppstree.clt.VPPSAction" scope="request" input="/index.jsp">" & @CRLF & _
"<forward name="vppsTree" path="/VppsTree.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/logoff" type="gbom.general.logoff.clt.LogoffAction" scope="request" input="/index.jsp">" & @CRLF & _
"<forward name="loginPage" path="/Login.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/helpTree" type="gbom.general.help.clt.HelpTreeAction" scope="request" input="/index.jsp">" & @CRLF & _
"<forward name="helpTree" path="/Help.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/helpMapOverView" type="gbom.general.help.clt.HelpMapAction" scope="request" input="/Help.jsp"></action>" & @CRLF & _
"" & @CRLF & _
"<action path="/viewvariant" type="com.gbomapp.coes.variant.action.VariantListAction" scope="request" input="/index.jsp">" & @CRLF & _
"<forward name="variantlist" path="/VariantListTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/viewfamilydetails" type="com.gbomapp.coes.functions.action.ListFamilyAction" name="AddFamilyInfo" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="familylist" path="/FamilyListTemplate.jsp"/>" & @CRLF & _
"<forward name="errorPage" path="/NotEntitledError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/addfamilylist" type="com.gbomapp.coes.functions.action.ListFamilyAction" name="AddFamilyInfo" scope="session" input="/FamilyList.jsp">" & @CRLF & _
"<forward name="familylist" path="/FamilyListTemplate.jsp"/>" & @CRLF & _
"" & @CRLF & _
"<forward name="search" path="/searchFamilyContacts.jsp"/>" & @CRLF & _
"" & @CRLF & _
"<forward name="errorPage" path="/NotEntitledError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/addFamilyContact" type="com.gbomapp.coes.functions.action.FamilyContactAction" name="AddFamilyInfo" scope="session" input="/FamilyList.jsp">" & @CRLF & _
"<forward name="familyContact" path="/FamilyContactTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"" & @CRLF & _
"<action path="/viewreparentfamily" type="com.gbomapp.coes.functions.action.ReparentFamilyAction" name="AddFamilyInfo" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="reparentfamily" path="/ReparentFamilyTemplate.jsp"/>" & @CRLF & _
"<forward name="errorPage" path="/NotEntitledError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/addreparentfamily" type="com.gbomapp.coes.functions.action.ReparentFamilyAction" name="AddFamilyInfo" scope="session" input="/ReparentFamily.jsp">" & @CRLF & _
"<forward name="reparentfamily" path="/ReparentFamilyTemplate.jsp"/>" & @CRLF & _
"<forward name="errorPage" path="/NotEntitledError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/variantaction" type="com.gbomapp.coes.functions.action.ListVariantAction" name="VariantInfo" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="variantlist" path="/VariantManagementTemplate.jsp"/>" & @CRLF & _
"<forward name="errorPage" path="/NotEntitledError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"" & @CRLF & _
"<action path="/variantaction" type="com.gbomapp.coes.functions.action.ListVariantAction" name="VariantInfo" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="variantlist" path="/VariantManagementTemplate.jsp"/>" & @CRLF & _
"<forward name="errorPage" path="/NotEntitledError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"" & @CRLF & _
"<action path="/variantactionAdd" type="com.gbomapp.coes.functions.action.ListVariantAction" name="VariantInfo" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="variantlist" path="/variantaction.do?req=add"/>" & @CRLF & _
"<forward name="errorPage" path="/NotEntitledError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"" & @CRLF & _
"<action path="/variantactionSelect" type="com.gbomapp.coes.functions.action.ListVariantAction" name="VariantInfo" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="variantlist" path="/variantaction.do?req=select"/>" & @CRLF & _
"<forward name="errorPage" path="/NotEntitledError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"" & @CRLF & _
"<action path="/variantactionEdit" type="com.gbomapp.coes.functions.action.ListVariantAction" name="VariantInfo" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="variantlist" path="/variantaction.do?req=edit"/>" & @CRLF & _
"<forward name="errorPage" path="/NotEntitledError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"" & @CRLF & _
"<action path="/variantactionEdited" type="com.gbomapp.coes.functions.action.ListVariantAction" name="VariantInfo" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="variantlist" path="/variantaction.do?req=edited"/>" & @CRLF & _
"<forward name="errorPage" path="/NotEntitledError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"" & @CRLF & _
"<action path="/variantactionDelete" type="com.gbomapp.coes.functions.action.ListVariantAction" name="VariantInfo" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="variantlist" path="/variantaction.do?req=delete"/>" & @CRLF & _
"<forward name="errorPage" path="/NotEntitledError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"" & @CRLF & _
"<action path="/variantactionDeleted" type="com.gbomapp.coes.functions.action.ListVariantAction" name="VariantInfo" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="variantlist" path="/variantaction.do?req=deleted"/>" & @CRLF & _
"<forward name="errorPage" path="/NotEntitledError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"" & @CRLF & _
"<action path="/variantactionUndelete" type="com.gbomapp.coes.functions.action.ListVariantAction" name="VariantInfo" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="variantlist" path="/variantaction.do?req=undelete"/>" & @CRLF & _
"<forward name="errorPage" path="/NotEntitledError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"" & @CRLF & _
"<action path="/variantactionUndel" type="com.gbomapp.coes.functions.action.ListVariantAction" name="VariantInfo" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="variantlist" path="/variantaction.do?req=undel"/>" & @CRLF & _
"<forward name="errorPage" path="/NotEntitledError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"" & @CRLF & _
"<action path="/variantactionHide" type="com.gbomapp.coes.functions.action.ListVariantAction" name="VariantInfo" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="variantlist" path="/variantaction.do?req=hide"/>" & @CRLF & _
"<forward name="errorPage" path="/NotEntitledError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"" & @CRLF & _
"<action path="/variantactionUnhide" type="com.gbomapp.coes.functions.action.ListVariantAction" name="VariantInfo" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="variantlist" path="/variantaction.do?req=unhide"/>" & @CRLF & _
"<forward name="errorPage" path="/NotEntitledError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"" & @CRLF & _
"<action path="/viewvariantdetails" type="com.gbomapp.coes.functions.action.ListVariantAction" name="VariantInfo" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="variantlist" path="/VariantManagementTemplate.jsp"/>" & @CRLF & _
"<forward name="close1" path="/VarMessage.jsp"/>" & @CRLF & _
"<forward name="errorPage" path="/NotEntitledError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/viewreparentvariant" type="com.gbomapp.coes.functions.action.ReparentVariantAction" name="VariantInfo" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="reparentvariant" path="/ReparentVariantTemplate.jsp"/>" & @CRLF & _
"<forward name="errorPage" path="/NotEntitledError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/addreparentvariant" type="com.gbomapp.coes.functions.action.ReparentVariantAction" name="VariantInfo" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="reparentvariant" path="/ReparentVariantTemplate.jsp"/>" & @CRLF & _
"<forward name="errorPage" path="/NotEntitledError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/pendingfamilyapproval" type="com.gbomapp.coes.familyapproval.action.FamilyApprovalAction" name="ApproveFamily" scope="request" input="/index.jsp">" & @CRLF & _
"<forward name="familyapprovelist" path="/FamilyApprovalTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/pendingfamilydetails" type="com.gbomapp.coes.familyapproval.action.FamilyApprovalDetailAction" name="ApproveFamDetail" scope="request" input="/index.jsp">" & @CRLF & _
"<forward name="familyapprovedetail" path="/PendingFamilyTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/pendingfamilyaction" type="com.gbomapp.coes.familyapproval.action.FamilyApprovalDetailAction" name="ApproveFamDetail" scope="request" input="/index.jsp">" & @CRLF & _
"<forward name="familyapprovedetail" path="/PendingFamilyTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/pendingvariantapproval" type="com.gbomapp.coes.variantapproval.action.VariantApprovalAction" name="ApproveVariant" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="variantapprovelist" path="/PendingVariantTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/pendingvariantdetails" type="com.gbomapp.coes.variantapproval.action.VariantApprovalDetailAction" name="ApproveVarDetail" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="variantapprovedetail" path="/VariantApprovalTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/pendingmodlevel" type="com.gbomapp.coes.modlevel.action.PendingModLevelAction" name="pendingModLevel" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="pendingmodlevel" path="/PendingModLevelTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/finalpendingvariantapproval" type="com.gbomapp.coes.variantapproval.action.FinalVariantApprovalAction" name="ApproveVariant" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="finalvariantapprovelist" path="/FinalPendingVariantTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/finalpendingvariantdetails" type="com.gbomapp.coes.variantapproval.action.FinalVariantApprovalDetailAction" name="ApproveVarDetail" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="finalvariantapprovedetail" path="/FinalVariantApprovalTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/reviewpendingvariantapproval" type="com.gbomapp.coes.variantapproval.action.ReviewVariantApprovalAction" name="ApproveVariant" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="reviewpendingvariantapproval" path="/ReviewPendingVariantTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/pendingassessments" type="com.gbomapp.coes.assessments.action.PendingAssessmentsAction" name="pendingAssessments" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="pendingassessments" path="/PendingAssessmentTemplate.jsp"/>" & @CRLF & _
"<forward name="redvariants" path="/RemoveRedVariantTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/viewvariant" type="com.gbomapp.coes.variant.action.VariantListAction" scope="request" input="/index.jsp">" & @CRLF & _
"<forward name="variantlist" path="/VariantListTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/listvariantsfortask" type="com.gbomapp.coes.tasklist.action.ListVariantsForTaskAction" scope="session" input="/StartAssessment.jsp">" & @CRLF & _
"<forward name="taskVariantListResult" path="/TaskVariantListTemplate.jsp"/>" & @CRLF & _
"<forward name="pendingAssessmentResult" path="/PendingAssessmentDisplay.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/generalassessment" type="com.gbomapp.coes.tasklist.action.GeneralAssessmentAction" name="assessForm" scope="session" input="/TaskVariantListTemplate.jsp">" & @CRLF & _
"<forward name="generalassessment" path="/GeneralAssessmentDisplay.jsp"/>" & @CRLF & _
"<forward name="errorpage" path="/ApplicationError.jsp"/>" & @CRLF & _
"<forward name="notEntitlePage" path="/NotEntitledError.jsp"/>" & @CRLF & _
"<forward name="showvariantreview" path="/DisplayVariantReviewReadOnly.jsp"/>" & @CRLF & _
"<forward name="sessionExpired" path="/SessionExpired.jsp"/>" & @CRLF & _
"<forward name="AssessmentError" path="/AssessmentError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/currentassessment" type="com.gbomapp.coes.tasklist.action.CurrentAssessmentAction" name="assessForm" scope="session" input="/COESAssessmentDisplay.jsp">" & @CRLF & _
"<forward name="generalassessment" path="/GeneralAssessmentDisplay.jsp"/>" & @CRLF & _
"<forward name="notEntitlePage" path="/NotEntitledError.jsp"/>" & @CRLF & _
"<forward name="errorpage" path="/ApplicationError.jsp"/>" & @CRLF & _
"<forward name="sessionExpired" path="/SessionExpired.jsp"/>" & @CRLF & _
"<forward name="AssessmentError" path="/AssessmentError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/selectassessment" type="com.gbomapp.coes.tasklist.action.AssessmentAction" name="assessForm" scope="session" input="/TaskVariantListTemplate.jsp">" & @CRLF & _
"<forward name="generalassessment" path="/GeneralAssessmentDisplay.jsp"/>" & @CRLF & _
"<forward name="errorpage" path="/ApplicationError.jsp"/>" & @CRLF & _
"<forward name="sessionExpired" path="/SessionExpired.jsp"/>" & @CRLF & _
"<forward name="AssessmentError" path="/AssessmentError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/selectradials" type="com.gbomapp.coes.tasklist.action.SelectRadialAction" name="assessForm" scope="session" input="/GeneralAssessmentDisplay.jsp">" & @CRLF & _
"<forward name="generalassessment" path="/GeneralAssessmentDisplay.jsp"/>" & @CRLF & _
"<forward name="errorpage" path="/ApplicationError.jsp"/>" & @CRLF & _
"<forward name="sessionExpired" path="/SessionExpired.jsp"/>" & @CRLF & _
"<forward name="AssessmentError" path="/AssessmentError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/selectarchive" type="com.gbomapp.coes.tasklist.action.SelectArchiveAction" name="assessForm" scope="session" input="/GeneralAssessmentDisplay.jsp">" & @CRLF & _
"<forward name="generalassessment" path="/GeneralAssessmentDisplay.jsp"/>" & @CRLF & _
"<forward name="errorpage" path="/ApplicationError.jsp"/>" & @CRLF & _
"<forward name="sessionExpired" path="/SessionExpired.jsp"/>" & @CRLF & _
"<forward name="AssessmentError" path="/AssessmentError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/selectreccom" type="com.gbomapp.coes.tasklist.action.SelectReccomAction" name="assessForm" scope="session" input="/GeneralAssessmentDisplay.jsp">" & @CRLF & _
"<forward name="generalassessment" path="/GeneralAssessmentDisplay.jsp"/>" & @CRLF & _
"<forward name="errorpage" path="/ApplicationError.jsp"/>" & @CRLF & _
"<forward name="sessionExpired" path="/SessionExpired.jsp"/>" & @CRLF & _
"<forward name="AssessmentError" path="/AssessmentError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/selectcrossfunc" type="com.gbomapp.coes.tasklist.action.SelectCrossFuncAction" name="assessForm" scope="session" input="/GeneralAssessmentDisplay.jsp">" & @CRLF & _
"<forward name="generalassessment" path="/GeneralAssessmentDisplay.jsp"/>" & @CRLF & _
"<forward name="errorpage" path="/ApplicationError.jsp"/>" & @CRLF & _
"<forward name="sessionExpired" path="/SessionExpired.jsp"/>" & @CRLF & _
"<forward name="AssessmentError" path="/AssessmentError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/coesvariantlisting" type="com.gbomapp.coes.tasklist.action.COESListAction" name="coesForm" scope="request" input="/PendingAssessmentDisplay.jsp">" & @CRLF & _
"<forward name="coesvariantdisplay" path="/COESAssessmentDisplay.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/coesassessmentsummaryreport" type="com.gbomapp.coes.reports.action.AssessmentSummaryReportAction" name="coesAssessReportForm" scope="session" input="/COESReportMain.jsp">" & @CRLF & _
"<forward name="reportselection" path="/COESReportMain.jsp"/>" & @CRLF & _
"<forward name="reportview" path="/SummaryReportResultFrame.jsp"/>" & @CRLF & _
"<forward name="showScreen" path="/SummaryReportResult.jsp"/>" & @CRLF & _
"<forward name="showButtons" path="/ShowReportButtons.jsp"/>" & @CRLF & _
"<forward name="errorpage" path="/ApplicationError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/coesvariantreportdownload" type="com.gbomapp.coes.reports.action.VariantApprovalStatusReportAction" name="coesDownReportForm" scope="request" input="/COESReportMain.jsp">" & @CRLF & _
"<forward name="reportselection" path="/COESReportMain.jsp"/>" & @CRLF & _
"<forward name="errorpage" path="/ApplicationError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/radialmaintenance" type="gbom.coes.radial.maintain.clt.ViewRadialMaintaintenanceAction" name="radMaintForm" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="radialmaintain" path="/createRadialTemplate.jsp"/>" & @CRLF & _
"<forward name="loginPage" path="/Login.jsp"/>" & @CRLF & _
"<forward name="errorPage" path="/ApplicationError.jsp"/>" & @CRLF & _
"<forward name="entitleErrorPage" path="/NotEntitledError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/searchVariant" type="com.gbomapp.coes.assessments.action.SearchVariantAction" name="SearchVariantForm" scope="session">" & @CRLF & _
"<forward name="searchvariant" path="/SearchVariant.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"" & @CRLF & _
"<action path="/mytaskslist" type="gbom.mytasks.clt.MyTasksAction" name="taskcounter" scope="request" input="/index.jsp">" & @CRLF & _
"<forward name="mytaskslist" path="/MyTasksTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/architecture" type="gbom.admin.gbomtree.clt.ArchitectureAction" name="pcsForm" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="architecture" path="/ArchitectureTemp.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/modelyear" type="gbom.admin.gbomtree.clt.ModelYearAction" name="pcsForm" scope="session" input="/ModelYear.jsp">" & @CRLF & _
"<forward name="modelyear" path="/ModelYearTemp.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/program" type="gbom.admin.gbomtree.clt.ProgramAction" name="pcsForm" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="program" path="/ProgramTemp.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/bodystyle" type="gbom.admin.gbomtree.clt.BodyStyleAction" name="pcsForm" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="bodystyle" path="/BodyStyleTemp.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/pcsmodel" type="gbom.admin.pcs.clt.PCSModelAction" name="pcsmodelForm" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="model" path="/PCSModelTemp.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/pcshierachy" type="gbom.admin.pcs.clt.PCSHierachyAction" name="pcshierachyForm" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="pcshierachy" path="/PCSHierachyTemp.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/lifecycle" type="gbom.admin.programlifecycle.clt.ProgramLifeCycleAction" name="programLifeCycleForm" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="lifecycle" path="/ProgramLifeCycleTemp.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/copy" type="gbom.pbom.copymodel.clt.CopySelectAction" name="copyselectform" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="copyselect" path="/CopySelect.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/copymodel" type="gbom.pbom.copymodel.clt.CopyModelAction" name="copymodelform" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="copymodel" path="/CopyModel.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/copymodelselection" type="gbom.pbom.copymodel.clt.CopySelectAction" name="copyselectform" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="copyselect" path="/CopyModelSelect.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/copymodelamy" type="gbom.pbom.copymodel.clt.CopyModelAcrossAMYAction" name="copyModelAcrossAMYForm" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="CopyModelAMY" path="/CopyModelAMY.jsp"/>" & @CRLF & _
"<forward name="save" path="/copyModel.do"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/setcontext" type="gbom.general.SetVppsTreeAction" input="/index.jsp">" & @CRLF & _
"<forward name="vppsclose" path="/VppsTreeClose.jsp" redirect="false"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/programList" type="gbom.pbom.programlist.clt.ProgramListAction" name="programform" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="programlist" path="/ProgramList.jsp"/>" & @CRLF & _
"<forward name="reportlist" path="/ReportList.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/submitprogram" name="programform" scope="request" input="/ProgramList.jsp" type="gbom.pbom.programlist.clt.ProgramAction">" & @CRLF & _
"<forward name="pickArch" path="/viewpick.do"/>" & @CRLF & _
"<forward name="pick" path="/viewpick.do?checkPage=pick"/>" & @CRLF & _
"<forward name="freeze" path="/viewpick.do?checkPage=freeze"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/savepick" type="gbom.pbom.picker.clt.SavePickAction" name="viewPickForm" scope="session">" & @CRLF & _
"<forward name="pick" path="/PickTempFrame.jsp"/>" & @CRLF & _
"<forward name="assign" path="/assignmain.do?fromPick=1"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/viewpick" type="gbom.pbom.picker.clt.ViewPickAction" name="viewPickForm" scope="session">" & @CRLF & _
"<forward name="viewpicks" path="/PickTempFrame.jsp"/>" & @CRLF & _
"" & @CRLF & _
"<forward name="viewfreeze" path="/VPPSFreezeFrame.jsp"/>" & @CRLF & _
"" & @CRLF & _
"<forward name="viewAssignPop" path="/view_picked_page_frames.jsp"/>" & @CRLF & _
"<forward name="viewPickData" path="/viewpick.do"/>" & @CRLF & _
"<forward name="viewAssignedData" path="/view_picked_assign_temp.jsp"/>" & @CRLF & _
"" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/saveFreeze" type="gbom.pbom.vppsfreeze.clt.VppsFreezeVariantAction" name="viewPickForm" scope="session">" & @CRLF & _
"<forward name="viewfreeze" path="/VPPSFreezeFrame.jsp"/>" & @CRLF & _
"<forward name="viewfreezesave" path="/viewpick.do?checkPage=Freeze&value=All"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"" & @CRLF & _
"<action path="/savedependentpick" type="gbom.pbom.picker.clt.SaveDepPickAction" name="viewDepPickForm" scope="session">" & @CRLF & _
"<forward name="depclose" path="/DependentClose.jsp" redirect="false"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/viewdependentpick" type="gbom.pbom.picker.clt.ViewDepPickAction" name="viewDepPickForm" scope="session">" & @CRLF & _
"<forward name="viewdeppicks" path="/DepPickTempFrameDetails.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/multiplepickreason" type="gbom.pbom.picker.clt.MultiplePickReasonAction" name="multiplereasonform" scope="session">" & @CRLF & _
"<forward name="pickReason" path="/PickListReason.jsp"/>" & @CRLF & _
"<forward name="close" path="/Message.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/assign" type="gbom.pbom.assign.clt.AssignAction" name="assignform" scope="session">" & @CRLF & _
"<forward name="assign" path="/AssignTemplateF1.jsp"/>" & @CRLF & _
"<forward name="assignpopulate" path="/AssignDetailTemp.jsp"/>" & @CRLF & _
"<forward name="assignpop" path="/AssignTempFrame.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/assignmain" type="gbom.pbom.assign.clt.AssignAction" name="assignform" scope="session">" & @CRLF & _
"<forward name="assign" path="/AssignTempFrame.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/saveassign" type="gbom.pbom.assign.clt.SaveAssignAction" name="assignform" scope="session">" & @CRLF & _
"<forward name="programlist" path="/assign.do"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/filtermodel" type="gbom.pbom.filtermodel.clt.FilterModelAction" name="filtermodelform" scope="request">" & @CRLF & _
"<forward name="filterModel" path="/FilterModel.jsp" redirect="false"/>" & @CRLF & _
"<forward name="filterclose" path="/FilterModelClose.jsp" redirect="false"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/ratify" type="gbom.pbom.ratify.clt.RatifyListAction" name="ratifyform" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="ratify" path="/RatifyTempFrame.jsp"/>" & @CRLF & _
"<forward name="ratifydetail" path="/RatifyDetailTemp.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/freezeapprove" type="gbom.pbom.approve.clt.ApproveFreezeAction" name="approveform" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="approve" path="/ApproveList.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/ratifycount" type="gbom.pbom.ratify.clt.RatifyCountAction" name="ratifycountform" scope="request" input="/ApproveList.jsp">" & @CRLF & _
"<forward name="ratifycount" path="/RatifyDetails.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/variantusage" type="gbom.assign.clt.PickVariantUsageAction" name="pickvariantusageform" scope="request" input="/VariantDetails.jsp">" & @CRLF & _
"<forward name="variantusage" path="/ProgramVariantUsage.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/modelstatus" type="gbom.pbom.modelstatus.clt.ViewModelStatusAction" name="modelcompletestatusform" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="statusdetails" path="/ModelStatusUpdation.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/savemodelstatus" type="gbom.pbom.modelstatus.clt.SaveModelStatusAction" name="modelcompletestatusform" scope="session" input="/ModelStatusUpdation.jsp">" & @CRLF & _
"<forward name="close" path="/Close.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/statusdetails" type="gbom.pbom.modelstatus.clt.ModelStatusAction" scope="request" input="/index.jsp">" & @CRLF & _
"<forward name="status" path="/ModelCompletionStatus.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/investment" type="gbom.pbom.investment.clt.InvestmentAction" scope="session" name="investmentdetailsform" input="/Index.jsp">" & @CRLF & _
"<forward name="investment" path="/InvestmentTempFrame.jsp"/>" & @CRLF & _
"<forward name="investmentdetail" path="/InvestmentDetailTemp.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/fileview" type="gbom.assign.clt.FileViewAction" scope="request" input="/VariantDetails.jsp">" & @CRLF & _
"<forward name="fileview" path="/FileView.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/coesfileview" type="gbom.coes.assessment.clt.CoesFileViewAction" scope="request" input="/GeneralAssessmentDisplay.jsp">" & @CRLF & _
"<forward name="coesfileview" path="/FileView.jsp"/>" & @CRLF & _
"<forward name="close" path="/FileMessage.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/editlinks" type="gbom.pbom.editlinks.clt.EditLinksAction" scope="session" name="editlinksform" input="/VariantDetails.jsp">" & @CRLF & _
"<forward name="editlinks" path="/VariantDetaislEditLinks.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/coeseditlinks" type="gbom.coes.assessment.clt.CoesEditLinksAction" scope="session" name="coeseditlinksForm" input="/AssessmentButtons.jsp">" & @CRLF & _
"<forward name="coeseditlinks" path="/CoesEditLinks.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/dmeditlinks" type="gbom.pbom.editlinks.clt.DeleteModifyEditLinksAction" scope="session" name="dmeditlinksform" input="/VariantDetails.jsp">" & @CRLF & _
"<forward name="dmeditlinks" path="/DeleteModifyEditLinks.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/coesdmeditlinks" type="gbom.coes.assessment.clt.CoesDMAction" scope="session" name="coesdeletemodifyEditLinksForm" input="/AssessButtons.jsp">" & @CRLF & _
"<forward name="coesdmeditlinks" path="/CoesDeleteModifyEditLinks.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/fileupload" type="gbom.assign.clt.FileUploadAction" scope="session" name="fileuploadform" input="/VariantDetails.jsp">" & @CRLF & _
"<forward name="fileupload" path="/FileUpload.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/coesfileupload" type="gbom.coes.assessment.clt.CoesFileUploadAction" scope="session" name="coesfileuploadform" input="/GeneralAssessmentDisplay.jsp">" & @CRLF & _
"<forward name="coesfileupload" path="/COESFileUpload.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/variantdetails" type="gbom.assign.clt.VariantDetailsAction" scope="session" name="variantdetailsform" input="/Index.jsp">" & @CRLF & _
"<forward name="variantdetails" path="/VariantDetails.jsp"/>" & @CRLF & _
"<forward name="assign" path="/assign.do"/>" & @CRLF & _
"" & @CRLF & _
"<forward name="copydetails" path="/CopyVariantDetails.jsp"/>" & @CRLF & _
"<forward name="copyvariantdetails" path="/variantdetails.do?copydetails=copy"/>" & @CRLF & _
"" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/modificationlist" type="gbom.assign.clt.ModificationListAction" input="/VariantDetails.jsp">" & @CRLF & _
"<forward name="modificationlist" path="/ModLevel.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/imperative" type="gbom.assign.clt.ImperativeDetailAction" scope="session" input="/VariantDetails.jsp">" & @CRLF & _
"<forward name="imperative" path="/ImperativesDetail.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/varianttreelist" type="com.gbomapp.coes.assessments.action.VariantListAction" name="VariantTreeListForm" scope="session">" & @CRLF & _
"<forward name="variantlist" path="/VariantTreeList.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/investreport" type="gbom.pbom.investreport.clt.InvestReportAction" scope="session" name="investreportform" input="/Index.jsp">" & @CRLF & _
"<forward name="investreport" path="/InvestReport.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/complexityreport" type="gbom.pbom.complexityreport.clt.ComplexityReportAction" scope="session" name="complexityreportform" input="/Index.jsp">" & @CRLF & _
"<forward name="complexityreport" path="/ComplexityList.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/variantreport" type="gbom.pbom.complexityreport.clt.VariantReportAction" scope="session" name="variantreportform" input="/ComplexityList.jsp">" & @CRLF & _
"<forward name="variantreport" path="/VariantPrintTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/imperativereport" type="gbom.pbom.imperativereport.clt.ImperativeReportAction" scope="session" name="imperativereportform" input="/Index.jsp">" & @CRLF & _
"<forward name="imperativereport" path="/ImperativeReport.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/keycompliancereport" type="gbom.pbom.keycompliancereport.clt.KeyComplianceReportAction" name="keycompliancereportform" scope="session" input="/Index.jsp">" & @CRLF & _
"<forward name="keycompliancereport" path="/KeyCompReport.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/downloadreport" type="gbom.pbom.downloadreport.clt.DownloadReportAction" name="downloadreportform" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="downloadreport" path="/DownloadReportTemp.jsp"/>" & @CRLF & _
"<forward name="errorforcss" path="/errorCss.jsp"/>" & @CRLF & _
"<forward name="errorforBufferOverflowDownload" path="/errorforBO.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/programbomreport" type="gbom.pbom.programbomreport.clt.ProgramBOMReportAction" name="programbomReportForm" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="programbomreport" path="/ProgramBOMReport.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/rpo" type="gbom.admin.rpo.clt.RPOAction" name="rpoForm" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="rpo" path="/RPOTemp.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/upload" type="gbom.admin.rpo.clt.UploadAction" name="uploadForm" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="display" path="/display.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/reusedeviation" type="gbom.admin.stdreuse.clt.StdDeviationAction" name="deviationForm" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="deviation" path="/StdReuseDeviationTemp.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/imperativemaint" type="gbom.admin.imperative.clt.ImperativeAction" name="imperativeForm" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="imperative" path="/ImperativeTemp.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/smt" type="gbom.admin.smt.clt.SMTAction" name="smtForm" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="smt" path="/SMTTemp.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/keyCompliance" type="gbom.admin.keycompliance.clt.KeyComplianceAction" name="keyComplianceForm" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="keyCompliance" path="/KeyComplianceAttrTemp.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/pcsreport" type="gbom.pbom.pcsreport.clt.PCSReportAction" name="pcsreportform" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="pcsreport" path="/PCSReportTemp.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/ppec" type="gbom.admin.ppec.clt.PPECAction" name="ppecForm" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="ppec" path="/PPECDirectorMaintTemp.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/pbomreport" type="gbom.pbom.programbomreport.clt.ProgramBOMReportAction" name="programbomReportForm" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="programbomreport" path="/ProgramBOMReport.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/sharedreport" type="gbom.pbom.sharedreport.clt.SharedReportAction" name="sharedReportForm" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="sharedreport" path="/SharedReport.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/reusereport" type="gbom.pbom.reusereport.clt.ReuseReportAction" name="reusereportform" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="reusereport" path="/ReuseReportTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/centremodelstatus" type="gbom.pbom.approve.clt.CentreModelStatusAction" name="approvenewform" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="centremodelstatus" path="/CentreModelStatus.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/vpifreeze" type="gbom.pbom.vpifreeze.clt.VpiFreezeAction" scope="session" name="vpifreezeform" input="/Index.jsp">" & @CRLF & _
"<forward name="vpifreeze" path="/VpiFreezeReport.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/approve" type="gbom.pbom.approve.clt.ApproveAction" scope="session" name="approvenewform" input="/Index.jsp">" & @CRLF & _
"<forward name="approve" path="/ApproveTempFrame.jsp"/>" & @CRLF & _
"<forward name="approvedetail" path="/ApproveDetailTemp.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/copyarchmodelyr" type="gbom.pbom.copyarchitecturemodel.clt.CopyArcModelAction" name="copyarchmodelyrForm" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="copyarchmodelyr" path="/CopyArchitectureModelYear.jsp"/>" & @CRLF & _
"<forward name="copymodel" path="/copy.do"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/modificationleveldef" type="gbom.coes.modificationlevel.clt.ModificationLevelAction" name="ModificationLevelMaint" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="modlevel" path="/ModLevelMaintTemplate.jsp"/>" & @CRLF & _
"<forward name="errorPage" path="/NotEntitledError.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/modificationleveldesc" type="gbom.coes.modificationlevel.clt.ModificationLevelDescriptionAction" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="moddesc" path="/ModLeveDescription.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/pcs" type="gbom.admin.pcs.clt.PCSMaintAction" name="pcsmaintForm" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="pcsview" path="/PCSTemplate.jsp"/>" & @CRLF & _
"<forward name="pcs" path="/PCS.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/model" type="gbom.admin.model.clt.ModelMaintAction" name="modelForm" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="modelview" path="/ModelTemp.jsp"/>" & @CRLF & _
"<forward name="model" path="/Model.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/maintanance" type="gbom.coes.vppsmaintenance.clt.ListElementAction" name="AddElementInfo" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="elementlist" path="/ElementListTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/viewelementdetails" type="gbom.coes.vppsmaintenance.clt.ListElementAction" name="AddElementInfo" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="elementlist" path="/ElementListTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/pendingvppselementapproval" type="gbom.coes.vppsmaintenance.clt.VppsElementApprovalAction" name="ApproveVppsElementDetail" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="vppselementapprovelist" path="/VppsElementApprovalTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/pendingvppselementdetails" type="gbom.coes.vppsmaintenance.clt.VppsElementApprovalDetailAction" name="ApproveVppsElementDetail" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="vppselementapprovedetail" path="/PendingVppsElementTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/pendingvppselementreviewedapproval" type="gbom.coes.vppsmaintenance.clt.VppsElementReviewedApprovalAction" name="ApproveVppsElementDetail" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="vppselementreviewedapprovelist" path="/VppsReviewedElementApprovalTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/reconcile" type="gbom.coes.vppsmaintenance.clt.ReconcileAction" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="reconcile" path="/ReconciliationTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/modifynotify" type="gbom.coes.modificationlevel.clt.ModificationNotificationAction" name="modifynotifymodel" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="modificationnotification" path="/ModificationApprovalTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/modifytarget" type="gbom.coes.modificationlevel.clt.ModificationAction" name="modifymodel" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="modificationtarget" path="/welcometemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/reconcilereport" type="gbom.coes.vppsmaintenance.clt.ReconcileReportAction" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="reconcile" path="/ReconciliationTemplate.jsp"/>" & @CRLF & _
"<forward name="family" path="/ReconciliationReport-Family.jsp"/>" & @CRLF & _
"<forward name="variant" path="/ReconciliationReport-Variant.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/rporesults" type="gbom.assign.clt.RPOResultsAction" name="rporesultsForm" scope="request">" & @CRLF & _
"<forward name="rpo" path="/rporesults.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/rowregionrecommendation" type="gbom.pbom.regionrecommendation.clt.RegionRecommendationAction" name="rowregionrecommendationform" scope="request">" & @CRLF & _
"<forward name="regionrecommendation" path="/RowRegionRecommendationReport.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/familyregionrecommendation" type="gbom.pbom.regionrecommendation.clt.RegionRecommendationAction" name="familyregionrecommendationform" scope="request">" & @CRLF & _
"<forward name="regionrecommendation" path="/FamilyRegionRecommendationReport.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/variantregionrecommendation" type="gbom.pbom.regionrecommendation.clt.RegionRecommendationAction" name="variantregionrecommendationform" scope="request">" & @CRLF & _
"<forward name="regionrecommendation" path="/VariantRegionRecommendationReport.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/displaymodleveldetails" type="com.gbomapp.coes.modlevel.action.PendingModLevelAction" name="pendingModLevel" scope="request" input="/index.jsp">" & @CRLF & _
"<forward name="modLevelDetails" path="/PendingModLevelDetailTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/VariantUsageBOMRowReport" type="gbom.pbom.VariantUsageBOMReport.clt.VariantUsageBOMReportAction" scope="session" name="variantUsageBOMRowReportform" input="/Index.jsp">" & @CRLF & _
"<forward name="variantBOMReport1" path="/VariantUsageBOMRow.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/VariantChangeReport" type="gbom.coes.variantChangeReport.clt.VariantChangeReportAction" scope="session" name="variantChangeReportForm" input="/Index.jsp">" & @CRLF & _
"<forward name="variantChangeReport" path="/Coesvariantactivityreport.jsp"/>" & @CRLF & _
"<forward name="errorforBufferOverflow" path="/errorBufferOverflow.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"<action path="/viewAssign" type="gbom.pbom.assign.clt.ViewAssignAction" name="viewVariantAssignForm">" & @CRLF & _
"<forward name="viewAssignPop" path="/view_assigned_page_frames.jsp"/>" & @CRLF & _
"<forward name="viewAssignedData" path="/view_assigned_temp.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"" & @CRLF & _
"<action path="/filelinkmaint" type="gbom.coes.filelinkmaintenance.clt.FileLinkMaintenaceAction" name="fileLinkInfo" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="maintenacePage" path="/coesFileLinkMaintTemplate.jsp"/>" & @CRLF & _
"<forward name="fileUpload" path="/coesNewFileUpload.jsp"/>" & @CRLF & _
"<forward name="linkUpload" path="/coesNewLinkUpload.jsp"/>" & @CRLF & _
"<forward name="editPage" path="/coesEditFileLinkTemplate.jsp"/>" & @CRLF & _
"<forward name="viewPage" path="/ViewFile.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/editfilelinkmaint" type="gbom.coes.filelinkmaintenance.clt.FileLinkEditAction" name="fileLinkInfo" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="editPage" path="/coesEditFileLinkTemplate.jsp"/>" & @CRLF & _
"<forward name="viewPage" path="/coesViewFileLink.jsp"/>" & @CRLF & _
"<forward name="coesfileview" path="/FileView.jsp"/>" & @CRLF & _
"<forward name="close" path="/FileMessage.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/viewfilelinkmaint" type="gbom.coes.filelinkmaintenance.clt.FileLinkEditAction" name="fileLinkInfo" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="viewPage" path="/coesViewFileLink.jsp"/>" & @CRLF & _
"<forward name="coesfileview" path="/FileView.jsp"/>" & @CRLF & _
"<forward name="close" path="/FileMessage.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"<action path="/copyfilelinkmaint" type="gbom.coes.filelinkmaintenance.clt.CopyFileLinkAction" name="fileLinkInfo" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="copyPage" path="/coescopyFileLinkTemplate.jsp"/>" & @CRLF & _
"<forward name="editPage" path="/coesEditFileLinkTemplate.jsp"/>" & @CRLF & _
"</action>" & @CRLF & _
"" & @CRLF & _
"" & @CRLF & _
"" & @CRLF & _
"<action path="/variantDependMaint" type="gbom.admin.variantdependency.clt.VariantDependencyAction" name="variantDepForm" scope="session" input="/index.jsp">" & @CRLF & _
"<forward name="variantview" path="/VariantDependencyMaint.jsp"/>" & @CRLF & _
"</action>"
Local $sSubst = "${name}, ${parameter}, ${path}, ${type}, ${scope}, ${validate}, ${input}, ${props}, ${forwards}"
Local $sResult = StringRegExpReplace($sString, $sRegex, $sSubst)
MsgBox($MB_SYSTEMMODAL, "Result", $sResult)
Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for AutoIt, please visit: https://www.autoitscript.com/autoit3/docs/functions/StringRegExp.htm