I have such this code inside my Spring MVC java controller class:
@RequestMapping(value = \"jobs\", method = { RequestMethod.GET })
public String jobList(@Pa
In my opinion, the right answer is a combination of both of the answers you got:
use varStatus attribute of c:foreach tag
but:
"get" is not a jstl function.
${jobs.topic}
${stats[i.index].no}
EDIT: this is the code finally used by the author of the question:
${jobs[i.index].topic}
${stats[i.index].no}
${jobID}