• 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

Working with struts 1.3.8 DispatchAction error -->The path of an ForwardConfig cannot be null

 
Greenhorn
Posts: 25
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everybody..! I am newbie in struts. While working in a small application with Dispatch Action class I am getting problems( I don't know either these errors are related to some image upload, .doc file upload issues or something else).
I got this error The path of an ForwardConfig cannot be null
I am pasting the entire code.Please any body help me.

struts-config.xml
-------------------



---------------------------------------Right Now I am just focusing to register() method

Action class code
------------------



error message on browser...

Please help me..


 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your struts config file doesn't reference RegisterAction, so I don't see how that figures into this situation. What action are you trying to trigger when you get this error? What URL are you putting in your browser?
 
Shailesh Kumar Saxena
Greenhorn
Posts: 25
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Joe,
Thanks for your reply. You are right, I don't have the manner to put my query. But I'll try to improve my self.
After 3-4 days of googling I got my mistake.
Thanks a lot.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic