We never really use much of the expression language, so I can't comment on
that.
This is just a comment on the last example: I'm not sure that you need a
@Property when using the "var:" prefix (if you have a backing property it
ought to be a "prop:" binding, as far as I understand)
--
Chris
O
Hi,
Thank you. I know, I realized I made a typo. It should be:
@Property
Object tempValue
${tempValue.getName(locale)} - ${getPopulation(tempValue)}
I think var prefix is a great addition, but it should be able to use var in
property expression, and not only as single read write prop
Hi,
I am working on a localized app, and the setup is made according to the docs
configuration.add(SymbolConstants.SUPPORTED_LOCALES, "en,fr,de,it");
configuration.add(SymbolConstants.ENCODE_LOCALE_INTO_PATH, true);
If I hit in the browser the index page of the app,
https://myapp.test/
Then