Is possible : javascript extract value from c:forEach tag ?
- by EswaraMoorthyNEC
Hi,
i have populate some values using c:forEach tag. I want to get those values in my javascript.
If I click GetCtag value button, then i want to read from (c:forEach) values in javascript.
Is any other-way to retrieve the c:forEach tag value
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<%@ taglib…