Skip to Content
0
Mar 28, 2006 at 05:51 PM

Validating user entry in XML Webforms

14 Views

Hi everybody!

I'm trying to validate user entries in an XML Webform.

I'm trying to validate an email address. Following http://help.sap.com/saphelp_nw04/helpdata/en/03/c10f41dd57f623e10000000a155106/content.htm I've referenced my input controls to schema elements.

I've selected String as data type and in <b>pattern</b> i put

\w([-.]\w)*@\w([-.]\w)*\.\w([-.]\w)([,;]\s\w([-.]\w)@\w([-.]\w)\.\w([-.]\w))

When i Save the form with a blank or invalid value nothing happens. Am I loosing something?

Thanks in advance,

Fede