David,
make sure that the Iterator line in your jsp file looks like this:
    <mt:Iterate Name="contact" Collection="<%= company.getContacts()%>">
This line will Iterate through the contacts in your company, putting each
one in the page scope under the name "contact".

It sounds like you are refering the bean with the wrong name. Please make
sure that you have not put in Name="Contact" in the mentioned line.

WR
Magnus Rydin


Reply via email to