wilq wilq [
http://community.jboss.org/people/wilczarz] created the discussion
"Code assist in xhtml files not working"
To view the discussion, visit:
http://community.jboss.org/message/534147#534147
--------------------------------------------------------------
Somehow I can't use code completition for xhtml files in Eclipse 3.5 and JT 3.1. The
assist box appears but only plain html and facelets tags are available. Adding "JSF
capabilities" to project allows to use h: and f: tags, but rich:, s:, a4j: are gone
:( I also found this problem here (but no solution)
http://stackoverflow.com/questions/2058175/how-to-reactivate-code-assist-...
http://stackoverflow.com/questions/2058175/how-to-reactivate-code-assist-...
My JT version is Here's my .project file:
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>CreditRating</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
<triggers>auto,full,incremental,</triggers>
<arguments>
<dictionary>
<key>LaunchConfigHandle</key>
<value><project>/explode.launch</value>
</dictionary>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.jboss.tools.jst.web.kb.kbbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.jboss.tools.seam.core.seambuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.hibernate.eclipse.console.hibernateNature</nature>
<nature>org.jboss.tools.jst.web.kb.kbnature</nature>
<nature>org.jboss.tools.seam.core.seamnature</nature>
</natures>
</projectDescription>
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/534147#534147]
Start a new discussion in JBoss Tools at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]