Hello All,

can someone clarify for me how to use an expression to get to a nested field in a bean. For example, I have a bean "mapserviceDetailForm" with a method that returns another bean "service", and I want to reference the "name" field within the "service" bean.

I was trying variations on:

<c:set var="mapservicename"
value="${mapserviceDetailForm.service.name}"/>

Can someone clarify for me?

Thanks!

-- john



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

Reply via email to