Changed code to handle IllegalArgumentException.
2012-05-27 04:43:32 PDT in Java Unified Expr...
Thanks, applied patch to trunk.
2012-05-27 04:42:06 PDT in Java Unified Expr...
Applied changes to trunk. Did the same for AstIdentifier. There's one question remaining however: should we do the coercion if value == null?.
2012-05-27 04:40:23 PDT in Java Unified Expr...
beckchr committed revision 232 to the Java Unified Expression Language SVN repository, changing 4 files.
2012-05-27 04:37:24 PDT in Java Unified Expr...
beckchr committed revision 231 to the Java Unified Expression Language SVN repository, changing 1 files.
2012-05-27 04:35:12 PDT in Java Unified Expr...
beckchr committed revision 230 to the Java Unified Expression Language SVN repository, changing 2 files.
2012-05-27 04:33:50 PDT in Java Unified Expr...
beckchr committed revision 229 to the Java Unified Expression Language SVN repository, changing 1 files.
2012-05-01 02:59:36 PDT in Java Unified Expr...
Scope "compile" is the default, so that would not change anything. Setting the scope to "provided" would do what you want, but this would require to explicitly add the dependency to an EL api in a non-JSP/JEE environment. I will consider to change the scope to "provided" in a future release. Not sure if it's worth breaking other's builds, however. The solution is...
2012-04-26 01:13:53 PDT in Java Unified Expr...
I don't think this is a JUEL (or even an EL) issue. Did you try another EL?.
2012-03-24 14:37:54 PDT in Java Unified Expr...
Spring has its own EL - SpringEL - maybe you're looking for that? Please ask the Spring community for support on this.
2012-03-17 03:18:27 PDT in Java Unified Expr...