Details
Description
Testcase available at 'C:\repo\qa\trunk\Regression-Icefaces2\Nightly\ICE-3017'
Following exception is thrown when the application is laoded:
javax.faces.view.facelets.TagException: /selectInputDate.xhtml @14,43 <ice:PanelGroup> Tag Library supports namespace: http://www.icesoft.com/icefaces/component, but no tag was defined for name: PanelGroup
com.sun.faces.facelets.compiler.CompilationManager.pushTag(CompilationManager.java:285)
com.sun.faces.facelets.compiler.SAXCompiler$CompilationHandler.startElement(SAXCompiler.java:225)
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:501)
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:400)
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2755)
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648)
Note:
The application can be loaded fine of the PanelGroup component is commented out, but then tabindex does not work correctly for the components on the page.
Following exception is thrown when the application is laoded:
javax.faces.view.facelets.TagException: /selectInputDate.xhtml @14,43 <ice:PanelGroup> Tag Library supports namespace: http://www.icesoft.com/icefaces/component, but no tag was defined for name: PanelGroup
com.sun.faces.facelets.compiler.CompilationManager.pushTag(CompilationManager.java:285)
com.sun.faces.facelets.compiler.SAXCompiler$CompilationHandler.startElement(SAXCompiler.java:225)
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:501)
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:400)
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2755)
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648)
Note:
The application can be loaded fine of the PanelGroup component is commented out, but then tabindex does not work correctly for the components on the page.
Verified that the 1.8 version of this test passes using ICEfaces trunk.