What is difference between perform() used in struts1.0 and
execute() used in 1.1 ?
Answer Posted / gurmeet singh
In struts1.1, we use perform method ie is deprecated now.
So after struts 1.1 we use execute method
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Which design pattern the interceptors in struts2 is based on?
Can you explain the directory structure for a struts folder in brief ?
Explain design patterns which is used in struts?
What validate() and reset() method does ?
Can explain about the validations and in your project where did u used the validations?
Why do we need mapdispatchtoprops?
What are the reasons for an error message not being displayed while developing struts application?
What is the use of form bean in struts?
Which model components are supported by Struts?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
What is difference between interceptors and filters?
How do I install struts?
How interceptor works in struts 2?
Can you explain struts validator framework?