Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Dynamic Custom Validator

SreedharOct 3 2011 — edited Oct 3 2011
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 31 2011
Added on Oct 3 2011
3 comments
133 views