<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
                               "http://struts.apache.org/dtds/struts-config_1_2.dtd">
<struts-config>
    <form-beans>
        <form-bean name="uploadFileForm" type="it.eldasoft.gene.commons.web.struts.UploadFileForm"/>
        <form-bean name="UploadMultiploForm" type="it.eldasoft.sil.pg.web.struts.UploadMultiploForm"/>
        <form-bean name="trovaConcorrentiAURForm" type="it.eldasoft.sil.pg.web.struts.TrovaConcorrentiAURForm"/>
    </form-beans>
    <global-forwards>
        <forward module="/" name="appNotLoaded" path="errorDef" redirect="true"/>
        <forward module="/" name="login" path="/InitLogin.do"/>
        <forward module="/" name="logged" path="/WEB-INF/pages/gene/login/alreadyLogged.jsp"/>
        <forward module="/" name="sessionTimeOut" path="/SessionTimeOut.do" redirect="true"/>
        <forward module="/" name="opzioneNonDisponibile" path="errorDef" redirect="true"/>
        <forward module="/" name="opzioneNonAbilitata" path="errorDef" redirect="true"/>
        <forward module="/" name="error" path="errorDef" redirect="true"/>
        <forward module="/" name="closeAndRefresh" path="/WEB-INF/pages/commons/closeAndRefresh.jsp"/>
        <forward module="/" name="applicazioneDaAttivare" path="/WEB-INF/pages/gene/attivazione/formAttivazione.jsp"/>
        <forward module="/" name="SpidLogin" path="/SpidLogin.do" redirect="true"/>
    </global-forwards>
    <action-mappings>
        <action path="/InitNuovaGara" scope="request"
            type="it.eldasoft.gene.commons.web.struts.DisabilitaNavigazioneAction" validate="false">
            <forward name="success" path="nuovaGaraDef"/>
        </action>
        <action parameter="metodo" path="/StampaEtichetta" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="successStampa" path="/WEB-INF/pages/gare/ditg/popupStampaEtichetta.jsp"/>
            <forward module="/" name="successStampaDaBarcode" path="/WEB-INF/pages/gare/ditg/popupStampaEtichettaDaBarcode.jsp"/>
            <forward module="/" name="successCancellaEtichettaDaBarcode" path="/WEB-INF/pages/gare/commons/initLeggiBarcode.jsp"/>
        </action>
        <action parameter="metodo" path="/StampaRitiroDefinitivo"
            scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="successStampa" path="/WEB-INF/pages/gare/v_ditte_prit/popupRitiroDefinitivoAggiornamento.jsp"/>
            <forward module="/" name="successAggiorna" path="/WEB-INF/pages/gare/v_ditte_prit/popupRitiroDefinitivoAggiornamento.jsp"/>
            <forward module="/" name="successAnnulla" path="/WEB-INF/pages/gare/v_ditte_prit/popupRitiroDefinitivoAggiornamento.jsp"/>
        </action>
        <action path="/EseguiExportOEPV" scope="request"
            type="it.eldasoft.sil.pg.web.struts.EseguiExportOEPVAction" validate="false"/>
        <action name="uploadFileForm" parameter="metodo"
            path="/EseguiImportOEPV" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="successimportazione" path="/WEB-INF/pages/gare/gare/gare-popup-importOEPV.jsp"/>
            <forward module="/" name="errorimportazione" path="/WEB-INF/pages/gare/gare/gare-popup-importOEPV.jsp"/>
        </action>
        <action name="uploadFileForm" parameter="metodo"
            path="/EseguiImportOEPVOffertaUnica" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="successimportazione" path="/WEB-INF/pages/gare/gare/gare-popup-importOEPV-offertaUnica.jsp"/>
            <forward module="/" name="errorimportazione" path="/WEB-INF/pages/gare/gare/gare-popup-importOEPV-offertaUnica.jsp"/>
        </action>
        <action forward="exportOffertaPrezzi" path="/InitExportLavorazioniForniture"/>
        <action path="/EseguiExportLavorazioniForniture" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="success" path="successExportOffertaPrezzi"/>
            <forward module="/" name="errorExport" path="exportOffertaPrezzi"/>
        </action>
        <action forward="exportLottiGara" path="/InitExportLottiGara"/>
        <action path="/EseguiExportLottiGara" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="success" path="successExportLottiGara"/>
            <forward module="/" name="errorExport" path="exportLottiGara"/>
        </action>
        <action forward="importLottiGara" path="/InitImportLottiGara"/>
        <action name="uploadFileForm" path="/EseguiImportLottiGara"
            scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="success" path="successImportLottiGara"/>
            <forward module="/" name="errorImport" path="importLottiGara"/>
        </action>
        <action forward="importOffertaPrezzi" path="/InitImportLavorazioniFornitureGara"/>
        <action forward="importVariazionePrezzi" path="/InitImportVariazionePrezziGara"/>
        <action path="/InitImportLavorazioniFornitureDitta" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="success" path="importOffertaPrezziDitta"/>
        </action>
        <action path="/InitVariazionePrezziDitta" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="success" path="importVariazionePrezzi"/>
        </action>
        <action name="uploadFileForm" path="/EseguiImportLavorazioniForniture"
            scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="success" path="successImportOffertaPrezzi"/>
            <forward module="/" name="errorImport" path="importOffertaPrezzi"/>
        </action>
        <action name="uploadFileForm" path="/EseguiImportVariazionePrezzi"
            scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="success" path="successImportVariazionePrezzi"/>
            <forward module="/" name="errorImport" path="importVariazionePrezzi"/>
        </action>
        <action path="/AggiungiDitteConcorrenti" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="aggiungiditteconcorrentierror" path="/WEB-INF/pages/geneweb/w_invcomdes/w_invcomdes-lista-ditte-popup.jsp"/>
            <forward module="/" name="aggiungiditteconcorrentisuccess" path="/WEB-INF/pages/geneweb/w_invcomdes/w_invcomdes-aggiungi-ditte-success-popup.jsp"/>
        </action>
        <action path="/AggiungiDestinatariAnagrafica" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="aggiungidestinatarianagraficaerror" path="/WEB-INF/pages/geneweb/w_invcomdes/w_invcomdes-lista-destinatariAnagrafica-popup.jsp"/>
            <forward module="/" name="aggiungidestinatarianagraficasuccess" path="/WEB-INF/pages/geneweb/w_invcomdes/w_invcomdes-aggiungi-ditte-success-popup.jsp"/>
        </action>
        <action name="uploadFileForm" parameter="metodo"
            path="/DownloadAllegati" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="errore" path="/ApriPagina.do"/>
        </action>
        <action path="/VisualizzaFileAllegato" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action name="UploadMultiploForm" parameter="metodo" path="/Scheda"
            scope="request" type="it.eldasoft.gene.web.struts.tags.SchedaAction" validate="false">
            <!-- Se si verificano errori ritorna alla trova -->
            <forward module="/" name="errore" path="/ApriPagina.do"/>
        </action>
        <action parameter="/WEB-INF/pages/gare/commons/initLeggiBarcode.jsp"
            path="/initLeggiBarcode" scope="request" type="it.eldasoft.gene.commons.web.struts.ForwardAction"/>
        <action path="/LeggiBarcode" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="codiceNOK" path="/WEB-INF/pages/gare/commons/initLeggiBarcode.jsp"/>
            <forward module="/" name="success" path="/ApriPagina.do?href=gare/ditg/ditg-schedaInsert-Barcode.jsp"/>
        </action>
        <action path="/CarrelloFabbisogni" scope="request"
            type="it.eldasoft.sil.pg.web.struts.CarrelloFabbisogniAction" validate="false">
            <forward module="/" name="success" path="listaCarrelli"/>
            <forward module="/" name="errore" path="listaCarrelli"/>
        </action>
        <action name="trovaConcorrentiAURForm" parameter="metodo"
            path="/ElencoFornitori" scope="request"
            type="it.eldasoft.sil.pg.web.struts.ElencoFornitoriAction" validate="false">
            <forward module="/" name="successInitTrova" path="trovaConcorrentiAUR"/>
            <forward name="errorTrova" path="/ElencoFornitori.do?metodo=initTrovaDitta"/>
            <forward module="/" name="successTrova" path="elencoFornitori"/>
            <forward module="/" name="errore" path="elencoFornitori"/>
        </action>
        <action path="/InserimentoConcorrenti" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="errore" path="/pg/ElencoFornitori.do?metodo=initTrovaDitta"/>
            <forward module="/" name="success" path="elencoFornitori"/>
        </action>
        <action path="/InserimentoCarrello" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="errore" path="/pg/CarrelloFabbisogni.do"/>
            <forward module="/" name="success" path="listaCarrelli"/>
        </action>
        <action path="/EsportaAntimafia" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="errore" path="/WEB-INF/pages/gare/gare/gare-popup-exportAntimafia.jsp"/>
        </action>
        <action name="uploadFileForm" path="/ImportaAntimafia" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="errore" path="/WEB-INF/pages/gare/gare/gare-importAntimafia.jsp"/>
            <forward module="/" name="successVerifica" path="/WEB-INF/pages/gare/gare/gare-importAntimafia-verificaInterdizione.jsp"/>
            <forward module="/" name="successAccertamento" path="/WEB-INF/pages/gare/gare/gare-importAntimafia.jsp"/>
        </action>
        <action parameter="metodo" path="/InviaBandoAvvisoSimap" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="inviabandoavvisosimapsuccess" path="/WEB-INF/pages/gare/commons/popup-invia-bando-avviso-simap-success.jsp"/>
            <forward module="/" name="inviabandoavvisosimaperroribloccanti" path="/WEB-INF/pages/gare/commons/popup-invia-bando-avviso-simap-errori-bloccanti.jsp"/>
            <forward module="/" name="inviabandoavvisosimaperrorinonbloccanti" path="/WEB-INF/pages/gare/commons/popup-invia-bando-avviso-simap-errori-non-bloccanti.jsp"/>
            <forward module="/" name="inviabandoavvisosimaperror" path="/WEB-INF/pages/gare/commons/popup-invia-bando-avviso-simap.jsp"/>
            <forward module="/" name="leggipubblicazionisuccess" path="/WEB-INF/pages/gare/commons/popup-leggi-pubblicazioni-success.jsp"/>
            <forward module="/" name="leggipubblicazionierror" path="/WEB-INF/pages/gare/commons/popup-invia-bando-avviso-simap.jsp"/>
        </action>
        <action path="/InitNuovaComunicazione" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward name="success" path="listaModelliComunicazioni"/>
            <forward module="/" name="errore" path="InitNuovaComunicazione"/>
        </action>
        <action path="/InviaVigilanza" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="inviavigilanzasuccess" path="/WEB-INF/pages/gare/commons/popup-invia-vigilanza-success.jsp"/>
            <forward module="/" name="inviavigilanzaerror" path="/WEB-INF/pages/gare/commons/popup-invia-vigilanza.jsp"/>
        </action>
        <action path="/RegistraImpreseSuPortale" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="successRegistrazione" path="successRegistrazioneImprese"/>
            <forward module="/" name="errorRegistrazione" path="/WEB-INF/pages/gare/commons/popupRegistraImpreseSuPortale.jsp"/>
        </action>
        <action path="/GetDatoCODLIV" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/InviaDatiRichiestaCig" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="inviadatirichiestacigsuccess" path="/WEB-INF/pages/gare/commons/popup-invia-dati-richiesta-cig-success.jsp"/>
            <forward module="/" name="inviadatirichiestacigerroribloccanti" path="/WEB-INF/pages/gare/commons/popup-invia-dati-richiesta-cig-errori-bloccanti.jsp"/>
            <forward module="/" name="inviadatirichiestacigerrorinonbloccanti" path="/WEB-INF/pages/gare/commons/popup-invia-dati-richiesta-cig-errori-non-bloccanti.jsp"/>
            <forward module="/" name="inviadatirichiestacigerror" path="/WEB-INF/pages/gare/commons/popup-invia-dati-richiesta-cig.jsp"/>
        </action>
        <action path="/InviaRichiestaExportDocumenti" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="inviarichiestaexportdocumentisuccess" path="/WEB-INF/pages/gare/commons/popup-richiesta-export-documenti-success.jsp"/>
            <forward module="/" name="inviarichiestaexportdocumentierror" path="/WEB-INF/pages/gare/commons/popup-richiesta-export-documenti.jsp"/>
        </action>
        <action path="/DownloadFile" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="errorDownload" path="/Lista.do"/>
        </action>
        <action path="/ExportAdempimenti190" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="errorDownload" path="/ApriPagina.do?href=gare/anticor/popup-scarica-modello-excel.jsp"/>
        </action>
        <action name="uploadFileForm" path="/ImportAdempimenti190"
            scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="success" path="/WEB-INF/pages/gare/anticor/popupImportaDati.jsp"/>
            <forward module="/" name="error" path="/WEB-INF/pages/gare/anticor/popupImportaDati.jsp"/>
        </action>
        <action path="/GetCategorieAlbero" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetArticoliAlbero" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/EsisteMEARTCAT_COD" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/ExportModelloArticoli" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action name="uploadFileForm" path="/ImportArticoli" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="success" path="/WEB-INF/pages/gare/gare/gare-pg-carica-articoli.jsp"/>
            <forward module="/" name="error" path="/WEB-INF/pages/gare/gare/gare-pg-carica-articoli.jsp"/>
        </action>
        <action path="/GestioneArchivioCategorieAlbero" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetArchivioCategorieDipendenti" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/EsisteCAISCAISIM" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/UrlsitoAdoperata" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/DocumentoAssociatoAppaltoDaGare" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="errorDownload" path="/WEB-INF/pages/gare/gare/gare-popup-visualizzaDocAppalto.jsp"/>
        </action>
        <action path="/DownloadExportDocumenti" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/SetImportoMinimoOrdine" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/IsORDMINModificabile" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/AggiungiArticoloACarrello" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/EliminaArticoloDaCarrello" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetListaProdottiArticolo" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetListaProdottiImpresa" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetRicercaMercatoProdottiValutazione" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetRicercaMercatoListaImprese" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetRicercaMercatoProdotto" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetRicercaMercatoArticolo" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetDettaglioProdotto" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/ValutazioneProdotti" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="valutazioneprodottisuccess" path="/WEB-INF/pages/gare/meric/meric-popup-valutazione-success.jsp"/>
            <forward module="/" name="valutazioneprodottierror" path="/WEB-INF/pages/gare/meric/meric-popup-valutazione.jsp"/>
        </action>
        <action path="/AnnullaValutazioneProdotti" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="annullavalutazioneprodottisuccess" path="/WEB-INF/pages/gare/meric/meric-popup-annulla-valutazione-success.jsp"/>
            <forward module="/" name="annullavalutazioneprodottierror" path="/WEB-INF/pages/gare/meric/meric-popup-annulla-valutazione.jsp"/>
        </action>
        <action path="/AcquisisciOfferteDaPortale" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/AcquisisciDomandePartecipazioneDaPortale" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/StampaOrdineAcquisto" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/StampaRiepilogoPswBuste" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/EsistonoProdottiAssociati" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/IsQuantitaArticoloPerUM" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetDesrizioneUnitaMisuraArticolo" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GeneraAllegaPdf" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/AggiornaGaraIds" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="aggiornagaraidserror" path="/WEB-INF/pages/gare/v_lista_ids/popup-lista-ids.jsp"/>
            <forward module="/" name="aggiornagaraidssuccess" path="/WEB-INF/pages/gare/v_lista_ids/popup-lista-ids-success.jsp"/>
        </action>
        <action path="/GetRettificaTermini" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetVariazioniPrezzo" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/ConsultaDocumentiArchiflow" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSDMTabellato" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSDMTabellatoByUrl" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSDMDescrizioneCodiceTabellato" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSDMAtto" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSDMFascicolo" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSDMFascicoloMetadati" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSDMDocumento" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSDMProtocollo" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSFascicolo" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/SetWSFascicolo" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSLogin" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSDMListaAmministrazioniAoo" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSDMListaUffici" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSDMDescrizioneTabellatoPrisma" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/SetWSLogin" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSDMRemote" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSDocumento" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSDMRemoteByUrlConfigurazione" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetW_INVCOM" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetListaW_INVCOM" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/ProtocollaComunicazione" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSDMDocumentoAllegato" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSDMProtocolloAllegato" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetW_CONFIGProperty" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetFascicoloAssociato" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetOggettoGara" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetCodiceGenereGara" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetCodiceUfficioIntestatario" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetIndirizzoMittenteGara" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetCodiceCig" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/AggiornaNumOrdineConfigurazione" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="success" path="/WEB-INF/pages/gare/commons/popup-ConfiguraDatiRichiestiDitte.jsp"/>
            <forward module="/" name="error" path="/WEB-INF/pages/gare/commons/popup-ConfiguraDatiRichiestiDitte.jsp"/>
        </action>
        <action path="/AggiornaNumOrdineDocumentazione" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="success" path="/WEB-INF/pages/gare/commons/popup-ModificaOrdinamentoDocumentazione.jsp"/>
            <forward module="/" name="error" path="/WEB-INF/pages/gare/commons/popup-ModificaOrdinamentoDocumentazione.jsp"/>
        </action>
        <action forward="exportOffertaPrezziOEPV" path="/InitExportOffertaPrezziOEPV"/>
        <action path="/ExportOffertaPrezziExcel" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="success" path="successExportOffertaPrezziOEPV"/>
            <forward module="/" name="errorExport" path="exportOffertaPrezziOEPV"/>
        </action>
        <action path="/EvadiIdsAssociati" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="success" path="/WEB-INF/pages/gare/gare/gare-popup-evadiidsassociati.jsp"/>
            <forward module="/" name="error" path="/WEB-INF/pages/gare/gare/gare-popup-evadiidsassociati.jsp"/>
        </action>
        <action path="/GetTrasferisciDocumentaleWSDM" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetListaDocumenti" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/SetDocumentoArchiviato" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/SetRichiestaArchiviazione" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/SetRichiestaArchiviazioneCOS" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/CheckConfigurazioneArchiviazioneCOS" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetDatiFaseAsta" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetDatiDitteInvitateAsta" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetRilanciDittaAsta" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetPrezziUnitariDittaAsta" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/AttivaApDocAJAX" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/AttivaApTecAJAX" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/AttivaApEcoAJAX" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/AttivaApPreqAJAX" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/AvanzamentoApDocAJAX" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/AvanzamentoApEcoAJAX" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/AvanzamentoApTecAJAX" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/AvanzamentoApPreqAJAX" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/AvanzamentoAcqOfferteDaPortaleAJAX" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/AvanzamentoAcqDomandePartecipazioneDaPortaleAJAX"
            scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSDMDescrizioneEnte" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSDMListaEnti" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetDatiComunicazioniDitte" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetAllegatiComunicazioniDitte" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetDettaglioValutazione" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/SetCoefficente" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/ListavaloriSettori" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/SetPermessiUtenti" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/SetPermessiUtentiStandard" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/SetPermessiGaraTelematicaStandard" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/SetPermessiGaraTelematica" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/SetPermessiRicercaMercato" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetListaBeniServizi" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetURL" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action parameter="metodo" path="/VisualizzaPermessiUtenti"
            scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="visualizza" path="/WEB-INF/pages/gare/commons/permessi-scheda.jsp"/>
            <forward module="/" name="success" path="/WEB-INF/pages/gare/commons/permessi-scheda.jsp"/>
        </action>
        <action parameter="metodo" path="/VisualizzaPermessiUtentiStandard"
            scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="visualizza" path="/WEB-INF/pages/gare/commons/permessi-scheda-standard.jsp"/>
            <forward module="/" name="success" path="/WEB-INF/pages/gare/commons/permessi-scheda-standard.jsp"/>
        </action>
        <action parameter="metodo"
            path="/VisualizzaPermessiUtentiGaraTelematica" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="visualizza" path="/WEB-INF/pages/gare/commons/permessi-scheda-garaTelematica.jsp"/>
            <forward module="/" name="success" path="/WEB-INF/pages/gare/commons/permessi-scheda-garaTelematica.jsp"/>
        </action>
        <action parameter="metodo"
            path="/VisualizzaPermessiUtentiGaraTelematicaStandard"
            scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="visualizza" path="/WEB-INF/pages/gare/commons/permessi-scheda-garaTelematicaStandard.jsp"/>
            <forward module="/" name="success" path="/WEB-INF/pages/gare/commons/permessi-scheda-garaTelematicaStandard.jsp"/>
        </action>
        <action parameter="metodo"
            path="/VisualizzaPermessiUtentiRicercaMercato" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="visualizza" path="/WEB-INF/pages/gare/commons/permessi-scheda-ricercaMercato.jsp"/>
            <forward module="/" name="success" path="/WEB-INF/pages/gare/commons/permessi-scheda-ricercaMercato.jsp"/>
        </action>
        <action parameter="metodo" path="/VisualizzaPermessiUtentiAvviso"
            scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="visualizza" path="/WEB-INF/pages/gare/commons/permessi-scheda.jsp"/>
            <forward module="/" name="success" path="/WEB-INF/pages/gare/commons/permessi-scheda.jsp"/>
        </action>
        <action parameter="metodo"
            path="/VisualizzaPermessiUtentiAvvisoStandard" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="visualizza" path="/WEB-INF/pages/gare/commons/permessi-scheda-standard.jsp"/>
            <forward module="/" name="success" path="/WEB-INF/pages/gare/commons/permessi-scheda-standard.jsp"/>
        </action>
        <action path="/GetListaPermessiUtenti" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetListaPermessiUtentiStandard" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetListaPermessiUtentiGaraTelematica" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetListaPermessiUtentiGaraTelematicaStandard"
            scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetListaPermessiUtentiRicercaMercato" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetTabellatoJSON" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/ModificaPermessiUtenti" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="modifica" path="/WEB-INF/pages/gare/commons/permessi-scheda.jsp"/>
        </action>
        <action path="/ModificaPermessiUtentiAvviso" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="modifica" path="/WEB-INF/pages/gare/commons/permessi-scheda.jsp"/>
        </action>
        <action path="/ModificaPermessiUtentiStandard" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="modifica" path="/WEB-INF/pages/gare/commons/permessi-scheda-standard.jsp"/>
        </action>
        <action path="/ModificaPermessiUtentiGaraTelematica" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="modifica" path="/WEB-INF/pages/gare/commons/permessi-scheda-garaTelematica.jsp"/>
        </action>
        <action path="/ModificaPermessiUtentiGaraTelematicaStandard"
            scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="modifica" path="/WEB-INF/pages/gare/commons/permessi-scheda-garaTelematicaStandard.jsp"/>
        </action>
        <action path="/ModificaPermessiUtentiRicercaMercato" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="modifica" path="/WEB-INF/pages/gare/commons/permessi-scheda-ricercaMercato.jsp"/>
        </action>
        <action path="/GetWSERPRemote" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSERPListaRda" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSERPListaAllegatiRda" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSERPCarrelloAssociato" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSERPLottiSenzaCarrello" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/SetWSERPRdaInGara" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/VisWSERPAllegato" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSERPAttributiFornitore" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSERPTabellato" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSERPCondizioniPagamento" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetWSERPPresenzaRda" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GestioneAlberoNUTS" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GestioneAlberoCpvVP" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GestioneAlberoCpvVSUPP" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetDatiDitteRilanciOffEco" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetRilanciDittaOffEco" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/ModificaMetodoCalcoloSoglia" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/EscludiAggiudicatarioUscente" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="esclagguscerror" path="/WEB-INF/pages/gare/gare/lista-affidatari-uscenti.jsp"/>
            <forward module="/" name="esclagguscsuccess" path="/WEB-INF/pages/gare/gare/gare-popup-selOpEconomici.jsp"/>
        </action>
        <action path="/AssociaDocumentiDittaProtocollo" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/ReinviaMailIcCaricoDocumentale" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action parameter="metodo" path="/InviaAttiScp" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="success" path="/WEB-INF/pages/gare/documgara/popupInviaDatiSCP.jsp"/>
        </action>
        <action parameter="metodo" path="/ScaricaTuttiDocumentiBusta"
            scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/GetIPTSchedaIntervento" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/SetDatiAttoAutorizzativo" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action path="/VerificaInvioComunicazioni" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false"/>
        <action parameter="metodo" path="/ExportDitteInGara" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="success" path="/WEB-INF/pages/gare/gare/popup-export-ditte-gara.jsp"/>
        </action>
        <action name="uploadFileForm" path="/ImportDitteInGara" scope="request"
            type="org.springframework.web.struts.DelegatingActionProxy" validate="false">
            <forward module="/" name="success" path="/WEB-INF/pages/gare/gare/popup-import-ditte-gara.jsp"/>
            <forward module="/" name="error" path="/WEB-INF/pages/gare/gare/popup-import-ditte-gara.jsp"/>
        </action>
    </action-mappings>
    <plug-in className="org.apache.struts.tiles.TilesPlugin">
        <set-property property="definitions-config" value="/WEB-INF/xml/tiles/tiles-defs-gene-common.xml, /WEB-INF/xml/tiles/tiles-defs-pg.xml"/>
        <set-property property="moduleAware" value="true"/>
    </plug-in>
</struts-config>