我在看附带的例子里,有个person板块他包含了struts-person.xml
但是里面什么Action都没配置,他是怎么控制Action跳转的呢?
<!DOCTYPE struts PUBLIC
    "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
    "http://struts.apache.org/dtds/struts-2.0.dtd"><!-- START SNIPPET: xworkSample --><struts>
    <package name="person" extends="struts-default" namespace="/person" />
</struts><!--  END SNIPPET: xworkSample -->
2.<a href="newPerson!input.action">create<a>
这个是什么action啊,怎么中间还有惊叹号