[
https://issues.apache.org/jira/browse/MYFACES-4160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16196209#comment-16196209
]
Werner Punz edited comment on MYFACES-4160 at 10/8/17 4:36 PM:
---------------------------------------------------------------
Ah yes the second problem, intiially both viewstate elements were prefixed
perfectly fine, but upon replacement
the cdata block does not have a viewstate in, which also is fine,
but then the <update id="j_id__v_0:javax.faces.ViewState:1">
<![CDATA[twZolpqJiEguoybbPiqYMTE+F29uqaLxrBUOm3Bj6vDo6C1m]]></update> in
conjunction with a partial response with an id comes along and the viewstate
element cannot be added to the first form anymore since the form id is not
prefixed with j_id__v_0
So I guess there are some bugs regarding the viewroot name handling.
Either leave out the j_id__v_0 for the partial response block so that all forms
are picked up
or put the prefix into all elements under this viewroot.
was (Author: werpu):
Ah yes the second problem, intiially both viewstate elements were prefixed
perfectly fine, but upon replacement
the cdata block does not have a viewstate in, which also is fine,
but then the <update id="j_id__v_0:javax.faces.ViewState:1">
<![CDATA[twZolpqJiEguoybbPiqYMTE+F29uqaLxrBUOm3Bj6vDo6C1m]]></update> comes
along and the viewstate element cannot be added to the first form anymore since
the form id is not prefixed with j_id__v_0
So I guess there are some bugs regarding the viewroot name handling.
Either leave out the j_id__v_0 for the partial response block so that all forms
are picked up
or put the prefix into all elements under this viewroot.
> ViewState not written for Ajax request
> --------------------------------------
>
> Key: MYFACES-4160
> URL: https://issues.apache.org/jira/browse/MYFACES-4160
> Project: MyFaces Core
> Issue Type: Bug
> Affects Versions: 2.3.0-beta
> Reporter: Thomas Andraschko
> Assignee: Werner Punz
> Fix For: 2.3.0
>
>
> If you run the application from MYFACES-4156 via mvn jetty:run, the
> viewStateId isn't rendered again after the first ajax request.
> Seems like FaceletViewDeclerationLanguage line 1910 should handle that but it
> skips.
> [~lu4242] Could you please check that?
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)