Sorry i'm new to linkedhashmap, i have no idea how to apply for this. Appreciated for any help.
JSP file
<%
LinkedHashMap htItem = (LinkedHashMap) session.getAttribute("RiskItem");
Vector Record = new Vector();
Record = common.record(htItem); // i want to bring htrisk to record.java
%>
Record Java file
public Vector record(htItem) // how should i write in my parameter?
{
//data
}