JSR « IceFaces « JSF Q&A

Home
JSF Q&A
1.API
2.Bean
3.Component
4.Control
5.Data
6.database
7.Datatable
8.Development
9.Exception
10.Facelets
11.Form
12.Glassfish
13.HTML
14.IceFaces
15.Internationalization
16.JPA
17.JSP
18.MyFaces
19.openfaces
20.Page
21.Portlet
22.PrimeFaces
23.RichFaces
24.Seam
25.Security
26.Servlet
27.Session
28.Tag
29.Test
30.Tomcat
31.validation
32.Web Service
JSF Q&A » IceFaces » JSR 

1. JSR 227    icefaces.org

2. JSR-303 Bean Validation    icefaces.org

Hi Could you please tell me if Bean Validation JSR-303 is possible with IceFaces 2.0; As a test I have a date field @NotNull(message = "Please enter a valid value") private Date date = new Date(); in my jsf page I have But when I leave the field blank and submit ...

3. How to Disable Hibernate Validation (JSR 303) in Icefaces 2.0?    icefaces.org

I have custom ConstraintValidator classes that are Spring managed. In Icefaces 1.8.2, the backing bean was Spring injected an instance of javax.validation.Validator (org.springframework.validation.beanvalidation.LocalValidatorFactoryBean) and performing validation in the actions called by the JSF form. However, with IceFaces 2.0, when I submit a JSF form, IceFaces is creating an instance of the ConstraintValidator classes (using the no-arg constructor) to validate the form ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.