• 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

how to change version of Struts in RAD6.0?

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I want to develop an appln in RAD6.0.
By default, the version of Struts in RAD6.0 is 1.1. But business want appln in latest version of Struts.
Kindly provide the pointer, how to change the version of Struts.

thanks in Advance
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is no way to change the verision of the Struts tooling provided in RAD 6. However, you can still develop applications in whatever version of Strus you like. Just use the import--War file function to import the struts-blank or struts2-blank war file that came with the download of the Struts version you're using. Also, make sure you don't tell RAD that your project is a Struts project. Otherwise, RAD assumes you're using Struts 1.1.

Because WebSphere uses Struts 1.1 in its admin console, you may have to play around with class loaders to get your application to work right. Search the Struts forum and you'll find other threads that deal with this issue.
 
Proudly marching to the beat of a different kettle of fish... while reading this tiny ad
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic