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>

Sorry, another stupid question:


<a href="#"><xsp:expr>userName</xsp:expr></a>

How to create a href including the "userName" variable
like <a href="mypage?user=bob_foo">bob_foo</a>

Thanks,
  Patrick



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



Reply via email to