Kris Schneider wrote the following on 10/14/2004 8:12 AM:
<%@ page contentType="text/plain" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"; %>
<% pageContext.setAttribute("strArray", new String[] { "zero", "one", "two",
"three" }); %>
${fn:join(strArray, ",")}

very cool, thanks. Wasn't even aware of those functions. It would be cool if that fucntion could take a Collection and a bean property. This is a nice function though.


--
Rick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to