开发者

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

开发者 https://www.devze.com 2023-02-25 11:40 出处:网络
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\"

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

精彩评论

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