Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:validateDateTimeRange

f:com.ibm.xsp.BaseComplexType
   f:validatorInterface
      xp:validateDateTimeRange

Description

Validates a date and/or time value that lies within the specified range

Properties

Java

Java Class: com.ibm.xsp.validator.DateTimeRangeValidator


loaded, boolean  [Inherited]
Loaded
Specifies whether or not the tag instance should be created when the page is loading. Value defaults to 'true'.
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true
message, string
Error Message
Specifies the message that will be displayed when validation fails. The message is displayed when the page is submitted.
Required Attribute false
Localizable true
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
maximum,
Maximum
Specifies the maximum value allowed for the associated control
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
minimum,
Minimum
Specifies the minimum value allowed for the associated control
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true