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 package name in struts xml?
how to implement singletun design patteren in struts?
we have 7 jsp pages .At last page we have a submit button when we click it it will store all jsps data which we provide will store into database. when we starting providing data in jsp pages when we are at 3rd jsp at that time sessions timeout where the data will be store which we r provide in last two jsps?
What is struts?
Can we have more than one struts-config.xml file for a single struts application?
How to combine the struts with velocity template?
What is form bean in struts?
What is the use of interceptor?
What is the purpose of @requiredstringvalidator annotation?
What is the purpose of @key annotation annotation?
What is the different actions available in struts?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?