0 Replies Latest reply on Feb 19, 2009 9:52 AM by sanghakanwar

    Search box with entity as parameter

    sanghakanwar

      Hi,


      We generated our project using seam-gen and the search box in list page(entity1) does not generate the fields for entities.(basically entity1 having a fk to entity2).


      Tried to modify the existing code but ran into following issues -


      1) entityManager is closed (when using convertEntity)
      2) created 2 entity managers (1 to fetch the entity for populating the drop down in search filed and another to do the search). This stopped giving the closed exception. But the search still does not work.


      Anyone has an example for this ?


      Thanks,
      Kanwar