Posts by Eduardo José • 11 points
3 posts
-
1
votes0
answers29
viewsQ: Switch web application port with Kotlin in Intelij
I’m using Kotlin on Intelij along with Vertex and Jboss. I want to change the default port of my application. I have tried to put in the VM Options of the Inteli run Configurations a different port,…
-
0
votes0
answers56
viewsQ: How can I compare two or more values using the match function in Kotlin
I’m using Kotlin with Mongo and have the following code snippet: match(equal(Industry::addresses, Address::category, value = AddressCategory.MAIN.toString())!!) The category of this address can be…
-
0
votes2
answers20
viewsA: View values submit to controller with post
You could remove the onclick="this.RespostaDoJogador.submit(); other view components and only put him on button, after that you could create a vector in which you would catch all the input radios,…