admin/item/cate2.jsp ( category - 중분류 처리 )
페이지 정보
작성자 관리자 작성일 23-03-23 17:23 조회 727 댓글 0본문
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<select id="category2" name="category2">
<option value="">=중분류 선택=</option>
<c:forEach var="c" items="${v }">
<option value="${c.ca_id}" <c:if test="${ca_id2 == c.ca_id }">selected</c:if>>${c.ca_name}</option>
</c:forEach>
</select>
추천0
댓글목록 0
등록된 댓글이 없습니다.