Questions tagged as 'spring-mvc'

1
answer

Error running a project with tomcat 8

When I try to raise my project and put the address localhost: 8080 / SpringSep I get the following error. This is what it gives in the log feb 06, 2017 9:02:42 AM org.apache.tomcat.util.digester.SetPropertiesRule begin ADV...
asked by 06.02.2017 / 16:06
2
answers

What version of gvNIX and roo choose [closed]

I wanted to know what gvNIX version should be used. I see that the last one that was launched was 1.5.1.rc4 but one previous to this is the one that has support for roo 2.0.xx On the other hand I do not get the version of roo 2.0.0.M1 eith...
asked by 02.03.2017 / 14:32
1
answer

Spring 4 - Apache POI - Security: Error 403 when generating Excel spreadsheet

I'm in a project with Spring MVC 4, and I need to generate an Excel with a set of data on the screen. For this I use Apache POI to make the generation integrating it with Spring. However, when the file download runs, I get a 403 error. The appli...
asked by 13.12.2016 / 21:25
1
answer

Problem with the context in Spring MVC project and URL's

I'm a Java developer but it's the first time that I have to create a web project from 0 and choose the technologies to use. I've launched Spring MVC because it's what I've used the most but now that I'm doing and configuring the project in NetBe...
asked by 31.05.2016 / 17:46
1
answer

How to change the language to my website with angularjs? [closed]

How can I change and, with that, the language of my page either with a language selector or automatically all the text, to the selected language. I have seen that .js or Locale language files are downloaded with angle, but only changes some p...
asked by 22.07.2016 / 06:09
1
answer

Java structure in the @ResponseBody custom

I'm doing a mapping from the database with MyBatis in Java. This is the way I am doing it and everything is working very well: final static String GET_CONFIGURATION = "select c.codigo, c.simbolo, c.fecha, c.moneda" + " from pps.cue...
asked by 17.03.2016 / 18:27
0
answers

Error http 406 Spring MVC Netbeans

I'm using Spring Framework with Netbeans When I put in the browse localhost / 8080 / xxxx / request I get the error 406 These are my files: dispatcher-servlet <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.spr...
asked by 30.12.2018 / 09:45
0
answers

WARN DispatcherServlet.noHandlerFound problems (1120) No mapping found for HTTP request with URI

I am working with a web application that uses Spring , uses among others the following dependencies (libraries) <!-- spring mvc --> <dependency> <groupId>org.springframework</groupId>...
asked by 28.12.2018 / 09:52
2
answers

problem changing the css class of an element before triggering a form

I have the application mounted and wanted to make a small effect with css for the customer table, by adding the class rot180 that flips the arrow (selected) to sort the results in the head of the table. Well, in the onclick of the arrow on the a...
asked by 28.12.2018 / 18:46
0
answers

Problem in redirect.jsp changing the url-pattern

Recently I needed to change the url-patterns to be able to pick up the / name attribute of the pages, so I modified this value and put it in / * but it stops working the redirect.jsp  Web.xml: <servlet-mapping> <servlet-name>d...
asked by 24.12.2018 / 00:56