<% for(j in dataList){ println("outer"+j); for(i in dataList){ if(i==1){ break; } println("ok"); } } %>