J'ai une application Struts et je construis par la formepeut struts 1.1 après un chemin relatif
<html:form action="companyProvAdd"> ....</html:form>
qui rend le code html comme
<form name="companyProvAddForm" method="post" action="/ebig/companyProvAdd.do"> ...</form>
Est-il possible d'avoir le poste aller à une URL relative?
<form name="companyProvAddForm" method="post" action="companyProvAdd.do"> ...</form>