Do you have a result named "input" tied to your LoginAction? What is it?

Denis.

Nguyen Xuan Son a écrit :
Dear all
I have these in the LoginAction-validation.xml file
<validators>
<field name="txtName">
<field-validator type="requiredstring">
<param name="trim">false</param>
<message>error</message>
</field-validator>
</field>
 <field name="txtPass">
<field-validator type="requiredstring">
<param name="trim">false</param>
<message>error</message>
</field-validator>
</field>
</validators>

but it seems that even there is a error it still continue to implement the
LoginAction.java file
what should i do if i want it stop implementing the LoginAction.java
whenever there is any error appear
thank you very much



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to