开发者

Facelets: new location for "xmlns:h" and "xmlns:f"?

I'm trying to use some xml name spaces here,

<html xmlns="http://www.w3.org/1999/xhtml"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:a4j="http://r开发者_如何学运维ichfaces.org/a4j"
              xmlns:rich="http://richfaces.org/rich"
              xmlns:f="http://java.sun.com/jsf/core"
                >

but since Oracle've eaten Java, the http://java.sun.com/jsf/* links are broken now (thank you Oracle).

Anybody knows their new locations? Or which maven dependency solves that (com.sun.facelets.jsf-facelets, javax.faces.jsf-api, javax.faces.jsf-impl don't)?


It doesn't matter that they are broken. These are just identifiers and no links (though they look like links).

If your page doesn't work, it's rather a problem of missing libraries.

Replacing "Sun" with "Oracle" won't work either ;-)

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜