What is used to display the intermediate result in an interceptor?
Answer / Raj Kumar Vishwakarma
The result can be stored in the Action or Servlet context using ValueStack or Request or Response object. However, it's important to note that the main purpose of an interceptor is not to store results but rather to perform actions before or after an action is executed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Do you need an alignment after replacing struts?
when we enter the data in the form how it is stored in formbean class setter and getter methods?
Explain struts.devmode?
How can we integrate log4j in Struts2 application?
What is validate() and reset() functions?
what are the struts tags?
Name the different types of actions found in struts.
what is BUSINESS DELIGATE PATTERN,DAO,VO,DTO?
6 Answers BOB Technologies, TCS,
How we can configured action mapping in struts?
How we can install struts?
What is apache struts used for?
I will explain the scenario now i have a form1 having some fields and i made it extends DynaActionForm. in struts config how can i specify another form form2 which has to extend the form1 please specify is it better to use actionform or dyna action form in applations. is dyna action form is comfortable in declaring form variables of type 'ArrayList<somegenerics>' extend the