本文介绍了Ecplise自动完成标题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
< 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:p =http://primefaces.prime.com.tr/ ui
template =/ template / ui.xhtml>
我看到
I am using Eclipse to work with PrimeFaces like this:
<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:p="http://primefaces.prime.com.tr/ui"
template="/template/ui.xhtml">
I saw Bozho question and answer.
So it works for me only for h and f tags and not for p (primefaces) tag! How can it autocomplete primefaces tag?
解决方案
I've blogged about Helios support, that might help;
http://cagataycivici.wordpress.com/2010/08/31/primefaces-support-in-eclipse-helios/
这篇关于Ecplise自动完成标题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!