Bonjour,

voici mon action :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
 
    <action path="/LogonSubmit"
            input="/tiles/index/login.jsp"
            scope="request"
            validate="true"
            name="LogonForm"
            type="darwin.actiondarwin.Login.LogonAction">
   <forward name="successEdit" path="/StatistiqueEditeur.do?choix=camp&depart=auto" redirect="false" /> 
    <forward name="successAnnonc" path="/StatistiqueAnnonceur.do?choix=camp" redirect="false" />
    <forward name="failure" path="/tiles/index/login.jsp" redirect="false" />
    </action>
ca ne fonctionne pas a cause de :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
path="/StatistiqueEditeur.do?choix=camp&depart=auto"
voila mon probleme, je veux mettre deux paramètres dans le path de mon forward.

Comment je peux faire??

Merci !!

Sylvain