This works:

<% String [] localAry = aSmallNumGetterObj.getAry();
   for (int i=0; i<localAry.length; i++) {
%>
        <br><%=localAry[i]%>
<%
   }
%>

Not sure exactly how yours didn't work. I am using JRUN, NT4.0,PersonalWebServer.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to