Questions tagged as 'spring-mvc'

0
answers

Internal error when using th: field and th: name thymeleaf and springmvc validation

I'm trying to validate fields to save them in the DB, I'm using @Valid and BindingResult plus Model, it already saves correctly in the DB just missing validate (which comes first), The problem is that the BindingResult does trap the errors, b...
asked by 07.09.2018 / 21:56
0
answers

List printers on the client side (Java)

I have an application running on the server and I want to be able to detect the printers that are accessible from an xs computer. That is, on the client side I want the printers to be listed and now, as the application is running from a serve...
asked by 14.09.2018 / 20:09
0
answers

I have problems finishing a Maven Java exercise

I need to make a kind of final page where all the data that I collected and created at the beginning through 2 forms is detailed. One form is data collection to create a work order in a workshop and the other form creates an owner. The owner for...
asked by 08.08.2018 / 22:16
0
answers

How to load data returned with spring mvc in an ExtJs grid?

A couple of days ago I look for the solution to my problem and nothing, and that is that I am working with java framework Spring MVC with SQL connection and integrated with Extjs 6.2 I try to load the data that returns spring to me within a grid...
asked by 10.08.2018 / 16:38
0
answers

How to send Spring MVC a JSON of a formula with ExtJS (6.2.0)?

I'm making a Login using Spring MVC and ExtJS version 6.2.0. It does not work for me and I have already surfed without finding the solution since I pick up the username and password and supposedly send it to my Spring driver and there process th...
asked by 21.07.2018 / 16:31
0
answers

Remove project IDE STS

How can I remove the projects that I have in the STS IDE to start working on a new one but that I will not lose the project. Every time I create a new project I have to create a new WorkSpace? What is the proper way to name the WorkSpace?...
asked by 10.07.2018 / 23:47
0
answers

Because I have this error in Spring

I'm new to Spring, I'm trying to deploy a Spring app in glassfish but I have not been able to because I always get this error. I know Catalina is from Tomcat but I do not understand why she names it, I want to use Glassfish, I do not un...
asked by 27.06.2018 / 08:27
0
answers

Store Date with Spring MVC and MySQL

I have the attribute type Date in a class and when I want to register it in MySQL with type date , I get an error and it may be due to the format of the date, but I do not know what to do. Class attribute:    private...
asked by 26.06.2018 / 03:06
0
answers

What is the correct way to load in a table data recovered with Spring, Hibernate and JQuery?

I am working with Spring mvc, hibernate with connection to SQL and I have trouble loading data on a table, which I have is the following. Pojo: public class Trabajador implements java.io.Serializable { private String idTrabajador;...
asked by 23.06.2018 / 21:35
0
answers

Java, Spring Security: How to configure Spring Securiry to allow requests with certificates .x509 (.pfx)?

I have an application with Java and Spring Security in which the user must log in to be able to make any request. Now I want that for a particular request, I can access through a certificate (.pfx). My question is, how should I configure in Spri...
asked by 08.05.2018 / 00:18