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
Caused by: io.quarkus.qute.TemplateException: Parser error in template [tags/votePersonOrGroup.html] on line 7: invalid virtual method in {uri:PersonOrGroups.accept(personOrGroup.id,}
at io.quarkus.qute.Parser.parserError(Parser.java:505)
at io.quarkus.qute.Expressions.parseVirtualMethodParams(Expressions.java:40)
at io.quarkus.qute.Parser.createPart(Parser.java:784)
at io.quarkus.qute.Parser.parseExpression(Parser.java:767)
at io.quarkus.qute.Parser.apply(Parser.java:840)
at io.quarkus.qute.Parser.apply(Parser.java:34)
at io.quarkus.qute.SectionBlock$Builder.addExpression(SectionBlock.java:168)
at io.quarkus.qute.UserTagSectionHelper$Factory.initializeBlock(UserTagSectionHelper.java:92)
at io.quarkus.qute.Parser.flushTag(Parser.java:434)
at io.quarkus.qute.Parser.tag(Parser.java:295)
at io.quarkus.qute.Parser.processCharacter(Parser.java:202)
at io.quarkus.qute.Parser.parse(Parser.java:134)
at io.quarkus.qute.EngineImpl.load(EngineImpl.java:138)
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of uname -a or ver
No response
Output of java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version or gradlew --version)
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
- fix the problem with a virtual method that has a parameter with
leading/trailing spaces
- resolvesquarkusio#21858
(cherry picked from commit 7e5f3e4)
Describe the bug
I can call a tag with no spaces between parameters of the following method call:
But if I add a space between the parameters:
I'm getting this error:
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: