Questions tagged as 'spring-mvc'

0
answers

Change the jqgrid of a RowNum with default value to 10 when I submit to a save button?

My problem would be the following: I have a jqgrid to which I give a rowNum 10 when I create it. The problem arises if I change the rowNum to 20 and give it to save I always get the value to 10 when the page is reloaded and I would be interested...
asked by 02.05.2018 / 01:08
1
answer

Upload an image to Spring -mvc

I'm trying to upload an image with Spring-mvc utilziando for it Commons FileUpload I'm following the following link I call fileUpload on my controller and it enters but does not upload the image. The steps that I have followed ar...
asked by 08.05.2018 / 21:00
0
answers

Exception handling with spring

I try to capture the 404 error of my application with Spring mvc and then send it to a view. But I do not know what error I can have the code that does not catch the error. I leave my code in case someone could help me and see where the fault is...
asked by 26.04.2018 / 09:50
0
answers

I do not create the table in MySQL mydb database - generates error

Estoy trababjando cpn Spring 5 y no me crea la tabla en la base de datos, ya que me genera el siguinete error: schema.internal.SchemaCreatorImpl [0;39m [2m:[0;39m HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.S...
asked by 22.04.2018 / 10:38
0
answers

Receive an image in Spring-mvc

I'm trying to get an image on my controller in Spring -mvc and I do not know what kind of data I should put @Controller @RequestMapping("/image") public @ResponseBody String RecibeImagen(String datos) { The thing is, I do not know how t...
asked by 18.04.2018 / 20:07
1
answer

Error in JQuery Ajax and Spring mvc driver

I am sending a POST from ajax to a controller with Spring mvc, everything worked correctly, the controller received the data and worked with them, the problem has appeared when I wanted to execute a function in the ajax success, I have verified...
asked by 11.04.2018 / 18:32
0
answers

Spring MVC Error running builder

can someone help me? When I start my environment in Spring MVC, and my project is loaded, I get the error: Errors running builder 'Maven Project Builder' on project 'Marina'. Errors occurred during the build. Errors running builder 'M...
asked by 06.04.2018 / 19:23
0
answers

no Repository is found. Spring MVC

Well the matter is like that. I've been using Spring for a month and a half, and everything worked fine. but for the moment when I reopened my environment I showed an error:    An error occurred while collecting items to be installed sessi...
asked by 05.04.2018 / 18:17
0
answers

Spring MVC IT Test fails because it can not find the HTML page to return

I am trying to do Integration Test (JUNIT) on a webapp with Maven + Spring 5 + thymeleaf and, when I launch the following test: MockHttpServletRequestBuilder createMessage = get(prueba/alta).secure(true) .contentType(MediaType....
asked by 02.04.2018 / 19:23
0
answers

Receive image in Spring mvc

I am creating an application with Phonegap from which I send an image to a Spring MVC controller, this is my shipping code function subirImagen(fileURL) { var options = new FileUploadOptions(); optio...
asked by 24.03.2018 / 12:53