<bean:write name="alert" property="StartingLocation.locationId" />
but also tried: <bean:write name="alert" property="StartingLocation.LocationId" />
but I got the same errors.
--- Thanks... Mick Knutson ---
From: Rick Reumann <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: nested bean parameters Date: 28 Jun 2003 15:30:44 -0400
On Sat, 2003-06-28 at 15:10, Mick Knutson wrote:
> In AlertDto:
> public com.baselogic.yoursos.location.LocationDto getStartingLocation()
> {
> return this.StartingLocation;
> }
StartingLocation should be startingLocation (lowercase s)
-- Rick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
_________________________________________________________________
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]

