Re: Pass-through Attributes support for Trinidad

2017-04-19 Thread Leonardo Uribe
Hi I think it is safe to only pass the component in responseWriter.startElement when it is really wanted, and pass null in other cases. Trinidad overrides the default (and updated) HtmlResponseWriter, so it is necessary to update the ResponseWriter there with the new JSF 2.2 logic. There is no

Pass-through Attributes support for Trinidad

2017-04-19 Thread Bernd Bohmann
Hello, with my latest commits on trinidad trunk pass-through Attributes should work. But there are some open questions. Inside some Renderer there are several calls to responseWriter.startElement with a component instance. For example inputText will result following Html rendering: