Hello Sebastian,
please try something like this:
<tc:column label="Aktion" sortable="false" align="center">
<tc:panel>
<f:facet name="layout">
<tc:gridLayout columns="15px;15px" />
</f:facet>
<tc:link id="image" image="img/show.gif" />
<tc:link id="image2" image="img/edit.gif" />
<tc:panel>
</tc:column>
Regards
Bernd
sieppl wrote:
Hi!
I get an "More or less than 1 child in column!" warning when trying this:
<tc:column label="Aktion" sortable="false" align="center">
<tc:link id="image" image="img/show.gif" </tc:link>
<tc:link id="image2" image="img/edit.gif" </tc:link>
</tc:column>
As a result algiing does not work for that cell. How can I realize this
clean?
Regards
Sebastian