I use the NetBeans to creat my iceFaces projects. It automaticaly create the folder xmlhttp, but in what moment it does it?
Now i have create a project with facelets, but the xmlhttp folder is missing, I can't access the styleSheet or the images from the IceFaces...
What can I do?
When the NetBeans create the folder to me? or it's not a work of NetBeans?
I don't think ICEfaces for netbeans creates xmlhttp/css/... folder under your project.
Previously ICEfaces for Eclipse created such a directory under user's project solely for design time use. But after eclipse v3.5 that directory is not created anymore.
All ICEfaces css resources are actually in icefaces.jar under com/icesoft/faces/resources/css/...
I use NetBeans and it really don't create this folder in the project, but in what moment this folder is putting in the project? What rule make the xmlhttp folder go to the root folder of the web application? Can I change the way this is made?
I can't remove!!
This folder contais all JavaScript, images and css of my project.
But sometimes this folder is not put in the place, and because that I want to know when it is created, in this way I can solve my problems.