Yes I do. I also have the following <c:> tags in my page before this and the
page is executing...
<c:forEach var="assetType" items="${summaryForm.assetTypeQueues}">
<c:set var="assetTypeName" value="${assetType.key}" />
On 6/18/03 4:10 PM, "Wendy Smoak" <[EMAIL PROTECTED]> wrote:
> 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?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]