Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha2
-
Component/s: Framework, ICE-Components
-
Labels:None
-
Environment:Windows XP, Glassfish v3-b73
Ubuntu 9.10, Glassfish v3u1-b1
-
Affects:Compatibility/Configuration
Description
When you are using a bean-validation annotation like @NotNull the bean is validated correctly, but the message is not displayed by the ice:message tag.
-
Hide
- JSR303Test.war
- 4.45 MB
- Markus Schober
-
- META-INF/MANIFEST.MF 0.1 kB
- WEB-INF/beans.xml 0.3 kB
- WEB-INF/classes/jsr303test/User.class 1 kB
- WEB-INF/lib/commons-beanutils.jar 226 kB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/commons-digester.jar 140 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/el-api.jar 24 kB
- WEB-INF/lib/icefaces-compat.jar 560 kB
- WEB-INF/lib/icefaces-comps-compat.jar 1.92 MB
- WEB-INF/lib/icefaces.jar 165 kB
- WEB-INF/lib/icepush.jar 171 kB
- WEB-INF/lib/javax.annotation.jar 20 kB
- WEB-INF/lib/javax.servlet.jar 71 kB
- WEB-INF/lib/javax.servlet.jsp.jar 116 kB
- WEB-INF/lib/jstl.jar 20 kB
- WEB-INF/lib/jxl.jar 708 kB
- WEB-INF/.../krysalis-jCharts-1.0.0-alpha-1.jar 151 kB
- WEB-INF/sun-web.xml 0.5 kB
- WEB-INF/web.xml 0.9 kB
- icecomps.xhtml 2 kB
- index.xhtml 0.8 kB
- jsfcomps.xhtml 2 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Test application, ran with following setup:
- Windows 7 x86
- Glassfish v3
- JSF Mojarra 2.0.2
- ICEfaces 2 alpha3
Tests the JSR303 Validation with both JSF Mojarra 2.0.2 components and ICEfaces 2 alpha3 compat components (partialSubmit) and shows, that it's working with both libraries as expected.
ICEfaces 2 alpha2 compat components made problems in combination with JSR303, but in alpha3 it seems to be solved.
Show
Markus Schober
added a comment - Test application, ran with following setup:
Windows 7 x86
Glassfish v3
JSF Mojarra 2.0.2
ICEfaces 2 alpha3
Tests the JSR303 Validation with both JSF Mojarra 2.0.2 components and ICEfaces 2 alpha3 compat components (partialSubmit) and shows, that it's working with both libraries as expected.
ICEfaces 2 alpha2 compat components made problems in combination with JSR303, but in alpha3 it seems to be solved.
According to the report, this issue has been resolved as of the Alpha 3 release. Marking as fixed. We can re-open if the issue is still present.
Show
Deryk Sinotte
added a comment - According to the report, this issue has been resolved as of the Alpha 3 release. Marking as fixed. We can re-open if the issue is still present.
Please attach a simple test application.