Link to home
Start Free TrialLog in
Avatar of DGDV
DGDV

asked on

getting Exception " No Action Fombeans or Action Mappings found"

hi,
i am getting an exception when i write program using struts framework.i have written one jsp file.and kept under root directory in tomcat server.i have wriiten web.xml and struts-config.xml and saved under web-inf folder.and LoginAction and LoginForm classes kept under web-inf\classes folder.in struts-config.xml , i have specified actionform and action classes.but when i run the pgrm , i am getting exception "No ActionForm beans or ActionMappings not found".i have given the information correctly.can anybody what could be the problem?i am new to struts.
Avatar of manuel_m
manuel_m
Flag of Germany image

can you post the snippets where you declare the things in struts-config.xml and web.xml ?

maybe this helps you: http://husted.com/struts/catalog.html
ASKER CERTIFIED SOLUTION
Avatar of ldbkutty
ldbkutty
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial