views:

29

answers:

1

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?

+1  A: 

I've blogged about Helios support, that might help;

http://cagataycivici.wordpress.com/2010/08/31/primefaces-support-in-eclipse-helios/

Cagatay Civici
I was using the demo war - primefaces-rc1. so please add it to it as well.
Odelya