displaying dynamic values in jsp without usinf scriplet using struts mvc
问题 i am using mvc struts framework in my web application. i am displaying dynamic values from my database in jsp page using scrilets <% %> its been bad practice doing that way but i followed links of how to do it without scriptlets but cant understand much ..i am using struts and i have action and bean class this is my jsp page <%@page import="java.sql.ResultSet"%> <%@page import="com.pra.sql.SQLC"%> <%@page import="java.util.ArrayList"%> <%@page contentType="text/html" pageEncoding="UTF-8"%>