Chris Sargent wrote:
		<nested:iterate property="informationsessions">
			<nested:write property="location.city"/><br>
		</nested:iterate>

Do the objects in the set returded by date.getInformationSessions() have
a location.city property or is location intended to be the "id".  i.e,
do you mean:

		<nested:iterate id="location"
property="informationsessions">
			<nested:write property="location.city"/><br>
		</nested:iterate>

The Objects returned by date.getInformationSessions() have getLocation() methos that return a single Object with a getCity() method.

Am I clear?

Thanks,

A.

--
Adam Sherman
Software Developer
Teach and Travel Inc.
+1.613.241.3103



--
To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to