You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: