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 |
Is it possible to create mulitple instance of one Action Class in struts?
Why are struts tightly coupled?
What is the use of struts?
Hi All thanks in advance, iam new to j2ee currently in my project we r using struts with hibernate can i have one sample application like CRUD application with code or any tutorials liks r ebooks plz....?
Which interceptor is responsible for file upload support?
why servlet is used as controller not JSP?
What are the core classes of the struts framework?
How does struts2 token work?
What is struts.devmode?
What do you mean by a custom tag?
Does apache tomcat use struts?
What are action classes in struts?