如题:
我用 <#include "/function/message" > 总是报错:
java.io.FileNotFoundException: Template /function/message not found.
这个直接访问:http://127.0.0.1:8080/pname/function/message是没有问题的。
我以前用struts2时候写成:
<@s.action name="message"  executeResult="true" namespace="function"></@s.action>
也是可以的。
spring mvc 怎么写?