Questions tagged as 'spring-mvc'

0
answers

Servlet configured with annotations is not loaded

I have the following class: public class SpringServlet extends AbstractAnnotationConfigDispatcherServletInitializer{ @Override protected Class<?>[] getRootConfigClasses() { return new Class[]{}; } @Override...
asked by 22.11.2015 / 15:49
0
answers

Problem with Spring properties MVC 4

Good error happens in the second message of the properties file the first message ok when I try to put the second message in the file this error happens    Caused by: javax.servlet.jsp.JspTagException: No message found under   code 'campo.add...
asked by 05.01.2016 / 18:19
1
answer

Spring and Jasper - Browser does not understand streaming for download

I have an application that uses jasper-reports version 6.2.0 with spring-mvc version 3.2.14, java-ee-7 , tomcat 8 and on the front end we use angularjs . The requests rest are made via ajax . Spring perfectly understands the object...
asked by 01.12.2015 / 18:25
1
answer

Receiving HTML Table in Controller (SpringMVC)

Good morning, I have a page where the user digital information. <input type="text" id="info01"> <input type="text" id="info01"> <input type="text" id="info01"> When typing all 3, via javascript I perform a calculation a...
asked by 10.07.2015 / 13:36
0
answers

Uploading xlsx Spring MVC and comparing data with SQL [closed]

I'm trying to upload an xlsx file and compare it to my database table, however I'm not getting it, as my file is too large I can not read it with the Apache POI and then compare to the table of SQL. You can at least guide me how to upload the...
asked by 25.06.2015 / 21:59
0
answers

How does Spring JSF integration work, and what is the role of the InternalResourceViewResolver Filter and how should it be configured for integration?

I'm studying to start a project of a distributed Web system, which will have simple interfaces in some contexts, but others will require an interface structure that will make it necessary to adopt a framework like PrimeFaces to contribute to the...
asked by 06.06.2015 / 17:32
0
answers

Bind Collection with Spring 4 and Thymeleaf

How do I submit a list when the submit event triggers on the form? The Bind of the selected value is being done correctly, but I need the list too. HTML <select id="banks" th:field="*{bankID}" class="form-control">...
asked by 01.11.2014 / 23:04
0
answers

Hibernate + Ireports

I am trying to connect a Spring MVC project with Hibernate using JSP. But a problem comes up when I try to create a connection to import data into a report using JasperReports + Ireport technology. When I select the Spring loaded Hibernate conne...
asked by 03.09.2014 / 19:29
2
answers

Manipulate a List inside a foreach in a view

I have a doubt that it should be simple to solve, but I am not able to develop a logic, or even be doing the wrong thing. Well, I have a table in which I scroll through a table called "categories" within this table. I have a relationship with...
asked by 13.08.2014 / 21:15
1
answer

Components of the Spring MVC Framework

Good morning guys, I'm having trouble figuring out some specific information regarding Spring MVC, for example: Upload Bar: JSF uses the Progress Bar component, Struts 2 or Ajax File Upload Plugin, and Spring MVC uses the ????? AJAX Tab...
asked by 09.09.2015 / 13:30