cancel
Showing results for 
Search instead for 
Did you mean: 

Email Validation in Webdynpro

Former Member
0 Kudos

Dear Experts,

I want to give Email validation means proper email ID should only allowed. If user would not enter proper emailID then it should give some error message.

Thanks and Regards,

Viraj Vashi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Though I'm not sure it is the right forum for this, but, if I had to do this, I would implement a REGEX based (or sthg similar) method in a cust controller to make sure email fulfills the rules of a valid email address (contains a '@' followed by at least one "." etc)

Chris

Answers (0)