开发者

JSF - Create a chain of value with EL

I would like to know if its possible, by using JSF, to make somethings like this :

<ui:include src="#{bean.value/bean.value}.xhtml" />
<ui:include src="#{bean.value/'default'/bean.value}.xhtml" />

In other words, create a chain of EL value (in this exampl开发者_JAVA技巧e it make sense because i use ui:include)

Cheers


Try this.

<ui:include src="#{bean.value}/default/#{bean.value}.xhtml" />
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜