Questions tagged as 'spring-mvc'

1
answer

Problems with doing maintenance on java spring

I try to incorporate a simple maintenance "Add users" to a project with spring security but I get these errors, I'm guiding myself on another project but it works with ldap type Informe de Excepción mensaje Servlet.init() para servlet mvc...
asked by 02.02.2017 / 18:39
0
answers

XML String in Java Object

I need to serialize an XML that comes as a String from a browser Header to a Java object to be able to access one of its attributes. Ideally, something would generate it automatically so that you do not have to create classes that map...
asked by 17.03.2017 / 03:13
0
answers

For Loop only prints the first record multiple times

I have the following problem. I'm going through a list that contains multiple records, but when I print this information it only shows me the first row multiple times, let's say that a specific user has 49 rows in BD and he prints the first v...
asked by 01.11.2016 / 17:48
1
answer

How to configure Spring MVC with Hibernate java config (without xml's)

Hi, I am working on a project in spring mvc, I have already done some of them before but I configured them with xml. The java option makes me cleaner. In this application I have already configured: Apache Tiles slf4j with logback I trie...
asked by 26.10.2016 / 17:27
1
answer

Customize components in gvNix

I would like to know how I could modify the components and values that I want displayed on the page. On the one hand I would like to be able to edit the values of a record from the table of the lists and save the edition. On the other hand...
asked by 07.03.2016 / 14:28
0
answers

Use the properties of a nested list in a hashmap to save results

I'm trying to save the data of a dynamic form in a map whose value is a list of objects, the problem is that when I get to the corresponding POST method, in the map, the entryKey are all right with their corresponding objects but w...
asked by 08.02.2016 / 12:43