-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
title-pattern and deep hierarchies #34
Comments
Hmm, I would have expected consistent behaviour between using |
I've just updated the 1.2.2-SNAPSHOT with a fix for this issue. Could you give it a try @jmiguelsamper, let me know if it works? |
Yes, the fix works like a charm. Thank you very much for your work. |
We have a deep hierarchy of layout decorators, as follows:
layout-base.html
layout-customer.html
productList.html
In this situation the title of the page is not rendered properly, it shows Page title instead of the value corresponding to the productList key.
It works perfectly when the final page has only one ancestor.
We have noticed that using a processor with higher precedence than th:text it works OK, so maybe it is just a precedence problem.
We have also noticed that it works if the expression is inside the element, as in:
The text was updated successfully, but these errors were encountered: