Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Monday, December 10, 2007

java code for JSTL: set attributes

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



This JSP stores the 'para' in a session-scoped variable where
the other JSPs in the web application can access it.




Click here to view it.



//displayAttributes.jsp

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



Retrieval of attributes


The para is


No comments: