• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

migrating project from struts1.1 to struts2.0.6

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
our project was developed using struts1.1. For enhancement purpose we want to migrate our project to struts2.0.6
for this issue we downloaded .jar files that supports struts2.0.6.
and copied into our lib folder.
Can we put old .jar files related to struts1.1 as it is or can we remove struts1.1 jar files.

I need help for this issue
thanking you
 
ramesh kothakonda
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
if i remove struts1 1 jar file i am getting errors at the time of compilation for example.

LookupDispatchAction

i think these classes are not available in jar files which are available in struts2 0 6
Then want i have to do.
if you help regarding this i will be very thank full to you.
thanking you.
 
reply
    Bookmark Topic Watch Topic
  • New Topic