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