python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to return catchable error to the ajax call in Struts 2?
I have some Struts 2 actions called by Ajax. I try to deal with error and catch the error but it doesn't work as expected.
the method ajax method:
deleteIndicateur(id) {
$.ajax({
type: "DEL...
Ersch
Votes: 0
Answers: 1
What is the Struts2 equivalent for <bean:message> tag with property attribute in Struts1? For example:<bean:message name="user" property="label" />
In Struts 1 the <bean:message> tag is usually used with the key attribute in order to get the message from the properties file by specifying the message-key in the key attribute.
And in struts 2...

Shambhavi R
Votes: 0
Answers: 1
ERROR: java.lang.NoClassDefFoundError: rezg/logger/common/DebugLogProcessor
I started a project using Java and Struts. Please can anyone help me to understand this error. I am new to Java and Struts. Below you can see my error in console.
1842901 [http-0.0.0.0-8180-3] ERROR o...
Nirodha Wickramarathna
Votes: 0
Answers: 1