Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-1.8.2.GA_P04, 3.1
-
Fix Version/s: EE-3.0.0.GA_P01, 3.2, EE-1.8.2.GA_P05
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
A JavaScript error is thrown when an ice:commandLink uses a f:param tag that contains an apostrophe (single quote) is clicked. The apostrphe is not escaped and there for gets added into the JavaScript call which causes an incorrect syntax.
This looks to have been resolved for the standard JSF components through this JSF JIRA: http://java.net/jira/browse/JAVASERVERFACES-542
This looks to have been resolved for the standard JSF components through this JSF JIRA: http://java.net/jira/browse/JAVASERVERFACES-542
Activity
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [5007000000NHg6V] |
Arran Mccullough
made changes -
Attachment | Case11492Example.war [ 14744 ] | |
Attachment | Case11492Example.zip [ 14745 ] |
Arran Mccullough
made changes -
Assignee | Deryk Sinotte [ deryk.sinotte ] |
Arran Mccullough
made changes -
Attachment | Case11492Example2.war [ 14761 ] | |
Attachment | Case11492Example2.zip [ 14762 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30465 | Fri Aug 10 11:44:38 MDT 2012 | deryk.sinotte | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/push-server/src/org/icefaces/push/server/ProductInfo.java
MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/renderkit/dom_html_basic/CommandLinkRenderer.java MODIFY /icefaces/trunk/icefaces/samples/portlet/location/web/WEB-INF/web.xml MODIFY /icefaces/trunk/icefaces/samples/portlet/chat/web/WEB-INF/web.xml |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30466 | Fri Aug 10 11:50:18 MDT 2012 | deryk.sinotte | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/push-server/src/org/icefaces/push/server/ProductInfo.java
MODIFY /icefaces/trunk/icefaces/samples/portlet/location/web/WEB-INF/web.xml MODIFY /icefaces/trunk/icefaces/samples/portlet/chat/web/WEB-INF/web.xml |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30467 | Fri Aug 10 11:50:33 MDT 2012 | deryk.sinotte | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/compat/core/src/main/java/com/icesoft/faces/renderkit/dom_html_basic/CommandLinkRenderer.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30468 | Fri Aug 10 11:55:52 MDT 2012 | deryk.sinotte | |
Files Changed | ||||
MODIFY
/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/compat/core/src/main/java/com/icesoft/faces/renderkit/dom_html_basic/CommandLinkRenderer.java
|
Deryk Sinotte
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | EE-3.0.0.GA_P01 [ 10327 ] | |
Fix Version/s | 3.2 [ 10338 ] | |
Fix Version/s | EE-1.8.2.GA_P05 [ 10331 ] | |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Attached test case that shows issue.
Steps: