Hi,
I created a web project and then added struts cababilities to this project, now I can see the following files are under the /WEB-INF folder:
1) struts-bean.tld
2) struts-config.xml
3) struts-html.tld
4) struts-logic.tld
5) struts-nested.tld
6) struts-template.tld
7) struts-tiles.tld
8) validator-rules.xml
I also expect struts-validator.tld and validation.xml to be added but they are not , is there something wrong? How can I make it happen? Do I need to add both of them manually?
I am using MyEclipse 4.0.3 GA.
Any help will be highly apprieciated. 😆