Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Beta2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:ICEfaces 2, ACE component environment, PROJECT_STAGE='Development'.
-
Workaround Exists:Yes
-
Workaround Description:Workaround is to specify 'Production' project_stage.
Description
ACE: Validation failures when in project stage 'Development' result in loss of CSS styling on page.
The style problem is not specific to tabSet, I have verified it by putting dataEntry on the same page. The CSS issue is due to the reason that in showcase web.xml we have project_stage set to development.
<context-param>
<param-name>javax.faces.PROJECT_STAGE</param-name>
<param-value>Development</param-value>
</context-param>
It causes to add some fields in the body, which is resulting a body level update, that messing up css.
Removing above param from web.xml fixes the app, but not a solution.
So problem is when there is a body level update.
The style problem is not specific to tabSet, I have verified it by putting dataEntry on the same page. The CSS issue is due to the reason that in showcase web.xml we have project_stage set to development.
<context-param>
<param-name>javax.faces.PROJECT_STAGE</param-name>
<param-value>Development</param-value>
</context-param>
It causes to add some fields in the body, which is resulting a body level update, that messing up css.
Removing above param from web.xml fixes the app, but not a solution.
So problem is when there is a body level update.
Activity
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #22828 | Mon Oct 25 08:38:43 MDT 2010 | ken.fyten | |
| Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/ace/samples/showcase/src/main/webapp/WEB-INF/web.xml
|
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [] | |
| Fix Version/s | 2.0.0 [ 10230 ] | |
| Assignee | Ted Goddard [ ted.goddard ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #22844 | Mon Oct 25 13:31:06 MDT 2010 | ted.goddard | always render container element for MessagesRenderer ( |
| Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/core/src/main/java/org/icefaces/impl/renderkit/html_basic/MessagesRenderer.java
|
| Summary | ACE: Validation failures when in project stage 'Development' result in loss of CSS styling on page | Project stage 'Development' interactions result in loss of CSS styling on page or DOM update to body |
| Salesforce Case | [] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 2.0-Beta2 [ 10242 ] | |
| Fix Version/s | 2.0.0 [ 10230 ] | |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 2.0.0 [ 10230 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

This div at the end of the body looks suspicious:
<div id="javax_faces_developmentstage_messages"><ul id="javax_faces_developmentstage_messages" title="Project Stage[Development]: Unhandled Messages"></ul></div></body>