import using wildcard doesn’t work on JSP code
<%@ page import="com.dreamsecurity.sso.agent.config.*"%>
import using wildcard doesn’t work on JSP code
<%@ page import="com.dreamsecurity.sso.agent.config.*"%>
JSP Accessing Implicit Objects from Request
I am trying to display the data from the request object in the jsp to display in the browser, via the following expressions:
Content Disposition break the JSP Request
I am working on adding functionality download functionality to a Java app using JSP and Struts 1.2.9 for UI.
Basically, I am fetching a list of data from the DB and then generate a CSV file from the data.
Currently, I have mapped a new UI button to a new Struts action. The download action class does the following: