Answer Posted / samba
in RequestProcessor we have process()
this process method used to process the enduser request
and it is called by the action servlet doget()or dopost()
method by default it work one way
if u want change the flow of the application before
invoking our action classes we to implent the
requestprocess class
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What do you mean by tiles in struts?
What is the design role played by struts?
Explain about the validation steps which have to be carried during validation of client-side address?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
What is the difference between plain-validator and field-validator?
Explain about the
Explain the difference between dispatchaction and lookupdispatchaction in struts?
What is the default suffix for struts2 action uri ?
What are the ways in which duplicate form submission can occur?
What are the core classes of struts framework? Explain
Provide some important Struts2 constants that you have used?
What is struts framework in java?
What is the use of Struts.xml configuration file?
Which configuration files are used in struts?
What is the use of resourcebundle.properties file in Struts Validation framework?