[Trinidad] PPR error with XHTML JSPs

2008-01-21 Thread Mathias Walter
Hi, I'm using XHTML inside JSPs. If I include the XML processing instruction "" at the top of the page, partial triggers won't work. Firebug displays: "Invalid PPR response. The response-headers were:\nServer: Apache-Coyote/1.1\nX-Powered-By: JSF/1.2\nCon..." and the PPR result is: http://www

Re: [Trinidad] PPR error with XHTML JSPs

2008-01-21 Thread Matthias Wessendorf
Hi, I think we had that issue already discussed here on the list. Can you do the following: -create a jira -with some simple JSP (+XHTML) code inside. Since I see the "X-Powered-By: JSF/1.2" http header, my guess is, that you are on Trinidad 1.2.x. But what is the x ? :-) Thanks! Matthias On Ja

RE: [Trinidad] PPR error with XHTML JSPs

2008-01-21 Thread Mathias Walter
Hi Matthias, > I think we had that issue already discussed here on the list. > Can you do the following: > -create a jira Done: https://issues.apache.org/jira/browse/TRINIDAD-912 > -with some simple JSP (+XHTML) code inside. > > Since I see the "X-Powered-By: JSF/1.2" http header, > my guess is

Re: [Trinidad] PPR error with XHTML JSPs

2008-01-21 Thread Matthias Wessendorf
> "Invalid PPR response. The response-headers were:\nServer: > Apache-Coyote/1.1\nX-Powered-By: JSF/1.2\nCon..." this, from the header. The RI has a context-parameter for disabling this. Thanks for the issue; I'll take a look. -Matthias > > and the PPR result is: > > > "http://www.w3.org/TR/

Re: [Trinidad] PPR error with XHTML JSPs

2008-01-21 Thread Matthias Wessendorf
after removing works On Jan 21, 2008 1:50 PM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > "Invalid PPR response. The response-headers were:\nServer: > > Apache-Coyote/1.1\nX-Powered-By: JSF/1.2\nCon..." > > this, from the header. > The RI has a context-parameter for disabling this. > >

RE: [Trinidad] PPR error with XHTML JSPs

2008-01-21 Thread Mathias Walter
Hi, > after removing > > works Yes. I wrote it with other words. -- Regards, Mathias > > On Jan 21, 2008 1:50 PM, Matthias Wessendorf > <[EMAIL PROTECTED]> wrote: > > > "Invalid PPR response. The response-headers were:\nServer: > > > Apache-Coyote/1.1\nX-Powered-By: JSF/1.2\nCon..." > >