Questions tagged as 'struts2'

0
answers

Validations in struts2

I have a form on a server Tomcat that works with struts . I have not created this development environment so I do not know very well how it works. The form is created, works correctly and returns the data correctly, now I can cre...
asked by 01.03.2018 / 08:27
0
answers

Struts2, Error log in file load properties

I had a very special case, and I leave here as I detected it after several days. You have to do with the loading of the .properties message file that is configured for Struts2. Regardless of where you set up, there is an undocumented situatio...
asked by 14.02.2018 / 17:41
1
answer

Insert data from SQL server to struts2

Hello good night everyone, I explain my problem I'm making an insert to my table: but this is what is stored in the bd: The result I'm looking for is a lot of this: I provide my entity class: public class CoordenadasP { Str...
asked by 26.10.2017 / 04:01
1
answer

How to receive an object from a form in Struts2?

How can I receive an object from a form in an action, in order to avoid the getter and setter to receive field to field? Example in Spring MVC @RequestMapping(value = "/registro", method = { RequestMethod.POST }) public String crearUsua...
asked by 08.08.2017 / 18:40
0
answers

Error when using the multiple attribute in a s: file of struts2.0

The next line of code does not compile me when I see it in the browser, it marks an Error 500 when trying to access the page with this line. As I use struts2.0 in my application, and what I found on the internet with struts2 it is possible to us...
asked by 10.07.2017 / 23:33