Dynamic Custom Validator
Hi All,
I want add validator dynamically,means i am creating the input component dynamically,
RichInputText it=new RichInputText()
it.setId("name");
for this input text i need to add custom validator.i just want to check some pattern validation here.
Please help me,
Thanks in advance,
Regards
Sreedhar