%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
Titulo | Descripcion | fecha de Inicio | Fecha de Fin | Lenguaje | Profesor | Activo | ||
---|---|---|---|---|---|---|---|---|
<%= boot.getTitulo() %> | <%= boot.getDescripcion() %> | <%= boot.getFecha_inicio() %> | <%= boot.getFecha_fin() %> | <%= boot.getNombre_lenguaje() %> | <%= boot.getNombre_profesor() + " " + boot.getApellido_profesor() %> | <%= boot.getActivo() %> |