Hello all - I have this bit of code in a jsp page.
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <c:set var="blah" scope="application"> blah </c:set> <c:out value="${blah}" default="blah was emtpy"/> Here is the output I get on the html page. ${blah}. I looked at the actual html generated and that is all there is. I thought maybe there would be a "<c:out" or something but there isn't. No errors, no nothing. So I thought maybe there was something wrong with my container installation. I then installed the example apps and installed them and they worked perfectly. So now I'm stumped. If anyone has any idea I would love to hear it. I have tried java 1.4 and java 1.3(with the extra libraries in my WEB-INF/lib) but still I have had no luck. Thanks for any and all help. //Andy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
