DO NOT REPLY [Bug 50147] [static] is not a valid Java identifier

2011-05-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50147 --- Comment #8 from Richard Kennard 2011-05-13 04:09:23 UTC --- Perfect! Thanks for that. Richard. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You

DO NOT REPLY [Bug 50147] [static] is not a valid Java identifier

2011-05-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50147 --- Comment #7 from balusc 2011-05-13 03:33:11 UTC --- Use the brace notation. ${foo['class'].name} The same story applies to Session#isNew() by the way. ${pageContext.session['new']} -- Configure bugmail: https://issues.apache.org/bug

DO NOT REPLY [Bug 50147] [static] is not a valid Java identifier

2011-05-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50147 Richard Kennard changed: What|Removed |Added CC||richard@kennardconsulting.c

DO NOT REPLY [Bug 50147] [static] is not a valid Java identifier

2011-05-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50147 --- Comment #6 from Richard Kennard 2011-05-13 01:55:07 UTC --- Hi guys, Can I beg a little advice? I think this is the right place to ask because others who encounter this bug may have the same question. EL has always lacked some kind o

DO NOT REPLY [Bug 50147] [static] is not a valid Java identifier

2011-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50147 Konstantin Kolinko changed: What|Removed |Added CC||til...@snafu.de --- Comment #

DO NOT REPLY [Bug 50147] [static] is not a valid Java identifier

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50147 --- Comment #4 from Mark Thomas 2010-10-26 04:54:09 EDT --- That part of the EL specification is mis-leading. The important part for this discussion is on page 21. Identifier ::= Java language identifier Java language identifier is define

DO NOT REPLY [Bug 50147] [static] is not a valid Java identifier

2010-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50147 --- Comment #3 from balusc 2010-10-25 21:28:59 EDT --- >From JSP 2.2 EL specification: --- 1.14 Reserved Words The following words are reserved for the language and must not be used as identifiers.

DO NOT REPLY [Bug 50147] [static] is not a valid Java identifier

2010-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50147 --- Comment #2 from bozho 2010-10-24 08:05:38 EDT --- (In reply to comment #1) > In and of itself, that tag will compile. > > The checks for Java identifiers were added to the EL processing so I suspect > you have some illegal EL elsewhere

DO NOT REPLY [Bug 50147] [static] is not a valid Java identifier

2010-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50147 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Version|unspecif