Posts by Thiago Souza • 45 points
7 posts
-
0
votes0
answers106
viewsQ: Validating tr tags in a table with React
I have two components. The first is the parent and the second is rendered in the parent as tr tags, as lines in a table, they need validation. Because the tds tags contain inputs that need to be…
-
1
votes3
answers2526
viewsQ: How to add HTML with onClick event in React
It may seem like a repeated question, but the examples I found are complicated and need a predefined array, I don’t have that, I wonder what is the simplest way to add an element to the DOM with…
-
0
votes1
answer546
viewsQ: Render components according to route
I am developing an application with React. I have the index.jsx file below: import React from 'react'; import { render } from 'react-dom'; import { Provider } from 'react-redux'; import { store }…
-
0
votes1
answer58
viewsQ: What information can I get from the user through Java EE?
I need to implement SSO(Single Sign-On) in a client of the company I work, the scenario is basically the following: They have a web system, made in java, which has a normal login, but they want that…
-
1
votes1
answer165
viewsQ: Java + Active Directory - Single Sign On
I was asked to do SSO for a web application in Java. The idea is that through computer information, the application check in the AD and according to the OR user, he has access to certain modules of…
-
1
votes1
answer170
viewsQ: Classic Asp Development: COM, how to use?
Would you like an explanation regarding COM components, What are they exactly? How to use them? From what I understand they are a kind of library that is on the server dai Voce associates to your…
aspasked Thiago Souza 45 -
1
votes2
answers171
viewsQ: Call function js within another and depending on the result stop the execution of the parent function
Well, I have a function(1) with validations in js, I would like to call it within another function(2) js and if and function one has a result, I would like to stop the execution of function 2 For…
javascriptasked Thiago Souza 45