動作していないコードのスニペットは次のとおりです。
<%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%! String[] strings = {"happy","in 7th heaven","on cloud 8"}; %>
${fn:join(strings , '&')}
${fn:split("some/word/goes/here", "/")}
私の質問にフラッシュを入れても、よろしくお願いします。