I have this configuration on my web application. 2 beans : 1° Bean - It checks the login; @ManagedBean(name=\"login\")
I have problem with JSF (1.2) + primefaces (1.1). I have written classic site on JSF, and I have for every article request scoped backing bean. The problem is, that when I try to rate the article, the
I get the following error sometime on re-deployment of the application (its not consistent though). Does anyone know why this would happen?
I have tried to create new Facelets (JSF 1.2) component (using Java code). The component works perfectly, but the problem is, that I have no code completion for attributes in my IDE (Netbeans 6.9.1) f
Is it possible to specify where the components within a composite component will be displayed on your webpage?
I have problems including a facelet template. I wanted to split some content up, so that I can reuse it somewhere else.
This question already has an answer here: EL proposals / autocomplete / code assist in Facelets with Eclipse
I am doing a project using开发者_如何学编程 JSF 2.0 and Facelets. I have read documentations that the <ui:debug/> tag gives valuable troubleshooting information upon pressing CTRL-SHIFT-D. But
I am getting error message like... The tag handler class for \"ui:include\" (null) was 开发者_运维技巧not found on the Java Build Path
I have two classes representing menu items. First one is Category, it represents the parent menu items.