<%@ page language="java" %> <%@ taglib uri="http://struts.apache.org/tags-html-el" prefix="html-el" %> <%@ taglib uri="http://struts.apache.org/tags-bean-el" prefix="bean-el" %> <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %> <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> Testing access of DynaActionForms through JSTL/Struts-EL

Test access of DynaActionForms through JSTL/Struts-EL

<%-- This will just return an empty string --%>
Property bean:write reference c:out reference
foo
bar
thing <%-- This will throw an exception, as the "thing" property is not defined. --%> <exception>