icefaces-facelets.jar をどこで入手できるか知っている人はいますか? 1.8 仕様をダウンロードする必要がありますか? それは互換性がありますか?
3 に答える
1
Use default facelets
for your configuration. IceFaces do not have its own anymore and they started to use the default instead. So in pom.xml you could have for example:
<dependency> <groupId>com.sun.facelets</groupId> <artifactId>jsf-facelets</artifactId> <version>1.1.10</version> </dependency>
于 2011-08-15T12:40:17.010 に答える
1
icefaces 2 では、icefaces-facelets.jar はもう必要ありません。コーディングによっては、icefaces.jar と icefaces-compat.jar、または新しい icefaces-ace.jar が必要です。
于 2011-12-02T07:28:36.007 に答える
0
icefaces 2.0 は jsf 2.0 に基づいており、既に facelets が付属しているため、facelets jar は必要ありません。この SO の質問で詳細を確認できます。
于 2012-09-17T09:07:35.523 に答える