that is exactly the problem - use the specific JSF iterator tags
(specification: h:dataTable, MyFaces Implementation additionally:
x:dataList) when doing iterations; else you run into problems all
over...

regards,

Martin



On Mon, 17 Jan 2005 12:00:52 -0500, Sean Schofield
<[EMAIL PROTECTED]> wrote:
> I'm not sure about the specifics of your custom component so its hard
> to say.  One thing that looks strange to me though, is your use of a
> "row" tag.  Typically you do not need such a tag.  In <h:dataTable>
> for instance, you only specify the columns and the component
> automatically generates the rows as it iterrates over the data.
> 
> sean
>

Reply via email to