[
https://issues.apache.org/jira/browse/MYFACES-4160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16184259#comment-16184259
]
Werner Punz edited comment on MYFACES-4160 at 9/28/17 2:37 PM:
---------------------------------------------------------------
Just checked the primefaces code one of the reasons is, it utilizes jquery
which does the heavy lifiting in the browser compatibility dom and Ajax area.
That back then was out of the question for me because the sources needed to be
self contained, I did not have the luxury of being able to bundle
jquery.
I would say about 40% of the old code is dealing with browser incompatbilities
and custom browser behavior which were serious back then, have in mind when
the code was developed, the main platforms were ie6 and to some degree also
still blackberry on the mobile sector.
But yes, the code needs a serious overhaul, I agree. It is now almost 10 years
old and things have moved on big time.
was (Author: werpu):
Just checked the primefaces code one of the reasons is, it utilizes jquery
which does the heavy lifiting in the browser compatibility dom and Ajax area.
That back then was out of the question for me because the sources needed to be
self contained, I did not have the luxury of being able to bundle
jquery.
I would say about 40% of the old code is dealing with browser incompatbilities
which were serious back then, have in mind when the code was developed, the
main platforms were ie6 and to some degree also still blackberry on the mobile
sector.
But yes, the code needs a serious overhaul, I agree. It is now almost 10 years
old and things have moved on big time.
> 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)