Questions tagged as 'spring'

0
answers

Problem with the input type="date" when loading a date from a MySQL database

I am carrying out a project as a test using angularJS, SpringBoot, JPA technology in a MySQL database. Now I'm doing a CRUD of a movie entity. One of the attributes of the entity is a date (Date). I make the insertion in the MySQL DB without any...
asked by 27.02.2018 / 21:41
1
answer

Input text (String type) throws java.lang.NumberFormatException when sending aSpring boot

I have the following error in spring boot when sending a form with a text:    org.springframework.beans.TypeMismatchException: Failed to convert   value of type 'java.lang.String' to required type   'com.carrduci.gestionycontrol.model.Model';...
asked by 23.02.2018 / 23:37
0
answers

HTML date format

How can I change this. & total = 10 & date = 2018-03-02 & idAgR = 1 . to    & total = 10 & date = 201/03/02 & ampAgR = 1 . ? since I make a direct request either Chrome or Firefox since you mark me an error in this method    pub...
asked by 02.03.2018 / 17:59
1
answer

How do I return a list with a range of two dates with hql?

I have created an integer of type String for the query of dates of a demand List<Demand> findAllDemandsBydates(String starDate, String endDate) throws ParseException; here is where I implement my code and say it is a string and I g...
asked by 25.02.2018 / 02:17
0
answers

Validate tab - TypeError: Can not set property 'step2' of undefined

I am integrating to an old project that works with Angular 1.3, Java and Spring. What I'm trying to do is get the JavaScript to change the status of the steps when it goes beyond the function. If this is not the case, let it be disabled until...
asked by 14.02.2018 / 00:18
1
answer

Spring Tools Suite STS closes out of nowhere?

I have been for a few days that the STS is closed only when I am working on it and sometimes when starting the program does not even open. When the STS is closed, it creates a file in its installation path which says the problem but can not u...
asked by 13.02.2018 / 23:33
1
answer

Request method 'POST' not supported | SPRING BOOT

I'm trying to mount a simple start menu and I get an error in the POST method when I press the submit button. My controller with the post method called by the submit in html with value "login" My index.html     
asked by 15.02.2018 / 13:28
1
answer

List of Links Primefaces

I have a problem with a Datatable. First the data table generates the data of the first 10 records without passing parameters, in each record there is a column with several links of Actions such as Edit, Delete, and see its history. There are al...
asked by 16.02.2018 / 21:54
0
answers

Problems with loading the spring and spring security config XML

Good I have problems to implement the spring security, I had previously configured the spring freamworks and its beans and it works perfect. Now that I have put the spring security beans when I use java, I get a NullPointer error. The problem is...
asked by 03.02.2018 / 00:31
0
answers

Relate 3 tables (HashSet) Hbm

I try to reach a field in a table and I do not know how to do it. I have a table where I have all the data (TespEolReference), I have another intermediate table called the EolMedia table where the hashset is to TespTaxon and the field taxonRecor...
asked by 23.01.2018 / 11:21