呵呵,这个其实很简单啊!
你只要在url中直接指向你要执行的action servlet就可以了。<html:link page="/editRegistration.do?action=Create"><bean:message key="index.registration"/></html:link>
如上:editRegistration就是一个action然后在action中 mapping.findForward("要显示的页面") 就可以了。。