I'm receiving an empty html/jsp table with no data extracted

后端 未结 3 1971
情话喂你
情话喂你 2021-01-22 16:45

I made a post four days back on this same forum seeking for a solution, but I have been checking for any solutions but in vain. I\'m really stack as I can\'t continue mastering

3条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-22 17:19

    try this one:

    
    ${row.id}
    ${row.age}
    ${row.first}
    ${row.last}
    

提交回复
热议问题