1 Reply Latest reply on Aug 2, 2010 7:13 PM by lvdberg

    seam application framework problem

    lavoledo

      I have this problem: I'm trying to write a small web app using seam application framework.
      I have an entity Office with some properties that are other entities with manytoone association (Area, Tipology).
      I used seam-gen to generate the skeleton for xhtml pages for list, view and edit.
      How can i add in the OfficeList.xhtml the filters for properties in the manytoone associated entities (like description of Area or Tipology)?
      How is possible to use jsf control like selectOneMenu, selectManyCheckBox instead of inputText to select an area or tipology (they have very low cardinality) to filter the Office List?


      I'm new to seam and I will appreciate any suggest.


      Thank you
      Lorenzo