Hi,
I have a classic form in a jsp page (<form:form>), with a form bean and an
action mapping declared in my struts-config.xml, but when I validate this
form, I have an error :
"Error: 400
Location: /ufop/relations/ficheClient/clients.do
Invalid path /relations/ficheClient/clients was requested"
I have other forms in other pages, declared exactly in the same way, but
only this one have a problem... ?
Does anyone knows where this error come from ?
Here is the code if you want to read it:
in my form :
<form:form action="clients.do">...<form:submit value="OK" /></form:form>
in struts-config.xml:
<form-beans>
<form-bean name="listeClientsForm" type="lists.listeClientsForm"/>
</form-beans>
<action-mappings>
<action path="/clients" type="lists.listeClientsAction"
name="listeClientsForm">
<forward name="success"
path="/relations/ficheClient/clientSelection.jsp" />
<forward name="erreur" path="erreur.jsp" />
</action>
</action-mappings>
Thank you very much !
regards,
--------------------
Aur�lie Lucet
[EMAIL PROTECTED]
Assistante Ing�nieur
Atelier de d�veloppement ATLOG
2 ter rue Jules Siefried
79000 NIORT
http://www.atlog.fr/