What is used to display the intermediate result in an interceptor?



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

Post New Answer

More Struts Interview Questions

Do you need an alignment after replacing struts?

1 Answers  


when we enter the data in the form how it is stored in formbean class setter and getter methods?

1 Answers   TCS, Wipro,


Explain struts.devmode?

1 Answers  


How can we integrate log4j in Struts2 application?

1 Answers  


What is validate() and reset() functions?

1 Answers  


what are the struts tags?

1 Answers  


Name the different types of actions found in struts.

1 Answers  


what is BUSINESS DELIGATE PATTERN,DAO,VO,DTO?

6 Answers   BOB Technologies, TCS,


How we can configured action mapping in struts?

1 Answers  


How we can install struts?

1 Answers  


What is apache struts used for?

1 Answers  


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

0 Answers   Techno Solutions,


Categories