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
If the framework doesn’t do what I want, can I request that a feature be added?
What kind of mvc is struts 2?
What is the purpose of @action annotation?
What are different ways to create Action classes in Struts2?
Explain architecture of struts2?
What's mvc pattern ?
What is the need of struts?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
What is the difference between session scope and request scope when saving formbean ?
What are the pros of struts 2?
How do u provide security to ur project?(Banking domain project)
What are the Core classes of Struts Framework?
What is the difference between requestaware and servletrequestaware interface?
What is s token?
How struts2 supports internationalization?