jspx « IceFaces « JSF Q&A

Home
JSF Q&A
1.API
2.Bean
3.Component
4.Control
5.Data
6.database
7.Datatable
8.Development
9.Exception
10.Facelets
11.Form
12.Glassfish
13.HTML
14.IceFaces
15.Internationalization
16.JPA
17.JSP
18.MyFaces
19.openfaces
20.Page
21.Portlet
22.PrimeFaces
23.RichFaces
24.Seam
25.Security
26.Servlet
27.Session
28.Tag
29.Test
30.Tomcat
31.validation
32.Web Service
JSF Q&A » IceFaces » jspx 

1. "for (;;)"in JSF    stackoverflow.com

I simply need to perform a very basic for cycle in JSF/ICEFaces, basically rendering column numbers Something like the following pseudo-code

for(int i=0; i<max; i++)
{
   <td>#{i}</td>
}
the <c:forEach tag iterates over collections, ...

3. .jspx error    icefaces.org

i created a new project using new ->dynamic web project->icefaces project ... then i created a new .jspx page and configured my web.xml and faces-config.xml file but when i run the project there is an error in the although i put the libraries of jsf.. i do not know why he inject the component and any other component also ...

4. JSPX's going to stdout    icefaces.org

6. multiple dataExporters in the same application (both in the same .jspx and in a different .jspx)    icefaces.org

Has anyone dealt with several ice:dataExporter's in the same application on different dataTables? One works fine for me, and the other doesn't get past the create stage--you can not download. They are in separate .jspx's, the 2 dataExporters are in the request scope (I've tried one managed bean and two managed beans). I am using the DataExporter from the application showcase. ...

7. where to find compiled jspx files    icefaces.org

8. Error on reaching index.jspx    icefaces.org

9. jspx file    icefaces.org

11. JSPX cannot read a