0

Look at the behavior of my table, I want that the lines of field email appear inside of the field Email and not like that show in the image...

http://lh5.googleusercontent.com/-EuSQ3VCxSYs/T3n4mYuXftI/AAAAAAAAAX0/c5-Ood1s6Dg/s940/tabela.png

Can anyone help me?

Sam DeHaan
  • 10,246
  • 2
  • 40
  • 48
Vinícius França
  • 145
  • 1
  • 3
  • 10

1 Answers1

0

use <ui:repeat> over your email list, and print them inside e-mail column.

<ui:repeat var="email" value="#{user.emailList}">
#{email} <br/>
</ui:repeat>
BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
nsumer
  • 301
  • 4
  • 18