struts2-jquery-grid

Grid in Struts2 using struts2-jquery-grid plugin

☆樱花仙子☆ 提交于 2019-11-28 05:58:06
问题 I'm trying with a Struts jQuery grid using the struts2-jquery-grid-3.7.0 plugin as demonstrated on the showcase, Grid (Editable/Multiselect). The Struts form: <s:form namespace="/admin_side" action="Test" validate="true" id="dataForm" name="dataForm"> <s:url id="remoteurl" action="TestGrid" namespace="/admin_side"/> <s:url id="editurl" action="edit-grid-entry"/> <sjg:grid id="gridmultitable" caption="Example (Editable/Multiselect)" dataType="json" href="%{remoteurl}" pager="true" navigator=