How do we get access to the properties map in JSPs rendered by the web flow?
The properties map always seems to be null.
(It's not null if the JSP is rendered using traditional spring MVC)
Type: Posts; User: nostradamus; Keyword(s):
How do we get access to the properties map in JSPs rendered by the web flow?
The properties map always seems to be null.
(It's not null if the JSP is rendered using traditional spring MVC)
The problem is EL first tries to look for a property called "test" on props, which is a map, so it fails resolve.
If it found a property called 'test', it would then try and resolve a property...