Hi every body , I have a problem ,
I have a phone number field , that is being validated by
JSF's validation.I have written one phone nunber validation .It is working fine .
I have one clear button also.If user dont want to put any value , (s)he may press the clear button.
But the problem is suppose user put some invalida phone number & press the clear button , the JSF is showing invalid phone number.But I dont want to do any type of validation , when user click the clear button.
Here is my JSF code :
Please help.
Thanks ,
S