spring-webflow
spring-webflow copied to clipboard
resourceBundle variable not available in MVC views for resolving messages [SWF-848]
Keith Donald opened SWF-848 and commented
It is available for JSF views. This is a inconsistency.
Affects: 2.0.3
Attachments:
- resourceBundle-mvc.patch (4.97 kB)
Issue Links:
- #537 Add a ResourceELResolver that can be used outside of Web Flow
1 votes, 4 watchers
Nazaret Kazarian commented
Are you thinking of making the recourceBundle var available in MVC views outside SWF context as well?
For MVC views within the SWF system you could expose a Map-MessageSource adapter as a request attribute. I am attaching an implementation of the latter.