Good, I'm trying to collect the content of a form from an Action, but I always get null .
What I have done is:
JSP:
<s:div id="popup-usuarios">
<s:form name="formEditar" id ="dForm" method="post">
<s:textarea id="data"...
I have created a window that shows a loading animation that says "Loading next data" .
My idea is that when the client presses a certain button the window appears with an animation while loading a record and then disappears.
The fact is tha...
I am developing unit tests with the TESTNG framework and I have encountered a problem when obtaining the coverage report.
Steps:
I launch the Maven project.
clean org.jacoco:jacoco-maven-plugin:prepare-agent install
The execution...
I have these two scenarios working with bigdecimal:
BigDecimal result;
escenario 1: result = 19315859.60145000000000 ---[should be]--> 19315859.6014
escenario 2: result = 66841687.43665000000000 ---[should be]--> 66841687.4367
The p...
At the time of declaring a form html in a jsp. the program runs but the class says "Element 'UserHandler' not found", because I get this error?
these are my files
user.jsp
<%@ page language="java" contentType="text/html; charset=ISO-8859-...
Good morning.
My question is, how can I consume a REST web service from my application that is made with spring framework ?.
The spring documentation tells me that I can do it with restTemplate.
For example to obtain data:
restTemplate.getForO...
I currently have a login and several wars and I hope that by logging in I can pass my User object per session to the other wars.
How do I configure my Wildfly 10 server so that all my wars developed in JSP can communicate without having to cr...
At the moment of giving the build button in unity3d 5, the normal process begins, and in the middle it throws the error. This is what the console says:
CommandInvokationFailure: Failed to re-package resources.
C: \ Users \ Walther \ AppD...