1 Reply Latest reply on Jul 13, 2009 5:34 AM by ilya_shaikovsky

    How to separate presentation from data in comboBox ?

    elf

      Hi

      Please help me. I am using org.richfaces.component.html.HtmlComboBox component and use suggestionValues to fill box with needed data. Everything works fine. Data stored to DB.
      However, selected element store to DB as is (presentation layer). I want to separate data from DB and presenattion layer (multilingual project). How I can do it correctly ? Save in DB common data and display on UI data from needed boundle ?