1. What is the analog of jsp .tag-files in jsf or how to avoid coping and pasting jsf/facelets code? stackoverflow.comI think the title is clear enough so I only add an example of typical situation. First block of code:
|
2. Tomcat 6 JSF/JSP filename configuration problem stackoverflow.comI've a JSF app deploying from Eclipse Ganymede through Tomcat 6. The latter suggests JSP 2.0. I'm using Sun RI JSF implementation and RichFaces 3.3.2SR1. My index.jsp file on ... |
3. Automatically tidy up JSP/JSF files stackoverflow.comI am working on a webapplication and I do most of the XHTML stuff in an editor. Every once in a while I froget to close a tag or mess up the ... |
4. how to call a jsp which is in a different WAR file stackoverflow.comI have a click here link on a jsp. On clicking, another jsp which is in another WAR file has to be called. I'm using JSF frmework. Can anyone help me ... |
5. JSF files should not use jsp extension... coderanch.com |
6. JSF and file upload coderanch.comI dont know how JSF works. But Struts works fine. It provides a standard JSTL for composing the form, and when the form is submitted, the file will be uploaded and the control will be passed the the DispatchAction class. In this class, the uploaded file is already stored somewhere inside the Web server, and you can still, use the file ... |
7. .jsp file becomes .jsf file? coderanch.com |
8. Issues with HttpServletResponse.sendRedirect to JSP/JSF file coderanch.com |