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.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Ken Fyten [ ken.fyten ] |
Salesforce Case | [] | |
Fix Version/s | 2.0-Beta [ 10231 ] |
Salesforce Case | [] | |
Affects | [Compatibility/Configuration] | |
Assignee Priority | P2 | |
Assignee | Ken Fyten [ ken.fyten ] | Deryk Sinotte [ deryk.sinotte ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 2.0.0 [ 10230 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P2 |
Verified that the 1.8 version of this test passes using ICEfaces trunk.