file « JSP « JSF Q&A





1. What is the analog of jsp .tag-files in jsf or how to avoid coping and pasting jsf/facelets code?    stackoverflow.com

I think the title is clear enough so I only add an example of typical situation. First block of code:

<div id="mailpanel">
    <h:panelGroup id="sendmailpane" styleClass="sendmailpane" layout="block"
     ...

2. Tomcat 6 JSF/JSP filename configuration problem    stackoverflow.com

I'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.com

I 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.com

I 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 ...

6. JSF and file upload    coderanch.com

I 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