Good afternoon,
I'm doing a User validation, but I can not receive the message I get. I have the following:
$(document).ready(function () {
$("#UEmail").change(function () {
$.ajax({
type: "POST",
url: "Validar...
I am developing an application Java Web App mounted on Apache Tomcat 8.0.27 . Both in the Internet Explorer browser and Google Chrome , I get errors when I try to show some file that I have deposited locally on my machine.
The possible...
I have been asked for something a bit weird, that the fields input numeric of a JSP page have 2 decimals by default.
So far everything is normal:
<input type="number" step="0.01" />
Now, the client wants the quantities to AL...
How about! I am doing a small application of Spring (I am learning) and I have found that, when passing as a parameter a List object in sight (JSP), the cycle forEach does not work as it should. Actually if one searches in the HTML the ob...
Greetings, I have the following table in which I am adding items.
<table class="table table-hover">
<thead>
<tr>
<th>Codigo</th>
<th>Descripcion</th>...
I want to download a .txt file through my browser, what I have done so far is that the file is saved in a specific path, but I would like to download it through the browser to make it more comfortable for the user , here's the code I have so far...
I have had a problem when returning a value of BD mysql null in '0000-00-00' format
The error that occurs is:
exception
javax.servlet.ServletException: java.sql.SQLException: Value '0000-00-00'> can not be...
I have problems to register, before I just registered as a user and it worked, now I register as an administrator and it does not enter, and if I register as a user it enters the path / admin, I leave code as it shows so that the error is seen....
What happens is that I have a jsp view from which I fill a form, I send the data by means of the POST method to my controller and once the instructions are finished I return to the main view of my site. However, the methods contained in my dri...