I have a problem with f:ajax tag. In my previous project, everything worked perfectly. Now I have another project and f:ajax tag doesn't work at all and I don't know why.
I ...
Hello, I am facing real difficulties in implementing JSF Facelets Tags on my Tomcat 6.0 server. I have these jar files jsf-facelets.jar, el-api.jar, el-ri.jar in my WEB-INF/lib folder. I have this web.xml file in my WEB-INF folder, web.xml javax.faces.DEFAULT_SUFFIX.xhtmlfacelets.DEVELOPMENTtrue ...
Hi All, I have a problem using custom tag with facelets . My web.xml is : " target="_blank" >http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"> com.sun.faces.verifyObjectstruecom.sun.faces.validateXmltruejavax.faces.DEFAULT_SUFFIX.xhtmlfacelets.DEVELOPMENTfalsefacelets.SKIP_COMMENTStruefacelets.LIBRARIES /WEB-INF/ticker.taglib.xml Faces Servletjavax.faces.webapp.FacesServlet1 ...
I have a little problem with restoring the state of the custom tag for facelet, it is the first time Iwrite the custom tag for facelests and I am little lost least to say since there are not that many tutorials I use the one on this blog: http://blog.evolutionarydawn.com/2009/06/11/custom-jsf-component-12/ my proplem is the one on the bottom reffering to checkboxes I ...