Re: %20 instead of space with passthrough

2013-09-29 Thread Leonardo Uribe
Hi In the renderkit javadoc of jsf 2.2 spec says this (Rendering Pass Through Attributes): "... The ResponseWriter must ensure that any *pass through attributes* are rendered on the outer-most markup element for the component. If there is a *pass through attribute* with the same name as a *render

Re: %20 instead of space with passthrough

2013-09-29 Thread Karl Kildén
Hi Leo and thanks for the reply. It did not help. Here's my html: https://gist.github.com/karlkilden/6754541 cheers On 29 September 2013 19:14, Leonardo Uribe wrote: > Hi > > Try setting the page encoding to UTF-8. I suppose in that case, the default > response writer does not found the enco

Re: %20 instead of space with passthrough

2013-09-29 Thread Leonardo Uribe
Hi Try setting the page encoding to UTF-8. I suppose in that case, the default response writer does not found the encoding, so in that case it escape the space. regards, Leonardo Uribe 2013/9/29 Karl Kildén > Hello, > > I tried the snapshot: myfaces-bundle-2.2.0-20130927.112420-1540 > > I g

%20 instead of space with passthrough

2013-09-29 Thread Karl Kildén
Hello, I tried the snapshot: myfaces-bundle-2.2.0-20130927.112420-1540 I got this simple snippet to work except spaces show as %20 http://www.w3.org/1999/xhtml"; xmlns:h="http://xmlns.jcp.org/jsf/html"; xmlns:pt="http://xmlns.jcp.org/jsf/passthrough";> JSF 2.2

Re: JSF 2.2 status & snapshot usage

2013-09-29 Thread Leonardo Uribe
Hi @Karl use https://repository.apache.org/content/repositories/snapshotsonly in the url I did the same steps with the simple helloworld application (change a bean and set it to view scope and finally add bean