<%@ page contentType="text/html;charset=GBK"%> <%@ page import="com.yw.core.framework.util.*"%> <%@ page import="java.util.*"%> <%@ page import="com.yw.core.framework.view.TypeBean"%> <% HashMap hashMap =(HashMap)request.getAttribute("hashMap"); String catKey=(String)hashMap.get("catKey"); String catCode=(String)hashMap.get("catCode"); Vector keys=(Vector)hashMap.get("keys"); String findKey=(String)hashMap.get("findKey"); if (findKey==null) findKey=""; %>