On Fri, Aug 19, 2005 at 11:05:55AM -0400, Rick Reumann wrote:
> Cool tag Eugeny. Could you provide a sample of its use - or maybe add the 
> sample usage in the comments of the tag file.


<%@ taglib prefix="c" uri="/WEB-INF/tld/c.tld" %>
<%@ taglib prefix="test" uri="/WEB-INF/tld/test.tld" %>
<DIV>
<c:if test="${not empty project.messages}">
  <c:forEach var="messages" items="${project.messages}">
    <test:recursive name="message" 
object="<%=pageContext.getAttribute("messages")%>" method="getThread" 
start="<DIV>" stop="</DIV>">
        ${message}
    </test:recursive>
  </c:forEach>
</c:if>
</DIV>

-- 
Eugene N Dzhurinsky

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

Reply via email to