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

"Add missing required attribute(s)" quick fix does not work without editor

XMLWordPrintable

      Test case:

      EXECUTE:
      1. Create JSF Kickstart project
      2. Create file test.jsp:

      <%@ taglib uri="http://java.sun.com/jsp/jstl/xml" prefix="x" %>
      
      <html>
          <head>
          	<title>Input User Name Page</title>
          </head>
          <body>
          <x:if></x:if>
          </body>
      </html>
      

      3. Save file test.jsp and close editor
      4. Open Problem View
      5. Select problem Missing required attribute "select" then press Ctrl+1
      ASSERT:
      Quick fix "Add 'select' attribute to '<x:if>' tag" appears

            dazarov_jira Daniel Azarov (Inactive)
            dazarov_jira Daniel Azarov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: