Solved !!

The problem is not in ui:include but in ui:repeat - 


http://www.ninthavenue.com.au/blog/c:foreach-vs-ui:repeat-in-facelets

Working code...


  |         <s:fragment rendered="#{articleAction.article != null}">
  |            <c:forEach items="#{articleAction.article.articles}" var="a">
  |             #{a.template}
  |                     <ui:include src="/templates/#{a.template}.xhtml" />
  |            </c:forEach>
  |         </s:fragment>
  | [/code[

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054610#4054610

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054610
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to