-
Couldn't load subscription status.
- Fork 3k
Closed
Labels
area/quteThe template engineThe template enginekind/bugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
I have 2 classes which manages Qute messages:
@MessageBundle
public interface AppMessages {
@Message("Hello {name ?: 'Qute'}")
String hello_name(String name);
}and the second which definesthe msg2 namespace:
@MessageBundle("msg2")
public interface App2Messages {
@Message("HELLO")
String hello();
}When I'm trying to use [msg2:hello} in my template I have teh following error:
#1 page.qute.html:32:1 - {msg2:hello}: Message bundle [name=msg, interface=org.acme.AppMessages] does not define a method for key: hello
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
Metadata
Metadata
Assignees
Labels
area/quteThe template engineThe template enginekind/bugSomething isn't workingSomething isn't working
