Postagens

Mostrando postagens de julho, 2013

The deferred EL expression is not allowed since deferredSyntaxAllowedAsLiteral is false

This error usually happens when you forgot to declare the Tag Libraries in your Web project inside JDeveloper, just import the library (trough JSP Tag Libraries inside your IDE, I'm using JDeveloper here but I think that all of then uses the same concept) that references the attribute TAG and everything should compile.