Hi everyone
I'm trying to build a search, accessing a nested object, in a JSP,
that is inside a set nested in the a POJO, to perform a search in the
page.
For example, I have a
PersonForm p -> Set purchases -> Product product -> Brand brand -> brand name
I was trying this approach:
<td align="left">
<appfuse:label key="personForm.purchases.product.brand.name"/>
</td>
<td align="left">
<html:text property="purchases.product.brand.name" size="15"/>
(full or partial)
</td>
How can I do it?
Best Regards
Rafael Mauricio Nami
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]