Posts by Gabriel Porcher • 11 points
2 posts
-
1
votes0
answers46
viewsQ: Vue router - problem with dynamic links
So, I am developing an application with Node and Vue, and I came up with a problem when generating dynamic links: In my backend I have a getBeerByStyle function (which works correctly). On my front,…
-
0
votes1
answer188
viewsQ: How to view Servlet’s list in jsp?
Good evening. People, I have a question that after N attempts is not clarified, so I decided to ask the masters for help. Basically, I have the following Servlet: @Override protected void…