I'm new in Maven and Struts, and I don't know to debug a Maven project, with breakpoints like I normally do in a Java Project without Maven.
Has anybody knows how to debug a web maven project with breakpoints in Eclipse?
Hi everybodyl.
Firstly sorry about my English.
I've a problem with validation in Struts2 and Maven. I don't know why Strus2 don't validate the field fom.
It was ok when I haven't Maven in the project.
I have an structure like this:
Part of struts.xml:
<action name="doLogin" class="com.atosorigin.nuba.actions.login">
<result name="input">loginNuba.jsp</result>
<result name="success">/vistas/saludo.jsp</result>
<result name="error">/vistas/error.jsp</result>
</action>
login.properties has:
email.required= Email obligatorio y con formato correcto.
password.required=Falta la contrasenya
Hi everybodyl.
Firstly sorry about my English.
I've a problem with validation in Struts2 and Maven. I don't know why Strus2 don't validate the field fom.
It was ok when I haven't Maven in the project.
I have an structure like this:
Part of struts.xml:
<action name="doLogin" class="com.atosorigin.nuba.actions.login">
<result name="input">loginNuba.jsp</result>
<result name="success">/vistas/saludo.jsp</result>
<result name="error">/vistas/error.jsp</result>
</action>
login.properties has:
email.required= Email obligatorio y con formato correcto.
password.required=Falta la contrasenya