whats is mean Actionerrors and Actionerror?
Answer Posted / mahesh
In Struts, error messages are represented by creating
an object of type ActionError i.e.,
ActionError ae = new ActionError("errone");
To store multiple ActionError objects we use
ActionErrors object
ActionErrors aes = new ActinErrors();
aes.add("one",ae);
| Is This Answer Correct ? | 25 Yes | 0 No |
Post New Answer View All Answers
What does i18n interceptor?
How do struts work?
What is actionmapping?
Why use struts framework in java?
Give the details of xml files used in validator framework?
What configurations are stored in struts configuration file ?
How does interceptor work in struts2?
What are the steps used to setup dispatch action?
What does params interceptor?
What are construction struts?
how does request processor relates to action mapping?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
Explain how can we upload files in struts2 application?
Explain the core end goal while using java struts?
How to combine the struts with velocity template?