how many methods are there in RequestPrccesor class?
Answers were Sorted based on User's Feedback
Answer / datta
main methods are -- process, iniit, destroy
for more check:
http://struts.apache.org/1.2.4/api/org/apache/struts/action/
RequestProcessor.html
| Is This Answer Correct ? | 12 Yes | 4 No |
Answer / raghav kulshrestha
in RequestProcessor mainly three method
,init,destroy,services,process
| Is This Answer Correct ? | 0 Yes | 9 No |
Describe validate() and reset() methods.
Is form beans are serializable or not?
11 Answers College School Exams Tests, Magna Infotech,
What is the purpose of @customvalidator annotation?
What validate() and reset() method does ?
How to convert struts to spring mvc?
What is the use of ActionErrors in Struts
What are disadvantages of Struts?
What is declarative exception handling in struts?
what are the disadvantages of MVC architecture
What is apache struts used for?
What is strut action mapping?
we have 7 jsp pages .At last page we have a submit button when we click it it will store all jsps data which we provide will store into database. when we starting providing data in jsp pages when we are at 3rd jsp at that time sessions timeout where the data will be store which we r provide in last two jsps?