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
Deryk Sinotte
created issue -
Deryk Sinotte
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Deryk Sinotte [ deryk.sinotte ] |
Deryk Sinotte
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 2.1-Beta [ 10291 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |