javax.el.ELException: EL Expression Unbalanced


JSF


Asked on January 20, 2015
I am a fresher and learning JSF. Got an error in my demo application.
How to resolve it.
javax.el.ELException: EL Expression Unbalanced:
com.sun.faces.facelets.el.ELText.findVarLength(Unknown Source)
com.sun.faces.facelets.el.ELText.parse(Unknown Source)
com.sun.faces.facelets.el.ELText.parse(Unknown Source)
com.sun.faces.facelets.el.ELText.parse(Unknown Source)
com.sun.faces.facelets.el.ELText.isLiteral(Unknown Source)
com.sun.faces.facelets.tag.TagAttributeImpl.<init>(Unknown Source)
com.sun.faces.facelets.compiler.SAXCompiler$CompilationHandler.createAttributes(Unknown Source)
com.sun.faces.facelets.compiler.SAXCompiler$CompilationHandler.startElement(Unknown Source)
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(Unknown Source)
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)




Replied on January 20, 2015
By stacktrace it seems that, you are using JSTL.

JSTL is used by opening and closing braces {}.

Check you may be missing opening or closing braces. 




Write Answer










©2024 concretepage.com | Privacy Policy | Contact Us