• 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

struts

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using Eclipse 3.3. Im not able to create a struts project in it. I tried creating a Struts project in Eclipse3.0 and imported it in 3.3. But still i`ve a warning in struts-config.xml saying "cannot validate as there is no connection". can i have a struts plugin or something like that.
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The best way to create a Struts project in Eclipse is to import the struts-blank.war file that comes with the download. This file will be named differently depending on which version of Struts you're using, but it will always have the word "blank" in the name and it will always be in the "apps" directory.

Just import it using the file-->import-->war file function in eclipse. The web project that's created will serve as a base project to which you can add your own artifacts.
 
reply
    Bookmark Topic Watch Topic
  • New Topic