mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-05 04:03:45 +09:00
plainin list와 read기본
This commit is contained in:
5
src/main/webapp/WEB-INF/views/planin/read.jsp
Normal file
5
src/main/webapp/WEB-INF/views/planin/read.jsp
Normal file
@@ -0,0 +1,5 @@
|
||||
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
||||
<c:forEach items="${list }" var="dto" varStatus="status">
|
||||
${dto.productDto.name}<br>
|
||||
</c:forEach>
|
||||
Reference in New Issue
Block a user