<s:event b:on="construct" b:action="show" /> <div align="center"> <form method="get" b:destination="id('dataviewer')" action="jykp.php"> 姓名:<input type="text" name="name" /><br/> 性别:<input type="text" name="gender" /><br/> 籍贯:<input type="text" name="camefrom" /><br/> <b:button> <s:event b:on="click" b:action="submit" b:target=".." /> 提交</b:button> </form> <div id="dataviewer" /> </div>