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

Update JSF 1.2 TLDs in XML Catalog to JSF 2.0 libs and RichFaces 3.3 to 4.0

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 3.3.0.M3
    • None
    • jsf
    • None

      We use this libs for code completion in xhtml/jsp in case we can't find any JSF tag libs in the project classpath. Let's use JSF 2.0 libs instead of JSF 1.2 and RichFaces 4.0 instead of 3.3.

      Also we should mention in N&N how user can control it.

      Steps to verify:

      EXECUTE: Create a JSF Project without any JSF libs in the project classpath.
      EXECUTE: Create a xhtml page:

      <!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:ui="http://java.sun.com/jsf/facelets"
      	xmlns:h="http://java.sun.com/jsf/html"
      	xmlns:f="http://java.sun.com/jsf/core">
      </html>
      

      EXECUTE: Ctrl+Space in any place inside <html>...</html>
      ASSERT: <f:ajax> should appear in the proposal list.

            alexeykazakov Alexey Kazakov
            alexeykazakov Alexey Kazakov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: