I have the following code:
<logic:iterate id="users" name="userInfo">
<bean:write name="users" property="userName"/>
</logic:iterate>How can i get the first record ? Something like <bean:define name="userInfo[0]" property="userName"/> but thats not working, any idea ? Thanks ! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

