We don't have ActionForward's in
Struts 2, so there's no reason to query the mapping. All Struts 2 actions return
String instances which correspond directly to the entries in the configuration XML.
Struts 2 is very different from Struts 1 so
you should have a look at our
Struts 2 FAQ and read some of the tutorials.