java的JSF对HTML5的支持
是否可以使用 JSF(Java EE) 创建 html5 页面而不是 xhtml ? 如果是这样,是否存在由于 html5 导致的许多支持问题?
Is it possible to use JSF(Java EE) to create html5 pages instead of xhtml ?
If so are there many support issues due to html5 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,没有内置对 html5 的支持。
所有组件均呈现为 XHTML。
但是您可以更改这些组件以生成 html5 并创建支持它的新组件。
请参阅 ICEfaces。
有许多控件已经支持 html5。
可以在此处找到有趣的文章系列 JSF 2 fu :HTML5复合组件
As far as i know there isn't build-in support for html5.
All components are rendered as XHTML.
But you can alter these components to produce html5 and create new that support it.
See ICEfaces.
There are number of controls out there that support already html5.
An insteresting article series can be found here JSF 2 fu: HTML5 composite components