JSF Facet Missing in IDEA 132.425
This morning, I took the upgrade path offered when starting IDEA. After opening the project, IDEA reported the "jsf" facet was not valid. I went into the module settings and sure enough JavaServer Faces isn't listed as a facet type.
Is the JSF facet really being removed or was this a defect in EAP 132.425? The Release Notes don't mention anything about JSF.
Thanks.
--
jack
Please sign in to leave a comment.
Hi,
actually, we removed obsolete jsf-facet support. Now we use concept of "framework libraries".
When you add(or maven/import/etc.) proper libraries to module IntelliJ-13 switchs on corresponding support.
In your case everything has to work )))
I've added provider to remove obsolete jsf facets automatically. thank you for feedback.
Thanks for the info!
jack