Eclipse indigo 有关于maven项目中jsf标签没有被动提示的解决方案
方案一:
在项目根目录下.project文件里加上
<natures>
<nature>org.jboss.tools.jst.web.kb.kbnature</nature>
</natures>
重启Eclipse之后 页面中的jsf标签就有提示了(包括h: f: a4j: rich:等)
方案一:
在项目根目录下.project文件里加上
<natures>
<nature>org.jboss.tools.jst.web.kb.kbnature</nature>
</natures>
重启Eclipse之后 页面中的jsf标签就有提示了(包括h: f: a4j: rich:等)