Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-8016

Content Assist does not propose head-specific tags inside h:head

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Obsolete
    • Minor
    • LATER
    • 3.2.0.Beta2
    • jsf

    Description

      STEPS TO REPRODUCE (see h_head-vs-head.png):
      1. Create new JSF 2.0 project.
      2. Create a XHTML file with the following content:
      ===================================
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:h="http://java.sun.com/jsf/html">
      <h:head>
      <t
      </h:head>
      <h:body> </h:body>
      </html>
      ===================================
      3. Place the editor cursor after '<t' and press Ctrl-Space.

      ACTUAL RESULT:
      No tags are proposed by the Content Assist.

      EXPECTED RESULT:
      'title' tag is proposed.

      Attachments

        Activity

          People

            vrubezhny Victor Rubezhny (Inactive)
            yradtsevich Yahor Radtsevich (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: