jspx « IceFaces « JSF Q&A





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

18. JSPX pages and Icefaces 2.0    icefaces.org

Hi there, Anyone know why icefaces has decided not to use the jspx extention anymore. Basically my questions stems from an application developed in 1.8.2 and now we are looking to migrate to 2.0. However all our pages have been developed in jspx. Does this mean that we have to change all extensions in the application or is there a way ...

19. How to use .jspx with IceFaces 2    icefaces.org

20. Help Please! Cant load a jspx page!    icefaces.org

I am having problems generating a simple jspx page. This is the page save as testIFaces.jspx ICEfaces Address Demo