<%@page import="jp.ac.kcska.questionsystem.Mst_categoryVo"%> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> カテゴリー編集
ユーザ管理 カテゴリー管理 テスト管理 問題管理
<% Mst_categoryVo categoryVo = (Mst_categoryVo) session .getAttribute("categoryVo"); int id = categoryVo.getId(); String categoryname = categoryVo.getCategoryname(); byte valid = categoryVo.getValid(); %>

カテゴリー編集画面

管理番号:<%=id%>

カテゴリ名:

有効:>

無効:>