This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I am getting 500 error. while executing struts application.
I have checked if action class is public , action method is public, my struts has right configuration but nothing helped. Am I missing anythig else here? following is my code
Check the logs. 500 is an internal server error, which could mean a startup error, a runtime error, etc.
Shilpa Tendulkar
Ranch Hand
Joined: Jul 29, 2001
Posts: 75
posted
0
Thanks for the reply. Log say (AutoGroupsViewAction )action class not found. but I can see it is in the build and at the right path..
dont know what else to look for
Post the deployed WAR file structure (just the relevant parts).
Shilpa Tendulkar
Ranch Hand
Joined: Jul 29, 2001
Posts: 75
posted
0
I just realised when I renamed the action class from AutoGroupsViewAction to AutogroupsViewAction, it works fine...
i have other action classes with has camel case in their names. Also I remember renaming this class from Autogroup... to AutoGroup.. but I also remember this was working for sometime after renaming it to AutoGroup....