Hi there,

Just got some testing done, it seems that either 
*environment.getPreperties()* *does not support list* or is bugged

Because I tested the following (copy from 
"https://stackoverflow.com/questions/39218966/what-is-null-safe-way-to-convert-array-to-string-using-thymeleaf";):
<span th:text="${@environment.getProperty('resources') != null} ? 
${#strings.arrayJoin(@environment.getProperty('resources'), ',')} : 'null 
value'"></span>

Which should show the list, but instead *it outputted null*.

So... I think your best bet is to use beans instead... Or maybe someone 
else have other ideas?

Cheers!
- Andy

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/cc53375f-6421-4473-ba35-fd07bfa62773%40apereo.org.

Reply via email to