Thanks Antonio, that works!
Pretty dump question... I see there is still a lot of work in learning the basic... :-) But I love cocoon...


Patrick


Antonio Gallardo wrote:


Try this:

        for (int i = 0; i < users.size(); i++) {
                UserDataBean udb = (UserDataBean) users.get(i);
                String userName = ((String) udb.getUserName());
     </xsp:logic>
                <xsp:expr>userName</xsp:expr>
     <xsp:logic>
        }
     </xsp:logic>



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



Reply via email to