Re: [Trinidad-Sandbox] trs:tableFormLayout renderer problem

2009-04-24 Thread Glauco P. Gomes
Thanks for the response, even late, I will just have time to work on this next week. I will create a Jira issue and provide a patch when I finish. Glauco P. Gomes Leonardo Uribe escreveu: Hi Glauco Sorry for the late response, but right now I'm busy contributing to myfaces core 2.0. I'll tr

Re: [Trinidad-Sandbox] trs:tableFormLayout renderer problem

2009-04-21 Thread Leonardo Uribe
Hi Glauco Sorry for the late response, but right now I'm busy contributing to myfaces core 2.0. I'll try to be as concrete and simple as possible to explain this issue. To understand how this component works you have first to check a working example of it. Trinidad 1.2.8 is the nearest version th

Re: [Trinidad-Sandbox] trs:tableFormLayout renderer problem

2009-04-15 Thread Glauco P. Gomes
I'm interested in provide a patch to correct this, but I don't know where to start, can you guide me in the first steps? Glauco P. Gomes Leonardo Uribe escreveu: Hi Yes, the demo fails. It seems that something changes on org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.LabelAndMessag

Re: [Trinidad-Sandbox] trs:tableFormLayout renderer problem

2009-04-15 Thread Leonardo Uribe
Hi Yes, the demo fails. It seems that something changes on org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.LabelAndMessageRenderer class, and "table" tags are added to surrounding labeled components (this should not happen) , so the final result is that invalid html is generated. regards

Re: [Trinidad-Sandbox] trs:tableFormLayout renderer problem

2009-04-15 Thread Glauco P. Gomes
Hi Leonardo, I replaced the render-kit in the faces-config as you suggested, but the problem remains, so, I downloaded the trinidad-sandbox-demo (1.2.10-snapshot and 1.2.11-snapshot) and installed in Tomcat 6.0.14 and the tableFormLayout really not functioning as expected, could you test the

Re: [Trinidad-Sandbox] trs:tableFormLayout renderer problem

2009-04-15 Thread Leonardo Uribe
Hi Trinidad sandbox has its own renderkit, because there is no way to add custom renderers for components not registered before to trinidad base renderkits, so you need to point it properly on your faces-config.xml: org.apache.myfaces.trinidadinternal.sandbox.core regards Leonardo U

[Trinidad-Sandbox] trs:tableFormLayout renderer problem

2009-04-13 Thread Glauco P. Gomes
When I put a trs:tableFormLayout in my page, its content is rendered with only one column with the labels above the inputs, and the log shows: 2009-04-13 21:43:06,351 WARN [org.apache.myfaces.renderkit.html.HtmlRenderKitImpl] - Unsupported component-family/renderer-type: org.apache.myfaces.tr