Details
Description
Regarding the attached portlet, when doing an onblur (partialsubmit) from the "First Name" field, ICEfaces determines that the java.faces.ViewState hidden field needs to be updated, even though it is updating it with the same exact value that was there. While that introduces only a slight inefficiency, the problem is that, according to FireBug and Chrome, the value of the javax.faces.encodedURL gets wiped out and so all subsequent jsf.js Ajax requests fail.
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | icefaces-2.0-compat-portlet.zip [ 12362 ] |
Attachment | icefaces-2.0-compat-portlet-1.0.0-SNAPSHOT.war [ 12365 ] |
Salesforce Case | [] | |
Fix Version/s | 2.0-Beta [ 10231 ] | |
Assignee | Mircea Toma [ mircea.toma ] |
Salesforce Case | [] | |
Component/s | Bridge [ 10011 ] | |
Component/s | Framework [ 10013 ] | |
Fix Version/s | 2.0.0 [ 10230 ] | |
Fix Version/s | 2.0-Beta [ 10231 ] | |
Assignee | Mircea Toma [ mircea.toma ] | Deryk Sinotte [ deryk.sinotte ] |
Assignee Priority | P2 | |
Assignee | Deryk Sinotte [ deryk.sinotte ] | Ted Goddard [ ted.goddard ] |
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 ] |
Assignee Priority | P2 |
Here's an example of the DOM update that FireBug says is being applied after the onblur:
<?xml version="1.0" encoding="utf-8"?>
<partial-response><changes><update id="javax.faces.ViewState"><![CDATA[-1320574561355035683:5537851636518983223]]></update></changes></partial-response>