Dashboard > WebWork > ... > Validation > url validator
  WebWork Log In View a printable version of the current page.  
  url validator
Added by tm_jee, last edited by tm_jee on Jan 08, 2006  (view change)
Labels: 
(None)

Description

URLValidator checks that a given field is a String and a valid URL

Parameters

  • fieldName - The field name this validator is validating. Required if using Plain-Validator Syntax otherwise not required

Examples

<validators>
         <!-- Plain Validator Syntax -->
         <validator type="url">
             <param name="fieldName">myHomePage</param>
             <message>Invalid homepage url</message>
         </validator>
         
         <!-- Field Validator Syntax -->
         <field name="myHomepage">
             <message>Invalid homepage url</message>
         </field>
    </validators>

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request - Contact Administrators