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!

11g Validating an attribute to be an email

668719Nov 4 2008 — edited Nov 5 2008
Hi,

I am trying to create a validator for an attribute "Email" in an EO. However, when creating a table on a page using the VO based on that EO and running the page, I receive error(s) when changing/clearing any Email attribute in that table.

The regular expression I am using is as follows:
[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}

Any help is greatly appreciated.

Thanks.

Edited by: user10489515 on Nov 4, 2008 3:12 PM
This post has been answered by Frank Nimphius-Oracle on Nov 5 2008
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 3 2008
Added on Nov 4 2008
3 comments
472 views