Hello everyone,
I developp jsf xhtml pages with facelets, and i always had code assist for all the taglibs i declared i my xhtml root element (h, f etc..)
But, since, like 30 minutes, when i ctrl+space i only have regular html and ui:* proposals.
I didn't change anything. It just broke, no error message, nothing.
I searched the web, but nothing either, or i am not searching right.
Please help me :)
ps : here's an example of one of my xhtml page's header :
<?xml version="1.0" encoding="ISO-8859-1"?>
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:r="http://richfaces.org/rich"
xmlns:c="http://java.sun.com/jstl/core"
xmlns:s="http://jboss.com/products/seam/taglib">