• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

tag -br- with JSF myfaces

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
permaculture is largely about replacing oil with people. And one tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic