Posts by Junior • 11 points
2 posts
-
0
votes3
answers174
viewsA: Java Strings Comparison Error
Problem solved, The assignment I was making from a javascript variable to a jsp was wrong, as java was writing it understood that the value of the serial variable literally…
-
1
votes3
answers174
viewsQ: Java Strings Comparison Error
I have the following situation. I get a string that is in the application’s localStorage in a javascript variable. <script> var sendForm = localStorage.getItem('f'); </script> This same…