Questions tagged as 'spring-mvc'

1
answer

load value in empty front form without starting with 0 [java] Thymeleaf + spring

My entity is integer and loads the front with value 0, I think it is a simple thing but I do not understand much.     
asked by 15.03.2017 / 13:01
1
answer

Pass variable to Javascript for Controller SpringMVC

I would like to pass one (or more) variable to the SpringMVC controller    login.html <form id="form-login" method="post"> <div class="log-input"> <div class="log-input-left"> <inp...
asked by 06.04.2017 / 21:45
1
answer

Problem Spring MVC + Maven + Bootstrap

Good morning. I'm trying to put bootstrap in the index of my application but I'm not getting it, the index does not read the CSS. I searched the internet and from what I understood, the css should stay within the following structure, src / main...
asked by 06.03.2017 / 16:48
1
answer

Error Spring MVC Rest Full

Good evening, I'm trying to compile a code to run a simple rest in spring mvc, but I encountered the error "The request sent by the client was syntactically incorrect." Class Controller package br.com.aprendendorest.controllers; import...
asked by 07.03.2017 / 01:43
1
answer

How can I get values from several selected checkboxes and send them as a List to the Spring MVC?

Alright? I'm having a question, I'm developing a system using Spring MVC and HTML 5 in View, and as a renderer I'm using thymeleaf. I'm trying to get all the selected values from a checkbox set that represent the days of the week: Monday, Tue...
asked by 24.01.2017 / 21:13
1
answer

Failed to build Spring MVC application when setting bean AOP

I'm trying to set up AOP in spring.xml from my Spring MVC application, but I can not build it. I consulted the documentation, but following it did not succeed. The code is as follows: <beans xmlns="http://www.springframework.org/schem...
asked by 24.06.2016 / 15:55
1
answer

bind CSS in a Spring MVC project

Look closely at the image; Itriedtoputitlikethisonthepage;<!--LatestcompiledandminifiedCSS--><linkrel="stylesheet" type="text/css" href="#"># but did not get the CSS settings. ======== UPDATE ==================================...
asked by 13.04.2016 / 14:18
1
answer

I can not view the jsp page of a Spring MVC project

I can not see the form.jsp page I'm putting the following URL link With this URL he only sees the hello-world.jsp page I even put the following address link but it generates error, where am I going to be wrong. here is my complet...
asked by 13.10.2015 / 20:30
1
answer

Oracle tnsping ok, spring JdbcTemplate TNS: listener does not currently know of SID given in connect descriptor

I'm facing a problem, I hope they can help me, I'm developing a web application running on tomcat using Spring-mvc and data access with JdbcTemplate, the database is Oracle 11g. Within this scenario as a prache, I have two environments, in the d...
asked by 11.12.2014 / 16:25
1
answer

External jar problem creating file in tomcat

Good afternoon. I have a problem that Crawler4j (an external jar) tries to create files and folders in an application in tomcat but has the following error: Could not create this folder: / data / crawl / root How can I do to allow tomcat t...
asked by 08.12.2014 / 19:13