Details
- 
        Type:
 New Feature
            
         - 
        Status: Closed
 - 
            Priority:
 Major
                
             - 
            Resolution: Won't Fix
 - 
            Affects Version/s: None
 - 
            Fix Version/s: 4.1
 - 
            Component/s: ACE-Components
 - 
            Labels:None
 - 
            Environment:ICEfaces 4.1
 
- 
                        Assignee Priority:P1
 - 
                        Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
 
Description
                    Add support for client-side validation that an input component's value is equivalent to another specified input components value.
Wraps the jQuery Validation min function in an ICEfaces / JSF friendly component.
---------------
Description: Requires the element to be the same as another one.
equalTo( other ) other Type: Selector
The selector for the element to compare the current values
Src: http://jqueryvalidation.org/equalTo-method
----------------
This validator should be supported by the following input components:
ACE
- ace:autoCompleteEntry
- ace:checkboxButton
- ace:checkboxButtons
- ace:comboBox
- ace:dateTimeEntry
- ace:maskedEntry
- ace:radioButton
- ace:radioButtons
- ace:richTextEntry
- ace:selectMenu
- ace:simpleSelectOneMenu
- ace:sliderEntry
- ace:textAreaEntry
- ace:textEntry
MOBI:
mobi:dateSpinner
mobi:timeSpinner
mobi:flipSwitch
Wraps the jQuery Validation min function in an ICEfaces / JSF friendly component.
---------------
Description: Requires the element to be the same as another one.
equalTo( other ) other Type: Selector
The selector for the element to compare the current values
Src: http://jqueryvalidation.org/equalTo-method
----------------
This validator should be supported by the following input components:
ACE
- ace:autoCompleteEntry
- ace:checkboxButton
- ace:checkboxButtons
- ace:comboBox
- ace:dateTimeEntry
- ace:maskedEntry
- ace:radioButton
- ace:radioButtons
- ace:richTextEntry
- ace:selectMenu
- ace:simpleSelectOneMenu
- ace:sliderEntry
- ace:textAreaEntry
- ace:textEntry
MOBI:
mobi:dateSpinner
mobi:timeSpinner
mobi:flipSwitch
Issue Links
- blocks
 - 
            
        
        ICE-5377
        Support for client-side validators for ACE and MOBI input components
    
-         
     - Closed
 
 -         
 
Activity
| Field | Original Value | New Value | 
|---|---|---|
| Description | 
                                                                Add support for client-side validation that an input component contains a minimum decimal value.
 Wraps the jQuery Validation min function in an ICEfaces / JSF friendly component. --------------- Description: Makes the element require a given minimum. min( value ) value Type: Number Minimum value required http://jqueryvalidation.org/min-method ---------------- This validator should be supported by the following input components: ACE - ace:autoCompleteEntry - ace:comboBox - ace:maskedEntry - ace:richTextEntry - ace:sliderEntry - ace:textAreaEntry - ace:textEntry  | 
                
                                                               Add support for client-side validation that an input component's value is equivalent to another specified input components value.
 Wraps the jQuery Validation min function in an ICEfaces / JSF friendly component. --------------- Description: Requires the element to be the same as another one. equalTo( other ) other Type: Selector The selector for the element to compare the current values Src: http://jqueryvalidation.org/equalTo-method ---------------- This validator should be supported by the following input components: ACE - ace:autoCompleteEntry - ace:checkboxButton - ace:checkboxButtons - ace:comboBox - ace:dateTimeEntry - ace:maskedEntry - ace:radioButton - ace:radioButtons - ace:richTextEntry - ace:selectMenu - ace:simpleSelectOneMenu - ace:sliderEntry - ace:textAreaEntry - ace:textEntry MOBI: mobi:dateSpinner mobi:timeSpinner mobi:flipSwitch  | 
                
| Assignee Priority | P1 [ 10010 ] | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #46164 | Mon Nov 02 15:27:37 MST 2015 | mircea.toma |      | 
| Files Changed | ||||
            					
			 
                            ADD
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/clientValidator/EqualToValidator.java
            
             
                            MODIFY
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/resources/messages.properties
            
             
                            ADD
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/clientValidator/EqualToValidatorMeta.java
            
             | 
| Status | Open [ 1 ] | Resolved [ 5 ] | 
| Resolution | Fixed [ 1 ] | 
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #46195 | Mon Nov 09 14:26:30 MST 2015 | mircea.toma |      | 
| Files Changed | ||||
            					
			 
                            MODIFY
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/sliderentry/SliderEntry.java
            
             | 
| Status | Reopened [ 4 ] | Resolved [ 5 ] | 
| Resolution | Fixed [ 1 ] | 
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #46196 | Mon Nov 09 14:29:13 MST 2015 | mircea.toma |      | 
| Files Changed | ||||
            					
			 
                            MODIFY
            				/icefaces4/trunk/icefaces/mobi/component/src/org/icefaces/mobi/component/flipswitch/FlipSwitch.java
            
             | 
| Status | Reopened [ 4 ] | Resolved [ 5 ] | 
| Resolution | Fixed [ 1 ] | 
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #46226 | Mon Nov 16 16:55:52 MST 2015 | mircea.toma |      | 
| Files Changed | ||||
            					
			 
                            MODIFY
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton/RadioButtonRenderer.java
            
             
                            MODIFY
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton/RadioButton.java
            
             
                            MODIFY
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/checkboxbutton/CheckboxButton.java
            
             
                            MODIFY
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/checkboxbutton/CheckboxButtonRenderer.java
            
             | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #46228 | Tue Nov 17 05:00:52 MST 2015 | mircea.toma |      | 
| Files Changed | ||||
            					
			 
                            MODIFY
            				/icefaces4/trunk/icefaces/mobi/component/src/org/icefaces/mobi/component/flipswitch/FlipSwitchRenderer.java
            
             
                            MODIFY
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/sliderentry/SliderEntryRenderer.java
            
             | 
| Status | Reopened [ 4 ] | Resolved [ 5 ] | 
| Resolution | Won't Fix [ 2 ] | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #46290 | Wed Nov 25 11:37:12 MST 2015 | mircea.toma |      | 
| Files Changed | ||||
            								
			 
                            DEL
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/clientValidator/EqualToValidator.java
            
             
                            DEL
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/clientValidator/EqualToValidatorMeta.java
            
             | 
| Status | Resolved [ 5 ] | Closed [ 6 ] | 

Implemented ace:clientValidateEqualTo client-side validator. The validated component can compared only to other Validateable component. When defined, the label of the other component will be used in the validation message as reference.