spring-webflow
spring-webflow copied to clipboard
Allow ELExpressionParser to resolve functions within EL expressions [SWF-1109]
Nazaret Kazarian opened SWF-1109 and commented
Currently you cannot implement a custom ELExpressionParser that also resolves functions by extending ELExpressionParser. I have written a small patch that adds this support.
Affects: 2.0.7
Attachments:
- spring-binding.patch (1.27 kB)
Nazaret Kazarian commented
See #342 for an more complete extension to the web flow configuration that requires the change suggested here.
Nazaret Kazarian commented
Could this be incorporated in SWF 2.x to enable extension of ELExpressionParser?