<%@page contentType="text/html"%> <%@page pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> JBoss JSF Integration Test

<% // I think that the fact I need to do this constitutes a bug in JSTL if (session.getAttribute("mySessionBean") == null) { session.setAttribute("mySessionBean", new org.jboss.test.jsf.webapp.MySessionBean()); } %>

Classic test of JSTL 1.2/JSF 1.2 with deferred expressions:

ServletContext Minor Version Test (should return 5)

Enum Test