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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion