Questions tagged [quarkus-qute]
27 questions
0
votes
1 answer
How can I run Blocking operations in RestEasy Reactive with Qute?
In Quarkus documentation they say:
It is now recommended to use RESTEasy Reactive, which supports both traditional
blocking workloads and reactive workloads equally well.
Actually I try their sample hibernate-orm-panache-quickstart and it works…

Dario Scoppelletti
- 479
- 3
- 16
0
votes
0 answers
How to inject a context-aware common state into Quarkus Qute template?
I am building a "classic" web application with Quarkus with server-side template rendering and form-auth login. I am using quarkus-resteasy-reactive, quarkus-security-jpa, quarkus-resteasy-reactive-qute. It all works fine so far, but I want to the…

fabian.kirstein
- 708
- 8
- 26
0
votes
1 answer
Different strict mode value for different templates for Qute in Quarkus
I use Quarkus which uses Qute as a template engine.
Is it possible to have strict mode true for some template(s) and strict-mode false for some other(s)?
@Location("report1-strict.html")
Template templateStrict;
…

zolv
- 1,720
- 2
- 19
- 36
0
votes
1 answer
Addition of new line in Quarkus Qute Template
In my Quarkus project, I am sending an qute template in an email using mail object.
The data is dynamically added to qute template from my code before sending the mail.
The sample template is
Hi…
Hi…

Suraj Gudimetla
- 51
- 6
0
votes
0 answers
how to change {} to ${} in quarkus qute?
how to change {} to ${} in quarkus qute?
there are some css,js in html.it error now.
for example: