1. jsp->action
form
action中定义相应的变量和public的get,set方法
2. action->jsp
action中给变量赋值
jsp中用<s:property value="xx" />引用