facebook

Can’t get auto completion for jspx files

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #285575 Reply

    erezharari
    Member

    hi,
    i’m using jspx files to develop JSF and RichFaces pages.
    i do not get auto completion for the h: library.
    my page looks as follows:

    
    <?xml version="1.0" encoding="UTF-8"?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
        xmlns:ui="http://java.sun.com/jsf/facelets"
        xmlns:a4j="http://richfaces.org/a4j"
        xmlns:rich="http://richfaces.org/rich"
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:f="http://java.sun.com/jsf/core">
    
        <ui:composition>
            <f:view>
                    
            </f:view>
        </ui:composition>
    </jsp:root>
    #285600

    Loyal Water
    Member

    You will have to create a Icefaces project and add a new JSP to it using the jspx template (last one). This should get auto completion to work for you

    Attachments:
    You must be logged in to view attached files.
    #285620

    erezharari
    Member

    however,
    i’m not using icefaces, but richfaces..

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Can’t get auto completion for jspx files

You must be logged in to post in the forum log in