EL references are no more soft in included files

This commit is contained in:
Dmitry Avdeev
2010-08-03 13:55:00 +04:00
parent 04b5481541
commit 09208962c4
@@ -32,14 +32,14 @@ el.lparen.expected=( expected
el.rparen.expected=) expected
el.colon.expected=: expected
el.value.expected=Value expected
el.cannot.resolve.function=Cannot resolve function {0} #loc
el.cannot.resolve.namespace=Cannot resolve namespace {0} #loc
el.cannot.resolve.property=Cannot resolve property or method {0} (dynamic property?) #loc
el.cannot.resolve.function=Cannot resolve function ''{0}'' #loc
el.cannot.resolve.namespace=Cannot resolve namespace ''{0}'' #loc
el.cannot.resolve.property=Cannot resolve property or method ''{0}'' (dynamic property?) #loc
el.mismatched.parameters.count=Different number of formal and actual parameters
el.declare.variable.intention.family=Declare Variable As External Data
el.declare.variable.via.usebean.intention.name=Declare external variable as <jsp:useBean />
el.declare.variable.via.comment.annotation.intention.name=Declare external variable in comment annotation
el.cannot.resolve.variable=Cannot resolve variable {0} #loc
el.cannot.resolve.variable=Cannot resolve variable ''{0}'' #loc
jsf.el.out.of.attribute=JSF EL out of attribute #loc
jsf.method.call.is.nonstd.extension=Method call is nonstandard extension #loc