3 Replies Latest reply on Mar 29, 2010 7:10 AM by akazakov

    Code assist in xhtml files not working

    wilczarz

      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-in-my-xhtml-page-eclipse-3-5-jboss-tools-3-1-jsf

       

      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>&lt;project&gt;/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>