* Before Rendering :
<h:form>
</h:form>
* After Rendering
(under http://localhost:8080/proj120/apps/flows/welcome_bootfaces.xhtml
)
<form id="j_idt11" name="j_idt11" method="post" action="/proj120/WEB-INF/flows/welcome_bootfaces.xhtml" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="j_idt11" value="j_idt11">
</form>
Why the action is /proj120/WEB-INF/flows/welcome_bootfaces.xhtml
not /proj120/apps/flows/welcome_bootfaces.xhtml
Known that this project includes : Spring Framework + Spring WebFlow :
- do they have influence
or
- it is a mal-config (in web.xml , faces-config.xml ,...so on)
Aucun commentaire:
Enregistrer un commentaire