You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2003/02/22 03:59:12 UTC

cvs commit: jakarta-struts/web/test/test/org/apache/struts/taglib/logic TestIterateTag.jsp

jmitchell    2003/02/21 18:59:12

  Added:       web/test/test/org/apache/struts/taglib/logic
                        TestIterateTag.jsp
  Log:
  Initial checkin.
  
  These jsp files correspond 1 for 1 with the Cactus tests under /src/test
  
  Revision  Changes    Path
  1.1                  jakarta-struts/web/test/test/org/apache/struts/taglib/logic/TestIterateTag.jsp
  
  Index: TestIterateTag.jsp
  ===================================================================
  <%@ page contentType="text/html;charset=UTF-8" language="java" %>
  <%@ page import="junit.framework.Assert"%>
  <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
  <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
  
  <logic:equal name="runTest" value="testRequestScopePropertyIterateArray">
    <logic:iterate id="iteration" name="testRequestScopePropertyIterateArray" scope="request">
  	<bean:write name="iteration"/>
    </logic:iterate>
  </logic:equal>
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org