Skip to content

Commit

Permalink
解决jetty环境下,list标签嵌套导致jsp编译报变量错误的异常
Browse files Browse the repository at this point in the history
  • Loading branch information
yin-bp committed Jan 12, 2017
1 parent 73250a1 commit 9a76672
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -77,10 +77,10 @@ public VariableInfo[] getVariableInfo(TagData tagData)
rowidName = "rowid";

VariableInfo[] vinfo = new VariableInfo[] {new VariableInfo(dataSetName,
PagerDataSet.class.getName(),
PagerDataSet.class.getName()+" ",
declare, VariableInfo.NESTED),
new VariableInfo(rowidName,
String.class.getName(),
String.class.getName()+" ",
declare, VariableInfo.NESTED)};
return vinfo;
}
Expand Down

0 comments on commit 9a76672

Please sign in to comment.