Posted By:
Cristian_Jansenson
Posted On:
Monday, March 3, 2008 11:48 AM
I need something very similar to the facelets tag
. The difference is that the content to include will change at runtime, so I would like to be more dynamic like this:
#{xhtmlGenerator.getXHTML()}
xhtmlGenerator.getXHTML() returns an xhtml excerpt such as
Is there a way to do this? Thanks,
Cristian