views:

4

answers:

0

Hi there...

I'm using netBeans 6.7.1 for mac, and I'm working on a java EE project that has a web project that uses jsf framework.

The problem comes when I add a new file to the project, the faces-config shows me the file with an absolute path and when I set the navigation, it seems not to work... then erase the absolute path leaving /myFile.jsp and the navigation do works, but the pageflow view of the faces-config.xml shows me two components: the one with the absolute path and the new one with the "relative" path. (see pic)

alt text

does anyone knows if there is a way to set the file path as relative by default?