jsf
JSF 2 - Unique ids across multiple pages
I\'m looking to create a JSF application in which there are multiple xhtml pages displayed in different regions of the browser. I could do this with iframes but they add extra memory and accessing obj[详细]
2023-04-09 04:35 分类:问答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 分类:问答Main differences between JSF 1.2 and 2.0
I am in need of getting up to speed with JSF 2.0. I have found a nice and practical tutorial at JSF tutorial. This tutorial covers creating JSF ap开发者_Python百科plications using JSPs (JSF 1.2). At o[详细]
2023-04-09 03:49 分类:问答Are both getters and setters mandatory in JSF's managed beans?
I have a JSF component which i开发者_如何学JAVAs initialized from a managed bean\'s getter getProperty(). Is it mandatory to also have a setter setProperty() in that managed bean?It depends.[详细]
2023-04-09 03:38 分类:问答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 分类:问答JSF 2.0, malformedXML when using ajax on a commandlink
I am trying to display a field in a form after an ajax request through a commandlink.However ,i get a malformedXML error when i click the link. The xhtml file looks like :[详细]
2023-04-08 23:51 分类:问答JSTL xmlns namespace differences between JSF 1.2 and JSF 2.x?
I have a JSF 1.2 based webapp from which I copied the JSTL import xmlns:c=\"http://java.sun.com/jstl/core\"[详细]
2023-04-08 23:44 分类:问答How to render a button depending on the state list?
I have a button, which should be disabled if a particular list is empty开发者_运维技巧. And, accordingly, active, if list not empty. When the initial page load button is disabled, because list is empt[详细]
2023-04-08 23:13 分类:问答JSF. How to set a value of JavaScript function to a field of Bean?
Good morning! How to set a value of JavaScript function to a field of Enterprice Java Bean? I have the js function:[详细]
2023-04-08 22:54 分类:问答