When a table is displayed, and the data in the table is from a field in a List,list entity class from the dictionary table it is stored in values such as 0 and 1, and the text is displayed, so a control method is written.
varLen= ' ${fn:length (products.detaillist)} '; for(varindex=0;index<len;index++){ varSingleunit= ' ${products.detaillist["" +index+ ""].supply.singleunit} '; for(varu=0;u<dictlist.length;u++){ varValue=Dictlist[u].value; varLabel=Dictlist[u].label; if(singleunit==value) { $("#specunit" +index+ ""). HTML (label); } } }
Oh, pay attention to the double quotation marks, I toss a few hours, even think of changing ideas, and then think of jquery inside the connection variable, instantly get inspired, the result is good.
Transferred from: loveuserzzz
Traversal of values in the El expression list collection in JavaScript