You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Bram Van Dam <br...@cronos.be> on 2009/07/07 09:24:54 UTC

Re: [Trinidad] PageFlowScope query parameter is duplicated - and so is trh:head data

More fun:

For each time the parameter is duplicated, so is the data in the 
<trh:head> element. The letters W, T and F come to mind at this point.

<head>
     <meta name="generator" content="Apache MyFaces Trinidad">
     <link rel="stylesheet" charset="UTF-8" type="text/css" 
href="/webapp/adf/styles/cache/minimal-desktop-n8xr4c-ltr-gecko.css">		
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
     <link rel="stylesheet" title="Twee kolommen" type="text/css" 
media="screen" href="/webapp/layout/wireframe1/css/wireframe1.css">
     <title>Sample page</title>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
     <link rel="stylesheet" title="Twee kolommen" type="text/css" 
media="screen" href="/webapp/layout/wireframe1/css/wireframe1.css">
     <title>Sample page</title>
</head>

Does anyone have any info here?

Bram Van Dam wrote:
> Howdy,
> 
> There appears to be some sort of bug in whichever javascript adds the
> pageflowscope's _afPfm parameter. I start off without one, and every
> time I click on a link the same parameter is added again.
> 
> /index
> /index?_afPfm=z6kp6zxf1
> /index?_afPfm=z6kp6zxf1&_afPfm=z6kp6zxf1
> etc
> 
> There's quite a lot of JS in Trinidad, so I'm not sure where things are
> going wrong..
> 
> Has anyone else experienced this?
> 
>   - Bram