Advertisement
brandizzi

vew.jsp usando taglib JSTL

Feb 9th, 2012
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.10 KB | None | 0 0
  1. <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
  2.  
  3. <c:out value="Hello, World!" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement