This content has been marked as final.
Show 2 replies
-
1. Re: Why I can't create a4j:include dynamically using java
Nick Belaevski Sep 17, 2009 5:12 AM (in response to Jean Baldessar)Hi,
This is not implemented due to limitations of existing API. -
2. Re: Why I can't create a4j:include dynamically using java
Alexander Smirnov Sep 19, 2009 2:31 PM (in response to Jean Baldessar)"include" tag has a two parts that works together, the JSF component and special tag handler that compiles included fragment into JSF tree. In your code you implements only half of functionality.
It is hard to implement that functionality by backing bean because fragment compilation and component working in different phases of view rendering.