Bonjour à tous,
lors de l'appel d'une page jsp basique en tapant l'url("\\localhost:8080\Struts\index.jsp , j'ai l'erreur suivante :la formulaire index.jsp ressemble à :Citation:
can't retrieve mapping action for /input.
et je définis dans le fichier struts-config.xml :Code:
1
2
3
4<html:html> <html:form action="/input"> ...... etc
j'arrive pas à voir la source du probléme?Code:
1
2
3
4
5
6 <action-mappings> <action path="/input" ... >
merci de votre aide.