On Mon, 24 Jun 2002, Kin-Man Chung wrote:

> With the Jan's patch last Friday, jasper 2 should handle those cases
> that used to work for japser1, as well as those those that cannot be
> handled by jasper1.  If this is not the case, please let me know.

The current failing case is ( used to work fine in jasper1 ):
The original problem with 2 nested iterate is solved, thanks Jan.


<%@ page language="java" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>

<logic:iterate id="a" name="foo" property="bar">
</logic:iterate>

<logic:present name="b">
<logic:iterate id="a" name="foo" property="bar">
</logic:iterate>
</logic:present>

Costin

> 
>  - Kin-man
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 


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

Reply via email to