Hello,

I was trying to take Mr. Husted's subscription example
and create an array to hold multiple instances:

<%
  java.util.ArrayList list = new
java.util.ArrayList();
list.add(new
com.hfa.register.LabelValueBean("address",
"address"));
%>

Might sound like a simple question, but how can i
output the multiple instances of address? array(1)
array(2)?

Thanks in Advance,
Paul
[EMAIL PROTECTED]



__________________________________________________
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com

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

Reply via email to