How can i return String when use @ActionMapping #1669
Unanswered
kyowanghwe
asked this question in
Q&A
Replies: 1 comment
-
|
Hi @kyowanghwe, Type.DYNAMIC is a type where the template to be returned is dynamically specified. Specifically, by using DYNAMIC, you can select a different template based on the process within the Command. Please refer to the following link for more details: If you could provide more details about the specific requirements you want to achieve, I believe I can offer more suitable advice. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I saw that currently maybe we can use the DYNAMIC result type, but I don't know how to implement it. Could you provide an example?

Beta Was this translation helpful? Give feedback.
All reactions