Hi – When I create a JSP page with the standard JSP template, save it, and then open it with the MyEclipse JSF editor and save it, I can invoke this page either by using the .jsp extension or the .faces extension. The icon in the project explorer stays as a JSP icon and does not change to a JSF icon. Subsequent opening of the page defaults to the JSF editor.
But when I create a JSP page using the JSF template, I can only open the page as a .faces page; the .jsp gets the error as described in your documentation. The icon in the project explorer is correctly rendered as a JSF icon.
I don’t understand this behaviour; it seems to me that a page can exist as a .jsp and .faces simultaneously. Could you explain what’s going on here?
Cheers
BTW nice JSF editor . . .