Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Monday, December 10, 2007

java code for JSTL: Remove the attributes

<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>





Set a scoped attribute


This page sets a session-scoped attribute that is removed
by this page.



//removeAttribute.jsp

<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>



Remove a scoped attribute


The session-scoped attribute called userName had a value
of , but it is about
to be removed!





The value is now ""

No comments: