小编Vic*_*tor的帖子

在哪里可以找到 JSF Facelets 标记库的 XML 模式定义 (XSD)?

在哪里可以找到 XML 模式定义

xmlns:ui="http://java.sun.com/jsf/facelets" 
xmlns:h="http://java.sun.com/jsf/html" 
xmlns:f="http://java.sun.com/jsf/core" 
xmlns:c="http://java.sun.com/jstl/core" 
Run Code Online (Sandbox Code Playgroud)

或自 JSF 2.2

xmlns:jsf="http://xmlns.jcp.org/jsf" 
xmlns:ui="http://xmlns.jcp.org/jsf/facelets" 
xmlns:h="http://xmlns.jcp.org/jsf/html" 
xmlns:f="http://xmlns.jcp.org/jsf/core" 
xmlns:a="http://xmlns.jcp.org/jsf/passthrough" 
xmlns:c="http://xmlns.jcp.org/jsp/jstl/core" 
Run Code Online (Sandbox Code Playgroud)

?

jsf xsd facelets

4
推荐指数
2
解决办法
3370
查看次数

标签 统计

facelets ×1

jsf ×1

xsd ×1