Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6
-
Fix Version/s: 1.6.1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:any
-
Support Case References:
Description
The messages renderer will always render a pair of <ul></ul> tags, regardless of
whether there is a FacesMessage or not. When there isn't a FacesMessage, and an
empty ul is rendered the page will not pass xhtml validation which specifies
that a ul tag always has to have a child. In the renderer we should check for the size of the Faces Messages list, and if it's zero not render the ul tag.
whether there is a FacesMessage or not. When there isn't a FacesMessage, and an
empty ul is rendered the page will not pass xhtml validation which specifies
that a ul tag always has to have a child. In the renderer we should check for the size of the Faces Messages list, and if it's zero not render the ul tag.
Issue Links
- blocks
-
ICE-1114 Accessiblity: Components must support XHTML v1.0 Transitional markup
- Closed
Message and Message component has been fixed: revision 14592