Hello Christian,
--

How about like this sample:
I used vector instead array, but it works correctly.
====
....
<xsp:structure>
     <xsp:include>java.util.Vector</xsp:include>
</xsp:structure>
....
<xsp:logic>
    Vector v = (Vector)request.getAttribute("checkup");
    for(int i=0; i &lt; v.size(); i++) {
    ....
    }
</xsp:logic>
....
=======
CJ> doesn't work...

CJ> thx, Chris

CJ> its Cocoon 2.0.1...


-- 
Best regards,
 Atlanoff                            mailto:[EMAIL PROTECTED]



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to