facelets
Not able to add HTML to <ui:define>
I have recently started working with JSF2.0 and Facelets, but have run into what I hope is an easy answer for most of you out there.When I am trying to add any HTML tag within a <ui:define> tag[详细]
2023-04-12 15:13 分类:问答How to show MySQL data by a managed bean?
I am trying to manage to work a simply xhtml page with Java Server Faces 2.0 that shows entries from a database JDBC-MySQL[详细]
2023-04-12 03:26 分类:问答Cannot get Wizard Example to work in GateIn 3.1 GA
I cannot get the Richfaces wizard example to work in GateIn 3.1. I am using JSF 1.2, Facelets 1.1.15, GateIn 3.1 GA, Richfaces 3.3.3, IE8.[详细]
2023-04-12 00:29 分类:问答JSF UIRepeat and PostBack
I have a simple page where a I use <ui:repeat> and it gets the value from a backing bean. The initial request will give it an empty list. The postback then will invoke an action that will chang[详细]
2023-04-10 14:05 分类:问答JSF 2.0/Facelets - JavaScript characters get encoded as html entities
I\'m using jQuery inside Faceletes template. The problem is that special characters are encoded as html enti开发者_如何学Goties, eg if (y >= top) { to if (y >= top) {[详细]
2023-04-09 22:27 分类:问答What are the benefits of using JSF2 resources?
Should I use JSF2 resources instead of plain html like <link href... or url(image.png)? What are the benefits? For me this is a bit annoying when web-designer 开发者_如何学Ccreates layout with XHTM[详细]
2023-04-09 04:32 分类:问答Change dynamic part of an snippet that is included via JSF-2.0 templateing
I have a problem with the JSF-2.0 templating mechanism. I implement some snippet that are included to template file. But one of my snippet contains dynamic content.[详细]
2023-04-09 02:05 分类:问答Making a Composite Component in JSF2
I have a problem with my composite component in JSF2. I implement a list using ui and li. But if I use my component nothing happens. My list-tag is not replaced in code generated by facelet. So whats[详细]
2023-04-09 00:32 分类:问答use validateRequired through composite component
I\'m trying to forward \"f:validateRequired\" validator through a composite component without using required attribute.[详细]
2023-04-09 00:22 分类:问答JSF 2 facelets <f:metadata/> in template and page
I have the following template (masterLayout.xhtml): <!DOC开发者_如何转开发TYPE html> <html xmlns=\"http://www.w3.org/1999/xhtml\"[详细]
2023-04-07 20:41 分类:问答