Bonjour,

j'ai la conf suivante :

<action path="/addIngredient" type="action.AddIngredientsAction" name="ingredientForm" input="/WEB-INF/jsp/addIngredient.jsp">
<forward name="success" path="/displayIngredients.do" />
</action>

Quand je browse http://localhost:8080/recette/addIngredient.do la page /WEB-INF/jsp/addIngredient.jsp n'est pas affichée. Le code de l'action est exécuté et c'est le forward qui prend le relais.

Je deviens fou ....

Merci pour votre aide.

Christophe