Where can i get jar file for use the struts-tags in struts2?
Answers were Sorted based on User's Feedback
Answer / murali krishna yella
hi mate, You download struts2-core-2.X.X.jar file , You can
download it easily from Net. And add that to you project.
Now you can use struts2 tags.
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / palanivel
check for new verion of struts2.jar in net and add that in
the web-inf/lib folder and specify this path in the taglib
directory path in jsp
| Is This Answer Correct ? | 2 Yes | 3 No |
What is the purpose of struts.properties in struct2?
What is an interceptor stack?
How we can install struts?
What is the purpose of @key?
Give an example of validates method used to avoid errors.
How we can configured action mapping in struts?
What is the different actions available in struts?
How do I access token?
What is validate() and reset() functions?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
How to work with error tags?
What configuration files are used in struts?