--
- 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+unsubscribe@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/c686221b-203b-42e5-b16a-6c3c7ba2202a%40apereo.org.
depends on if those properties are defined to be accessed from thymeleaf in cas.
http://www.thymeleaf.org/doc/articles/springmvcaccessdata.html
2018-02-05 16:56 GMT-03:00 Satnam Sarai <satna...@gmail.com>:
Hello,
Is it possible to read value from cas.properties in .html views? in 4.2.x, we are reading two links from cas.properties file and creating link in casLoginView.jsp.
thanks
--
- 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+u...@apereo.org.
cas.messageBundle.commonNames=classpath:/common_messages.properties,file:/etc/cas/config/common_messages.propertiesTo unsubscribe from this group and stop receiving emails from it, send an email to cas-user+unsubscribe@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/3e23b666-125e-40a0-a198-d759cf90edf6%40apereo.org.
${@environment.getProperty('myPropertyName')}I use it something like this: