2011-11-12 23:30:57 com.opensymphony.xwork2.util.logging.jdk.JdkLogger warn
警告: Error setting expression 'page' with value '[Ljava.lang.String;@1ee65b1'
ognl.MethodFailedException: Method "setPage" failed for object org.nf.action.StudentAction@188d364 [java.lang.NoSuchMethodException: org.nf.action.StudentAction.setPage([Ljava.lang.String;)]
at ognl.OgnlRuntime.callAppropriateMethod(OgnlRuntime.java:1285)
at ognl.OgnlRuntime.setMethodValue(OgnlRuntime.java:1474)
at ognl.ObjectPropertyAccessor.setPossibleProperty(ObjectPropertyAccessor.java:85)
at ognl.ObjectPropertyAccessor.setProperty(ObjectPropertyAccessor.java:162)
at com.opensymphony.xwork2.ognl.accessor.ObjectAccessor.setProperty(ObjectAccessor.java:27)
at ognl.OgnlRuntime.setProperty(OgnlRuntime.java:2245)
2011-11-12 23:30:57 com.opensymphony.xwork2.util.logging.jdk.JdkLogger error
严重: Could not find action or result
/StudentSystem/StudentAction.action?_=1321111857671&_search=false&nd=1321111857625&rows=10&page=true&sidx=&sord=asc
No result defined for action org.nf.action.StudentAction and result input <s:url id="removeurl" action="StudentAction"></s:url>
    <sj:grid id="gridtable" caption="学生信息" dataType="json" href="%{removeurl}"
    page="true" gridModel="GridModel" rowList="10,15,20" rowNum="10" rownumbers="true" navigator="true" viewrecords="true"
   >
   
   
    <sj:gridColumn name="id" index="id" title="学号" sortable="false"></sj:gridColumn>
    <sj:gridColumn name="name" index="name" title="姓名" sortable="true"></sj:gridColumn>
     <sj:gridColumn name="age" index="age" title="年龄" sortable="false"></sj:gridColumn>
    <sj:gridColumn name="sex" index="sex" title="性别" sortable="false"></sj:gridColumn>
  
   </sj:grid>
现在是显示不出来。title倒是可以看得到 帮忙