As a trainee I have been working on a project, a java web application. Till now i have used javascript and jquery
for validations but now I also know struts 1.x and struts 2
and want to apply that instead of javascript
... So I have to copy all the files from my struts app. into my project folder in net beans ... I mean all the specific file like the one's in web-inf
i have to copy them exactly ?
Or there's another way of doing it in net beans like merge projects
or something ?
Asked
Active
Viewed 153 times
0

nr5
- 4,228
- 8
- 42
- 82
-
As stated this question makes no sense. What are you trying to do? – Dave Newton May 07 '12 at 18:15
-
simply put, till now my web application uses javascript for form field validations. Now i want to implement struts, so is there any method to merge projects ? or i have to include the struts library and then create new action classes and formbeans in my project again ? in context of NETBEANS – nr5 May 08 '12 at 09:50
-
Just copy the files; what's the issue? – Dave Newton May 08 '12 at 10:10
-
i was having issues with some libraries not being included, now it is working ! Just copied them ! – nr5 May 11 '12 at 07:22