0 Replies Latest reply on May 12, 2008 3:29 AM by akorud

    Preserving data model for dataTable without session bean?

    akorud

      Hi, i've noticed that if you have request-scope bean providing data model for table, getter is called early during restore_view phase and then during render phase.
      If your data model is built let's say from SQL it may be too expensive to built it two times especially if table is read-only and you are not interested in restored model.
      Is there any way to preserve data model between requests without using session beans (like preserveDataModel="true" in MyFaces)?

      Thanks in advance