• 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

Exception

 
Ranch Hand
Posts: 244
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,

What is the root cause of this exception "javax.servlet.ServletException: Cannot find ActionMappings or ActionFormBeans collection"

Rgds,

Seetesh
 
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Seetesh,

I feel check the class declarations of the ActionMappings and FormBeans while writing the classes they need to be "Public" bcoz i faced the similar problem and was able to solve by the above method.

other wise do check the web.xml in the struts servlet declaration does it have config param with the appropriate path where the struts-config.xml file is located.

I think above two observations should resolve ur problem.

 
Seetesh Hindlekar
Ranch Hand
Posts: 244
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The new exception now is
javax.servlet.ServletException: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope

Am I missing something?

rgds,

Seetesh
 
reply
    Bookmark Topic Watch Topic
  • New Topic