Hi,
Inside my class i have method
can anyone please tell how to access referenceData property in JSP page.Code:protected Map referenceData(HttpServletRequest request) throws Exception { Map referenceData = new HashMap(); referenceData.put("states", ALL_STATES); return referenceData; }


Reply With Quote