Diferencia entre revisiones de «Usuario:Lmorillas/desarrollo web servidor/jee/intro jstl»
De WikiEducator
Línea 13: | Línea 13: | ||
== Guión == | == Guión == | ||
* Arquitectura java, págs. 132-137 | * Arquitectura java, págs. 132-137 | ||
+ | {{==Más doc== | ||
+ | * http://docs.oracle.com/javaee/5/tutorial/doc/bnake.html | ||
+ | }} | ||
}} | }} | ||
Línea 20: | Línea 23: | ||
# Añade en tu jsp la línea | # Añade en tu jsp la línea | ||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> | <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> | ||
+ | # Otros tags: | ||
+ | <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> | ||
+ | <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> | ||
+ | <%@ taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql" %> |
Revisión de 21:10 30 ene 2013
Objetivos
Tareas
Guión
{{==Más doc== }}
|
Tip: Instalación
- Descarga jstl.jar de http://download.java.net/maven/1/jstl/jars/jstl-1.2.jar
- Colócalo en WEB-INF/lib
- Añade en tu jsp la línea
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
- Otros tags:
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql" %>