Hi Craig, I’m a profesional developer from Spain. We are decided to used strtus-faces jar to migrate an application from Struts to JSF. We have followed all steps described in PDF Migrating from Struts to JavaServer Faces from Kito. We can see the JSF page and everything is OK excepts the action form. When we see the generated source code for the page is like that
<form id="j_id_jsp_517671304_8" name="mantenimientoControlStockForm" action="/Diana/WEB-INF/ram/almacen/pages/faces/MantenimientoControlStock.do" method="post"> And the proper code action would be like that <form id="j_id_jsp_517671304_8" name="mantenimientoControlStockForm" action="/Diana/MantenimientoControlStock.do" method="post"> So we can’t submit the form properly. Looking for Internet some people had the same error but there are no answers for them. Could you help us? Thanks a lot. Regards.
