Re: [Struts] - How to put a nested object inside a set, that's inside a ActionForm

2005-08-29 Thread Rafael Nami
I've done this: Added to PersonForm a brandName - now I just have to get the Hibernate CriteriaQuery running. Thanks Laurie Rafael Mauricio Nami 2005/8/29, Laurie Harper <[EMAIL PROTECTED]>: > Rafael Nami wrote: > > I'm trying to build a search, accessing a nested object, in a JSP, > > that is

Re: [Struts] - How to put a nested object inside a set, that's inside a ActionForm

2005-08-29 Thread Laurie Harper
Rafael Nami wrote: 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: [..