struts 解决方法
时间:2010-02-28 来源:mingjwan
- java.lang.NoClassDefFoundError: javax/transaction/Synchronization
need jta.jar - No CurrentSessionContext configured!
<property name="current_session_context_class">thread</property> - <generator class="assigned"/>的其他参数如何使用,还不会.
- dojo中使用json定义表格有两种方案。
- jsp页面中写死head。
写死表头注意<tr>前面有<thead>关键字。例如:
<table id="grid" dojoType="dojox.grid.DataGrid" store="wishStore"
clientSort="true" >
<thead>
<tr>
<th field="author">author</th>
</tr>
</thead>
</table>
- 可以用<div dojoType="dojo.data.ItemFileReadStore"
jsId="wishStore" url="list.action">
</div>
中的struts定义表头。
- jsp页面中写死head。
-
相关阅读 更多 +