| Author |
Mapping Error when includes files in struts.xml file
|
Singh Harmeet
Ranch Hand
Joined: Aug 05, 2011
Posts: 114
|
|
in this example , when i m use action mapping direct in struts.xml file then the example run succefulle , but when use <include ...> tag to include the mapping file, then it generate following error
Menu.jsp File
struts.xml file
action class
chapterThree.xml file
and the error is
|
With Regards :-
Harmeet Singh
|
 |
jatan bhavsar
Ranch Hand
Joined: Jul 23, 2008
Posts: 296
|
|
Hi Jmmy,
Why you have struts.xml and chapterthree.xml...
Put the action mapping in struts.xml file then try it will work. there isnt any action define for userdetails thts what your stack trace says.
Regards
Jatan
|
 |
Singh Harmeet
Ranch Hand
Joined: Aug 05, 2011
Posts: 114
|
|
|
yes , when adding the action mapping in struts.xml file instead of chapterThree.xml file the example work
|
 |
 |
|
|
subject: Mapping Error when includes files in struts.xml file
|
|
|