jboss « Facelets « JSF Q&A





1. How do I enable code-completion in Netbeans 6.8 for facelets in JSF 1.2?    stackoverflow.com

I'd like to enable code completion for facelets + JSF 1.2 in NetBeans 6.8. I'd prefer to enable it for a free-form project that I build using my own Ant ...

2. Netbeans + Facelets + Jboss EL    stackoverflow.com

I've got a problem with JBossEL in NetBeans. Jboss EL provides method execution besides java bean binding. So th code :

<h:outputText value="#{welcomeController.getWelcome(request)}" />
is correct and works fine. But NetBeans shows me ...

3. Is it possible to use objects as function paremeters in EL with JBoss EL resolver?    stackoverflow.com

There is this sentence in JBoss EL resolver online documentation:

It's important to fully understand how this extension to EL works. When the page is rendered, the ...

4. Facelets parsing problem using JBoss v4.2.1     stackoverflow.com

I have a some.xhtml file with jsf libs in it. In <h:body> tag I am trying to display 2 words: For the first one I use plain text: Hello For the second one ...

6. JSF 1.2 with Facelets 1.2 project deployment issue in JBoss 4.2.3.    coderanch.com

Hi Team, I am developing JSF 1.2 with Facelets 1.2 implementation. I am trying to deploy in JBoss 4.2.3 but it's show following error. Note: - i have check in physical folder RI-MepIT-war-exp.war\WEB-INF\lib\servlet-api-2.4.jar - jar is there. - i have added all the JARs i.e., commons-beanutils-1.7.0.jar commons-collections-3.2.1.jar commons-digester-1.8.jar commons-httpclient-2.0.2.jar commons-lang-2.4.jar el-api.jar el-impl.jar jboss-faces.jar jsf-api.jar jsf-facelets.jar jsf-impl.jar jstl-1.2.jar log4j-1.2.13.jar servlet-api-2.4.jar standard.jar tomahawk12-1.1.9.jar ...