<ui:include src="#{template.getTemplate('article')}" />
@Name("template")
| public class Template {
|
| public String getTemplate(String name) {
| return calculateViewId(name);
| }
| }
Obviously, you have to write calculateViewId to build your viewId on the fly.
If it's just for i8ln of strings, then monkeyden's is the correct solution.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072640#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...