Hello
Like Udo I tried to reproduce the problem, but I failed, too. On my test
page the tc:selectOneChoice gets rendered without any problem.
Perhaps you can set up a small page, where this problem occurs. It
shouldn't be necessary to add a tc:cell just to get the
tc:selectOneChoice appear in the broswer.
Thanks in advance,
Arvid
yazid wrote:
Hi
I found out....I'm using a <tc:out with <tc:selectOneChoice ...inside a
column.
just put them in a cell.
tx
yazid wrote:
Hi All;
I've migrated last week to 1.0.15; most of component are OK, except for
"<tc:selectOneChoice" inside a sheet columns, it's not rendred at all....
<tc:column label=.....
<tc:selectOneChoice value="#{b.name}" >
<f:selectItems value="#{b.items}" />
</tc:selectOneChoice>
Is that a bug in 1.0.15 or should I do a special use of select...
Thanks