thymeleaf-spring icon indicating copy to clipboard operation
thymeleaf-spring copied to clipboard

Make expression preprocessing run before some attributes parse them

Open danielfernandez opened this issue 10 years ago • 1 comments

Currently, the expression pre-processing mechanism is running once an expression is being executed. So there's no way that users can build the values of attributes such as th:each or th:include, th:replace, etc. (see #77 for better reference)

It could be useful if preprocessing executed actually before these attributes split their values into their corresponding parts.

danielfernandez avatar Jan 30 '15 09:01 danielfernandez

Moved to the Wish List

danielfernandez avatar Feb 13 '16 14:02 danielfernandez