在 JSF 中为
我知道如何在 JSF 中创建我自己的标签库,例如。但是有没有办法使用 JSF 来解析不同的原生 HTML 元素呢?我正在考虑为表单、div 添加我自己的参数,然后在渲染最终标记之前在服务器上以不同的方式解析这些参数。
I know about creating my own taglibs in JSF eg. but is there a way to use JSF to parse differently native HTML elements? I am thinking of adding my own parameters for forms, divs, that would be then parsed differently on the server before rendering the final markup.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这对我来说听起来是个坏主意。您的应用程序将始终与 JSF 和您的自定义组件绑定。
我保证有一天,当开发团队重构整个内容以使用 HTML 5 和 CSS 3 时,他们会诅咒你。我建议不要这样做,但这只是我的意见。
我不明白这如何与 AJAX、Flex 或 Flash 配合使用。对我来说有一种90年代的感觉。
This sounds like a bad idea to me. Your apps will always be tied to JSF and your custom components.
I'll guarantee that someday a team of developers will curse you when they refactor the whole thing to use HTML 5 and CSS 3. I'd recommend not doing it, but that's just my opinion.
I don't see how this fits in with AJAX, Flex, or Flash. It has a 90s feel to me.