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 |
whats is mean Actionerrors and Actionerror?
how will you view ur jsp page to the client by using properties file?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
Wat is Difference between Mvc1 architecture and Mvc2 Architecture?
21 Answers HCL, IBM, Sanyaa Infotech,
What are the main classes which are used in struts application?
What is actionservlet?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
How are interceptors and servlet filters different?
What is the purpose of @requiredstringvalidator annotation?
What is spring hibernate and struts in java?
what is request processor class ?
What is the purpose of @beforeresult?