« Return to Thread: custom facelets tag: render children

custom facelets tag: render children

by smilysep :: Rate this Message:

Reply to Author | View in Thread

Hi i want to implement something like this:

<a:customTable>
  <a:customColumn>
  <a:customColumn>
<a:customTable>

where customTable is a facelets tag with no java code, only a xhtml file which is registered in the facelets taglib. This tag just has to wrapp the body in a common t:datatable with a pager as footer and some styling. It would be very nice for me, because that will avoid a lot of duplicated jsp table code.

some guesses?

thanks

 « Return to Thread: custom facelets tag: render children