I have a Collection of AlertDto's. Each AlertDto has a method called getStartingLocation() that returns a LocationDto. That LocationDto has a method called getLocationTitle().

How, in a JSP can I get the locationTitle?

I have tried:

<logic:iterate id="alert" name="alertListForm" property="userAlerts">
<bean:write name="alert" property="startingLocation.locationId" />
</logic:iterate>



---
Thanks...
Mick Knutson
---

_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail



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



Reply via email to