facebook

content-assist not working on jsp/jsf files

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #333781 Reply

    atomz4peace
    Participant

    Hi,

    I have the same problem with both 10.6 ME and the new 10.7. I have a jsp file (jsf 1.2) and ME will not suggest any content-assist/code completion for the tags themselves. Once I enter the tag, it does know which parameters I have to choose from inside the tag.

    For example, if I type:

    <ice:panel and hit ctrl-space, it does not show the possible matches. Same if I do <f:vi ctrl-space.

    But if I enter the tag like:

    <ice:panelGrid and hit ctrl-space, it does suggest which parameters I can enter and has the help descriptions.

    Any idea what is going on? The beginning of my .jspx files look like:

    <jsp:root version="1.2" xmlns:jsp="http://java.sun.com/JSP/Page"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:ice="http://www.icesoft.com/icefaces/component">
        <f:view>
            <html>
    <head>
    <title>Create Review</title>
    <link rel="stylesheet" type="text/css" href="./xmlhttp/css/xp/xp.css" />
    </head>
    <body>
        <ice:form id="mainform">
    etc.....
    

    Thanks,
    Jim

    #333785 Reply

    Jim,

    This is Eclipse WTP issue. Our dev team has targeted to fix it in MyEclipse 11 which is due to release in the first quarter of this year.

    Sorry for the inconvenience caused.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: content-assist not working on jsp/jsf files

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