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
How to upload struts file?
Explain the life cycle of a request in struct2 application?
What does apache struts do?
How to convert struts to spring mvc?
What does the term struts mean?
What is struts xml?
What is apache struts used for?
What is struts in java with example?
What is the difference between forwardaction and includeaction?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?
What is Struts2?
What are the components of struts?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
What is the purpose of @conversion annotation annotation?
What do you mean by a custom tag?