• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Unable to Map Action to namespace -- new to Struts

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

web.xml in WEB-INF



register.jsp in MyApplication



Application Resources in classes in WEB-INF



struts.xml in WEB-INF



Test.java in classes in WEB-INF ( Tried compiling it err --> com.opensymphony.xwork2 does not exists
lib.xwork2 does not exists (lib contains all the 5 *.jar files )

 
Sheriff
Posts: 9709
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Shyam please edit your message using button and then add code tags to the code segments so that code becomes readable otherwise it will be very hard to help you out. Also please explain your problem more clearly i.e. what problem you are facing...
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And remove the formatting tags within the code blocks--can't you see they're not working?

If you're getting a *compilation* error then your build path is set up incorrectly.
 
reply
    Bookmark Topic Watch Topic
  • New Topic