PageFlowScope query string parameter is duplicated along with trh:head content
------------------------------------------------------------------------------
Key: TRINIDAD-1526
URL: https://issues.apache.org/jira/browse/TRINIDAD-1526
Project: MyFaces Trinidad
Issue Type: Bug
Affects Versions: 1.2.11-core
Environment: Facelets, Windows, Jetty/Tomcat
Reporter: Bram Van Dam
Sometimes(*) the Trinidad javascript seems to think it's a good idea to repeat
the PageFlowScope _afPfm parameter on the query string.
This has two effects:
1) All the code in the trh:head element is repeated, once for each time I
clicked on a commandLink, regardless of whether or not a new parameter is
attached. I'll post some generated HTML in a comment.
2) After clicking through links for a while, the querystring gets too long and
the application ceases to function.
There are essentially two problems here:
1) When I use PageFlowScope, the generated HTML becomes invalid and huge.
2) When I use PrettyFaces, the _afPfm is repeated.
(*) The repetition only happens in combination with prettyfaces, the html
duplication happens all the time.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.