Billy wrote:
> I have the following tag:
> <c:out value="${assetTypeName}" default="Default Value" />
> And I'm getting this in the browser when the page executes...
> ${assetTypeName}
> Any ideas as to why the EL is not being executed?

Maybe too obvious, but do you have
<%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>
At the top of the page?

-- 
Wendy Smoak
Applications Systems Analyst, Sr.
Public Affairs, Information Resources Management
Arizona State University, Tempe AZ 

Reply via email to