plugin « Development « JSF Q&A





1. Is JSF available as an OSGi (Equinox) bundle?    stackoverflow.com

There is a bundle for JSP/JSTL, which can be deployed on Equinox OSGi Framework and can be used by other bundles then: org.eclipse.equinox.jsp.jstl_1.0.0.jar Is there also a bundle for JSF, so i ...

2. JSF2 on Jetty gives randomly 'zip file closed' but works when running from maven jetty plugin (jetty:run)    stackoverflow.com

my JSF web app is giving randomly error: "zip file closed" when accessing files (like images, css, js). It is deployed on Jetty 7. It looks like some of those files ...

3. How to render a JasperReport using JasperReports JSF Plugin?    stackoverflow.com

I need to show a JasperReport and I'm trying to do it with JasperReports JSF Plugin, some body have an example about it, Thanks! the code below throw a NullPointerException:

<jr:reportFrame id="reporte" width="600" ...

4. Visual web Pack JavaServer Faces plugin    forums.netbeans.org

5. How to use struts 2 JSF plugin? Help pls!!!    struts.1045723.n5.nabble.com

7. [S2] Struts-JSF Plugin    struts.1045723.n5.nabble.com

We are trying to use the Struts-JSF plugin, and are encountering problems. 1. The rendered form has the wrong 'action' attribute. We want it to be "TableTest.action", and the component renders it as "TableTest.jsf". We were able to overcome this with a javascript at the end of the page to change the form's 'action'. 2. ...

8. struts 2 jsf plugin problem    struts.1045723.n5.nabble.com

Struts - User - struts 2 jsf plugin problem Struts Struts - User struts 2 jsf plugin problem Classic List Threaded Locked 12 messages Daniel Posirca Reply | Threaded Open this post in threaded view | Report Content as Inappropriate struts 2 jsf plugin problem Hello, i am new to ...

9. Struts2 JSF Plugin    struts.1045723.n5.nabble.com

I was trying to create a prototype of struts2 + jsf. In the process I found that the mappings have to be used with "action" as default. Like or instead of using action names from struts configuration directly. For example if I have configured an action as login in struts config, I should ...





10. Struts2 JSF Plugin    struts.1045723.n5.nabble.com

12. proper faces plugin    coderanch.com