1 Reply Latest reply on May 7, 2008 6:15 PM by hsingh1.hdhanoa.gmail.com

    Seam Home and list in component.xml

    hsingh1.hdhanoa.gmail.com

      Hi Guys,


      I am tring to shift MyEntityHome and MyEntityList framework classes to componets.xml
      1) It is dipslaing correctly the List of records
      2) Create functionality works fine
      3) Problem is in Edit functionality - when i click on a records to edit it does not show the values in Edit Mode.
      i am using this to display the values in edit mode


      myEntityHome.instance.fieldName


      I guess i write everything what was in reference simple Person exampple


      I declare myEnityHome, myEntityList and restriction in Framework in component.xml
      Please give me some clue/docs for edit mode



      One more question, how can i save a Set with SelectManyListBox?
      It works fine with List with using s:convertEntity tag. I alread read about facelet Function to convert the Set to List to display but my question is how can i save it back to database without converter/ with converter :)
      Please specify any example of set converter.


      Thanks a lot!