is it possible to see actionservlet in my system. if yes how
Answers were Sorted based on User's Feedback
Answer / annamalai
Web.xml can has the action servelet.Initially the path will
going to web.xml.And it will select the url path and come to
struts-config.xml.
| Is This Answer Correct ? | 10 Yes | 4 No |
Well one can only see the .class file of an ActionServlet,
ActionServlet .class file is zipped and kept in Struts.jar
file.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / murali krishna yella
what Aswin telling is correct as per my knowlodge.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ashok
If you are using eclipse then you can attach the source.zip downloaded from apache.org.
In this way you can see the source for any class in struts framework.
| Is This Answer Correct ? | 1 Yes | 0 No |
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 |
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What are the various struts tag libraries?
How struts2 supports internationalization?
How we can configured action mapping in struts?
What are the components of struts framework?
Provide some important Struts2 constants that you have used?
Explain how can we upload files in struts2 application?
Difference between JSF Framework and Struts Framework.
13 Answers Accenture, BSS, IBM, TCS,
What is discontinuous strut?
What are action errors and error?
What is actionform in struts?
When should we use SwtichAction?