执行结果没有返回到targets指定的网页元素,为什么?

解决方案 »

  1.   

     <s:form  action="address.action" theme="ajax">
       
        <tr><td>名称<s:textfield label="名称"  theme="simple" name="selectname"></s:textfield></td>
        <td><s:select size="1" name="selectmethod" list="#{'1':'按实验室查找','2':'按项目查找','3':'按个人查找'}" theme="simple" /></td>
        <td><s:submit value="查找" theme="simple" targets="addresslist"/></td>
        </tr>
        </s:form>
        <table width="350" rules="none"  bordercolor="MediumOrchid" id="addresslist">
      

  2.   

    action处理后返回到了ajax处理结果页面,不是我指定显示的地方