----- Original Message ----- 
From: "Struts-dev Newsgroup" <@[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 26, 2002 6:10 PM
Subject: Re: Another way to find mapped properties


> Subject: Re: Another way to find mapped properties
> From: "Anand Jayaraman" <[EMAIL PROTECTED]>
>  ===
> Craig/Jihn.
> 
> Do you have a example of the ActionForm and JSP using mapped property.
> 
> Thanks,
> 
> Anand

I do not have actual working example for STRUTS.
Suppose you have a form bean class Customer with a method
String getAddress(String location) (or defined in its superclass),
then you could output customer's locations in your JSP 
<bean:write name="customer" property="address(office)" />

That's my understanding.

Jing

> 
> 



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

Reply via email to