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

Support order precedence of tag processor

Open ldcuong opened this issue 5 years ago • 1 comments

I see when using template mode is CSS or TEXT, thymeleaf use org.thymeleaf.templateparser.text.TextParser for parse template. Therefore, we cannot use PRECEDENCE attribute for sort processor before parsing.

In my case, I want control order of processor.

Example SQL: SELECT [# mb:c='ID' /], [# mb:c='NAME' /] FROM [# mb:f /] WHERE [# mb:c='ID' /] = '111111'

I want processor mb:f execute after mb:c.

ldcuong avatar Jul 29 '20 07:07 ldcuong

@ldcuong Sorry for late reply. Could you explain more detail how to resolve this issue? I would appreciate any advice!!

kazuki43zoo avatar Dec 29 '21 11:12 kazuki43zoo