spring-webflow icon indicating copy to clipboard operation
spring-webflow copied to clipboard

resourceBundle variable not available in MVC views for resolving messages [SWF-848]

Open spring-operator opened this issue 16 years ago • 1 comments

Keith Donald opened SWF-848 and commented

It is available for JSF views. This is a inconsistency.


Affects: 2.0.3

Attachments:

Issue Links:

  • #537 Add a ResourceELResolver that can be used outside of Web Flow

1 votes, 4 watchers

spring-operator avatar Aug 20 '08 13:08 spring-operator

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.

spring-operator avatar Apr 11 '10 20:04 spring-operator