Skip to content
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

Support order precedence of tag processor #68

Open
ldcuong opened this issue Jul 29, 2020 · 1 comment
Open

Support order precedence of tag processor #68

ldcuong opened this issue Jul 29, 2020 · 1 comment
Assignees
Labels
help wanted Extra attention is needed waiting for feedback Waiting for feedback from contributors

Comments

@ldcuong
Copy link

ldcuong commented Jul 29, 2020

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.

@kazuki43zoo
Copy link
Member

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

@kazuki43zoo kazuki43zoo self-assigned this Dec 29, 2021
@kazuki43zoo kazuki43zoo added the waiting for feedback Waiting for feedback from contributors label Dec 29, 2021
@kazuki43zoo kazuki43zoo added the help wanted Extra attention is needed label Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed waiting for feedback Waiting for feedback from contributors
Projects
None yet
Development

No branches or pull requests

2 participants