Re: Iterating through nested sets of objects

2004-10-12 Thread Hubert Rabago
Just based on your working example, shouldn't you be using: with id="element2" instead of name="element2"? On Tue, 12 Oct 2004 19:49:28 +1000, Langdon Stevenson <[EMAIL PROTECTED]> wrote: > Hi > > I am trying to output the contents of a set of nested Objects in a JSP > page using the tagli

Iterating through nested sets of objects

2004-10-12 Thread Langdon Stevenson
Hi I am trying to output the contents of a set of nested Objects in a JSP page using the taglib. I have three objects that are persisted using Hibernate: 1. Student - (contains a HashSet of Project called 'projects') 2. Project - (contains a HashSet of Url called 'urls') 3. Url - (contains a strin