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

-- 
=======================================================================
Ritsumeikan University, Asia JinZai Project
Master of Information Science
Nguyen Xuan Son

Add       : Japan, Shiga-Ken, Kusatsu-Shi, Kasayama 3choume 1-18 ShiteiHaimu
Rien, Room 103
Tel/Fax  : 81-(0)90-3976 2246
Email    : nr000...@ed.ritsumei.ac.jp
Mobile   : 81-(0)90-3976 2246          URL  : http://www.ritsumei.jp
=======================================================================

Reply via email to