<%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>

Lenguajes

Film Id Film Title Description Actor Id Nombre Apellido
${item.id} ${item.title} ${item.description} ${item.actor_id} ${item.first_name} ${item.last_name}