我想使用動態ui:include,就像這樣。動態<ui:include>不起作用
<ui:repeat value="#{FormsService.getTemplates(component.form)}"
var="template">
<ui:include src="forms/#{template.id}.xhtml"/>
</ui:repeat>
不知何故,這總是導致包含「forms/.xhtml」,就好像#[template.id}是空的。 但我知道#{template.id}不是空的。即只是把它打印出來就能給我預期的價值。那麼這裏出了什麼問題?任何幫助表示讚賞。
我已經把代碼放在horus.pl/DynamicInclude.zip – mrembisz 2011-05-04 13:17:43
非常感謝。 – AyaProgram 2011-05-05 07:31:13