Re: Struts validator "maskif"

2007-06-14 Thread ugachaka

sorry! 

-- 
View this message in context: 
http://www.nabble.com/Struts-validator-%22maskif%22-tf3913144.html#a8601
Sent from the Struts - User mailing list archive at Nabble.com.


Re: Struts validator "maskif"

2007-06-14 Thread ugachaka


What do your log files tell you? It sounds like you've introduced an 
error in your validation.xml (either a syntax error, or a semantic error 
such as referencing a class that doesn't exist or specifying the method 
signature incorrectly).

L.


So,there is a attribute like "maskif"!
Log files say nothing, except what they should say. 
of course i am wondering is my syntax is ok, i dont now can i write like
this -


check
(country=='US')




-- 
View this message in context: 
http://www.nabble.com/Struts-validator-%22maskif%22-tf3913144.html#a8600
Sent from the Struts - User mailing list archive at Nabble.com.


Re: Struts validator "maskif"

2007-06-14 Thread ugachaka


What do your log files tell you? It sounds like you've introduced an 
error in your validation.xml (either a syntax error, or a semantic error 
such as referencing a class that doesn't exist or specifying the method 
signature incorrectly).

L.


So,there is a attribute like "maskif"! 

Log files say nothing, except what they should say. 

of course i am wondering is my syntax is ok, i dont now can i write like
this - 




check

(country=='US')





-- 
View this message in context: 
http://www.nabble.com/Struts-validator-%22maskif%22-tf3913144.html#a8597
Sent from the Struts - User mailing list archive at Nabble.com.


Re: Struts validator "maskif"

2007-06-14 Thread ugachaka


What do your log files tell you? It sounds like you've introduced an 
error in your validation.xml (either a syntax error, or a semantic error 
such as referencing a class that doesn't exist or specifying the method 
signature incorrectly).

L.


So,there is a attribute like "maskif"! 
Log files say nothing, except what they should say. 
of course i am wondering is my syntax is ok, i dont now can i write like
this - 



check
(country=='US')




-- 
View this message in context: 
http://www.nabble.com/Struts-validator-%22maskif%22-tf3913144.html#a8596
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Struts validator "maskif"

2007-06-13 Thread ugachaka

Hi. I am wondering is there really a validation attribute "maskif".
I one forum, i read that i just need to add the following lines to my
validation-rules and validation xml files and it will work- 









mask
^\d{5}$


check
(country=='US')



but i DOESN'T!! :(
even more - without this attribute, everything ir working fine (mask,
requiredif, email..etc)
but when i add the  lines above to my validation.xml, the others validator
rules are not working any more! It doesn't validate not required not even
other fields.
I am already stuck in this for few days, so i smb could help! 
-- 
View this message in context: 
http://www.nabble.com/Struts-validator-%22maskif%22-tf3913144.html#a11094653
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Struts validator "maskif"

2007-06-13 Thread ugachaka

Hi. I am wondering is there really a validation attribute "maskif".
I one forum, i read that i just need to add the following lines to my
validation-rules and validation xml files and it will work- 









mask
^\d{5}$


check
(country=='US')



but i DOESN'T!! :(
even more - without this attribute, everything ir working fine (mask,
requiredif, email..etc)
but when i add the  lines above to my validation.xml, the others validator
rules are not working any more! It doesn't validate not required not even
other fields.
I am already stuck in this for few days, so i smb could help! 
-- 
View this message in context: 
http://www.nabble.com/Struts-validator-%22maskif%22-tf3913143.html#a11094652
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]