0
I have an API with a data array. Example:
"bandeiras" : [
{
"bandeira": "MASTER",
"status": "ATIVO"
},
{
"bandeira": "HIPER",
"status": "ATIVO"
} ]
What I have to do to get the data from each flag, and that’s when I click the button fly flags , for in the last jsp of the project it displays all these flags with the values.
I created the DTO with the API return values. However, I don’t know how I’m going to handle this in the controller when I click the jsp button, since it only has to display at the end of the stream.
Any hint/solution?
With nothing in your code to evaluate, it’s impossible to give you a solution: Manual on how NOT to ask questions.
– Sorack