在jsp页面中写下如下就能够实现直接从jsp跳转到action,适合首次访问初始化数据的情况:

<s:action name="index_action" namespace="/" executeResult="true"> </s:action>