Posts by Isaias Buscarino • 13 points
2 posts
-
1
votes1
answer1217
viewsQ: Fire event by clicking outside element
I have a problem with an Angularjs 1.6 implementation. Need to fire an event by clicking outside a "div" element for example. Note: ng-Lur only works with form fields. <li class="dropdown-toggle"…
-
0
votes1
answer135
viewsA: I cannot put Servlet value on the JSP page
Try to set the message in the Answer instead of the request. response.setHeader("vazio", vazio); And on the page you can leave so: <label for="vazio_resposta">${vazio}</label>…