is it possible to see actionservlet in my system. if yes how
Answer Posted / sekhar babu
Yes we can see only .class file of ActionServlet class in
struts.jar,
If we want to see the class file use any of the decompiles
which converts .class to .java file.
Or we can download source from the apache.org site
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different kinds of actions in struts?
What are the life cycle methods of interceptor?
What is the difference between struts1 and struts2?
What are the loop holes of struts?
Lists the bundled validators in struts?
What does action do in struts?
Which configuration file is used for storing jsp configuration information in struts?
What configurations are stored in struts configuration file ?
What is struts? Explain
What is the purpose of @keyproperty annotation annotation?
What are apache struts?
What is strut action mapping?
Can you explain struts.properties in struts2?
Explain the complete struts validator framework.
Can we integrate struts with spring?