UEL error ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

UEL error ?

Jacques Le Roux
Administrator
Not sure if it's really a problem but found many errors like this

2009-05-08 21:48:55,031 (http-0.0.0.0-18443-2) [FlexibleStringExpander.java:402:ERROR] Error evaluating expression:
javax.el.ELException: Error parsing '${}': syntax error at position 2, encountered '}', expe
cted <IDENTIFIER>|<STRING>|<FLOAT>|<INTEGER>|'true'|'false'|'null'|'-'|'!'|'not'|'empty'|'('

in log

Jacques


Reply | Threaded
Open this post in threaded view
|

Re: UEL error ?

Adrian Crum-2

I need more information.

One change I made to UEL was better error reporting - to aid in debugging expressions. So, this may have been an error all along, but the messages were suppressed before.

-Adrian


--- On Fri, 5/8/09, Jacques Le Roux <[hidden email]> wrote:

> From: Jacques Le Roux <[hidden email]>
> Subject: UEL error ?
> To: [hidden email]
> Date: Friday, May 8, 2009, 12:52 PM
> Not sure if it's really a problem but found many errors
> like this
>
> 2009-05-08 21:48:55,031 (http-0.0.0.0-18443-2)
> [FlexibleStringExpander.java:402:ERROR] Error evaluating
> expression: javax.el.ELException: Error parsing
> '${}': syntax error at position 2, encountered
> '}', expe
> cted
> <IDENTIFIER>|<STRING>|<FLOAT>|<INTEGER>|'true'|'false'|'null'|'-'|'!'|'not'|'empty'|'('
>
> in log
>
> Jacques