Posts by Ninja2112 • 1 point
6 posts
-
-1
votes1
answer448
viewsQ: Update an array in React state?
I’m trying to extract the elements from a array and move on to another array in the state more still unsuccessful, my code is like this: this.state = {lista[]}; //(No metodo) let v = ""; for(var…
-
0
votes1
answer24
viewsQ: Focus on a field with maskedinput
Good morning, you guys... I have in my form a text field with recursive entries. How do I p/after sending a typed value, clear it and get ready for the next entry ? As soon as I type the first…
-
0
votes1
answer182
viewsQ: Call Servlet in a popup
Good morning, you guys... How can I run a Servlet opening in a popup and passing 1 parameter ? My code is like this : - On the page called <form name="frmcadentidade" method="get"…
-
-1
votes1
answer530
viewsQ: External access to Wildfly - Error 111: Connection refused
I need a tip on how to set up my server for access of any machine within my network. I am testing in the following development/testing environment: Eclipse EE Luna SR2 in Java 8; Wildfly Server…
-
0
votes1
answer55
viewsQ: Wildfly - My application does not run
Hey, you guys...... I have my development environment with Eclipse + Wildfly 8.2.1. I imported my project . War, I can start the server and it deploys no errors. The problem is when I will run…
-
0
votes4
answers1204
viewsQ: Capture the value of a text without the mask?
I have a text field masked as follows: $("#txtnuminic").mask("99999999-9"); And I’m trying to extract the contents of it without the mask as follows: valor =…