Re: View parameter f:viewParam is not working in combination with templating like ui:composition

2012-01-13 Thread Rudy De Busscher
Hi Leonardo, Didn't look into the javadoc of the spec, only in the PDF. My fault, thx for looking it up. It is clearly not an option to change it, spec says it can't be in a template. I also tried something extraordinary but it works (after I looked more in depth to the process of extracting

View parameter f:viewParam is not working in combination with templating like ui:composition

2012-01-12 Thread Rudy De Busscher
Hi All, I have an issue with the view parameters in combination with templating. in file *templates/template.xhtml * *html xmlns=http://www.w3.org/1999/xhtml; xmlns:h= http://java.sun.com/jsf/html; xmlns:f=http://java.sun.com/jsf/core; xmlns:ui=http://java.sun.com/jsf/facelets;

Re: View parameter f:viewParam is not working in combination with templating like ui:composition

2012-01-12 Thread Leonardo Uribe
Hi Look the javadoc of f:metadata: ... Declare the metadata facet for this view. This must be a child of the f:view. This tag must reside within the top level XHTML file for the given viewId, or in a template client, but not in a template. ... That behavior is declared on the spec, and the