[jboss-user] [JBoss Tools] - Code assist in xhtml files not working

wilq wilq do-not-reply at jboss.com
Fri Mar 26 07:07:28 EDT 2010


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-in-my-xhtml-page-eclipse-3-5-jboss-tools-3-1-jsf http://stackoverflow.com/questions/2058175/how-to-reactivate-code-assist-in-my-xhtml-page-eclipse-3-5-jboss-tools-3-1-jsf

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>&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>

--------------------------------------------------------------

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&containerType=14&container=2128]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100326/4ae00331/attachment.html 


More information about the jboss-user mailing list