Re: [Trinidad] UIXGroup inside HtmlRowLayout is leading to "INVALID HTML" if it contains HtmlCellFormat(s)

2009-03-09 Thread Marco Grimm-2
Hi, if UIXComponent.processFlattenedChildren() is to be used, I cannot do this, because it seems to complecated at the first look; I would have to get into that, which would take me to much time. I tried another solution, but I'm not sure, whether this is correct, because it ommits calling compo

Re: [Trinidad] UIXGroup inside HtmlRowLayout is leading to "INVALID HTML" if it contains HtmlCellFormat(s)

2009-03-06 Thread Matt Cooper
I also forgot tr:switcher--tr:swicher, tr:group, and tr:terator implement FlattenedComponent which is what would be accommodated by such a change. http://myfaces.apache.org/trinidad/trinidad-1_2/trinidad-api/apidocs/org/apache/myfaces/trinidad/component/FlattenedComponent.html Regards, Matt On

Re: [Trinidad] UIXGroup inside HtmlRowLayout is leading to "INVALID HTML" if it contains HtmlCellFormat(s)

2009-03-06 Thread Matt Cooper
Hi Marco, Actually I think RowLayoutRenderer just needs to perform the UIXComponent.processFlattenedChildren() just like is done in PanelFormLayoutRenderer to supports component flattening. This would give you that effect that you desire but also will flatten a tr:iterator wrappers. Regards, Mat

[Trinidad] UIXGroup inside HtmlRowLayout is leading to "INVALID HTML" if it contains HtmlCellFormat(s)

2009-02-20 Thread Marco Grimm
Hi, it would be nice/helpful if RowLayoutRenderer would overwrite "encodeAllChildren(...)" in that way, that for UIXGroup it should not pass the UIXGroup itself to "encodeChild(...)", but the children of the UIXGroup. This would have the result, that one could put several columns into one UIXGroup