Hello all,
I develop a portlet using
JSF myfaces, i want to do this :
-t

ataTable id="menuElement" var="item" value="#{menuBackingBean.masterList}" border="0" rows="10" rowCountVar="0" -
-h:column-
-f:facet name="header"-
-h

utputText value="" /-
-/f:facet-
-h

utputText value="#{item}" /-
-BR-
-h

utputText value="TEST" /-
-/h:column-
-/t

ataTable-
The Problem is that -BR- have no effect within -h:column-
any idea to do this please
Thanks a lot,
Sanae