User development,
A new message was posted in the thread "Enabling code assist in xhtml files":
http://community.jboss.org/message/523536#523536
Author : Arbi Sookazian
Profile :
http://community.jboss.org/people/asookazian
Message:
--------------------------------------------------------------
I just installed the 3.1.0.CR1 JBT plugins into my Eclipse Galileo at home.
I created a java project for the Seam 2.2.0.GA booking example. I right-clicked the
project, selected configure, selected add JSF capabilities and the code assist does not
work in the main.xhtml or book.xhtml facelets (the popup does happen when I type a Seam
component name and then "." but no methods to choose from).
Here is the .project file contents:
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>booking</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.jboss.tools.common.verification.verifybuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.jboss.tools.jst.web.kb.kbbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.jboss.tools.jsf.jsfnature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
<nature>org.jboss.tools.jst.web.kb.kbnature</nature>
</natures>
<linkedResources>
<link>
<name>WEB-ROOT</name>
<type>2</type>
<location>C:/java/jboss-seam-2.2.0.GA/examples/booking/resources</location>
</link>
</linkedResources>
</projectDescription>
What am I doing wrong?!
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/523536#523536