EL expression errors...
Just came accross the following in some of our code:
<c:set
var="awaitingListSize">$</c:set>
IDEA recogises the <c:set fine, but highlight the fn:length as an
unresolved namespace, and unresolved function.
Does IDEA not know about the fn namespace?
I've not done anything to specify the c: namespace so I'm assuming thats
part of IDEAs new JSP/JSTL support?
Please sign in to leave a comment.
Hi,
c:set is not recognized as custom action, just as xml tag (look for
intention to bind 'c' namespace over tag name)
fn is undefined namespace.
Mark Derricutt wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"