Closed
Description
Keith Donald opened SPR-6827 and commented
As a user, I would like to be able to evaluate SpEL expressions from my JSPs to take advantage of all that SpEL has to offer, such as the ability to invoke methods on Java objects. The EvaluationContext should expose access to the same variables standard EL expressions have access to, such as page scope and request scope.
We should look at a dedicated spring:eval tag for this, as well as opportunities to directly hook into the JSP engine itself so standard ${exp} syntax can be used for evaluating SpEL expressions.
Affects: 3.0 GA
Issue Links:
- SpEL does not expose field-level annotations when setting bean properties [SPR-6745] #11411 SpEL does not expose field-level annotations when setting bean properties ("depends on")
- Create a Unified EL implementation with Spring EL [SPR-6080] #10748 Create a Unified EL implementation with Spring EL ("depends on")