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


i'm trying use xml name spaces here,

<html xmlns="http://www.w3.org/1999/xhtml"               xmlns:h="http://java.sun.com/jsf/html"               xmlns:a4j="http://richfaces.org/a4j"               xmlns:rich="http://richfaces.org/rich"               xmlns:f="http://java.sun.com/jsf/core"                 > 

but since oracle've eaten java, http://java.sun.com/jsf/* links broken (thank oracle).

anybody knows new locations? or maven dependency solves (com.sun.facelets.jsf-facelets, javax.faces.jsf-api, javax.faces.jsf-impl don't)?

it doesn't matter broken. these identifiers , no links (though links).

if page doesn't work, it's rather problem of missing libraries.

replacing "sun" "oracle" won't work either ;-)


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -