for some error messages we would like to use the ResourceManager.findText().
In the jsp files we use #{rr.resourceName["key"]} to get the properties.
The ResourceManager expect this syntax #{rr.resourceName.key}. Is there a "ResourceManager" which can handle #{rr.resourceName["key"]}?
Hi,
we changed the way, the Resource Manager proposes expressions - from "." to "['...']". The change is part of next update - or on your request (interim update).
Thanks + reagrds! Björn