Default spring-faces component support now based on Dojo. Ext support moved to faces-ext tag namespace.
This commit is contained in:
@@ -22,38 +22,69 @@
|
||||
</lifecycle>
|
||||
|
||||
<component>
|
||||
<component-type>spring.faces.ClientTextValidator</component-type>
|
||||
<component-class>org.springframework.faces.ui.ClientTextValidator</component-class>
|
||||
<component-type>spring.faces.DojoClientTextValidator</component-type>
|
||||
<component-class>org.springframework.faces.ui.DojoClientTextValidator</component-class>
|
||||
</component>
|
||||
|
||||
<component>
|
||||
<component-type>spring.faces.ClientNumberValidator</component-type>
|
||||
<component-class>org.springframework.faces.ui.ClientNumberValidator</component-class>
|
||||
<component-type>spring.faces.DojoClientNumberValidator</component-type>
|
||||
<component-class>org.springframework.faces.ui.DojoClientNumberValidator</component-class>
|
||||
</component>
|
||||
|
||||
<component>
|
||||
<component-type>spring.faces.ClientDateValidator</component-type>
|
||||
<component-class>org.springframework.faces.ui.ClientDateValidator</component-class>
|
||||
<component-type>spring.faces.DojoClientCurrencyValidator</component-type>
|
||||
<component-class>org.springframework.faces.ui.DojoClientCurrencyValidator</component-class>
|
||||
</component>
|
||||
|
||||
<component>
|
||||
<component-type>spring.faces.ExtJsComponent</component-type>
|
||||
<component-class>org.springframework.faces.ui.ExtJsComponent</component-class>
|
||||
<component-type>spring.faces.DojoClientNumberValidator</component-type>
|
||||
<component-class>org.springframework.faces.ui.DojoClientNumberValidator</component-class>
|
||||
</component>
|
||||
|
||||
<component>
|
||||
<component-type>spring.faces.DojoClientDateValidator</component-type>
|
||||
<component-class>org.springframework.faces.ui.DojoClientDateValidator</component-class>
|
||||
</component>
|
||||
|
||||
<component>
|
||||
<component-type>spring.faces.ExtClientTextValidator</component-type>
|
||||
<component-class>org.springframework.faces.ui.ExtClientTextValidator</component-class>
|
||||
</component>
|
||||
|
||||
<component>
|
||||
<component-type>spring.faces.ExtClientNumberValidator</component-type>
|
||||
<component-class>org.springframework.faces.ui.ExtClientNumberValidator</component-class>
|
||||
</component>
|
||||
|
||||
<component>
|
||||
<component-type>spring.faces.ExtClientDateValidator</component-type>
|
||||
<component-class>org.springframework.faces.ui.ExtClientDateValidator</component-class>
|
||||
</component>
|
||||
|
||||
<component>
|
||||
<component-type>spring.faces.ValidateAll</component-type>
|
||||
<component-class>org.springframework.faces.ui.ValidateAll</component-class>
|
||||
</component>
|
||||
|
||||
<render-kit>
|
||||
<render-kit-id>HTML_BASIC</render-kit-id>
|
||||
|
||||
<renderer>
|
||||
<component-family>spring.faces.ExtAdvisor</component-family>
|
||||
<component-family>spring.faces.Advisor</component-family>
|
||||
<renderer-type>spring.faces.ExtAdvisor</renderer-type>
|
||||
<renderer-class>org.springframework.faces.ui.ExtAdvisorRenderer</renderer-class>
|
||||
</renderer>
|
||||
|
||||
<renderer>
|
||||
<component-family>spring.faces.ExtAdvisor</component-family>
|
||||
<renderer-type>spring.faces.ExtValidateAll</renderer-type>
|
||||
<renderer-class>org.springframework.faces.ui.ExtValidateAllRenderer</renderer-class>
|
||||
<component-family>spring.faces.Advisor</component-family>
|
||||
<renderer-type>spring.faces.DojoAdvisor</renderer-type>
|
||||
<renderer-class>org.springframework.faces.ui.DojoAdvisorRenderer</renderer-class>
|
||||
</renderer>
|
||||
|
||||
<renderer>
|
||||
<component-family>spring.faces.Advisor</component-family>
|
||||
<renderer-type>spring.faces.ValidateAll</renderer-type>
|
||||
<renderer-class>org.springframework.faces.ui.ValidateAllRenderer</renderer-class>
|
||||
</renderer>
|
||||
</render-kit>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user