Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.2
-
Component/s: Sample Apps
-
Labels:None
-
Environment:ICEfaces
Description
There is a hard-code reference to the "component-showcase" context in the StyleBean.changeStyle() method:
FacesContext.getCurrentInstance().getExternalContext().redirect("/component-showcase/index.jsp");
This means that if the app is deployed to a different context, changing styles will cause an exception.
FacesContext.getCurrentInstance().getExternalContext().redirect("/component-showcase/index.jsp");
This means that if the app is deployed to a different context, changing styles will cause an exception.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #24968 | Thu Jul 07 10:38:03 MDT 2011 | deryk.sinotte | |
Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/samples/compat/component-showcase/src/main/java/org/icefaces/application/showcase/util/StyleBean.java
|