2011-01-21 53 views

回答

1

爲您的配置使用默認值facelets。 IceFaces沒有它自己了,他們開始使用默認值。所以在pom.xml中,你可以有例如:

<dependency> 
     <groupId>com.sun.facelets</groupId> 
     <artifactId>jsf-facelets</artifactId> 
     <version>1.1.10</version> 
    </dependency> 
1

隨着ICEfaces的2你不需要ICEfaces的-facelets.jar了。根據你的編碼,你需要icefaces.jar和icefaces-compat.jar,甚至是新的icefaces-ace.jar。

0

icefaces 2.0基於jsf 2.0,它已經帶有facelets,所以你不需要任何facelets jar。您可以在此SO問題中找到更多信息:

JSF 2.0 and Facelets