1 2 Previous Next 18 Replies Latest reply on Jun 9, 2009 11:34 AM by gana Go to original post
      • 15. Re: problem with dataTable in firefox3
        nbelaevski

        Check JSF's standard data model for ResultSet and Javadocs of DataModel class.

        • 16. Re: problem with dataTable in firefox3
          gana

          Hi,
          First of all thanks for patiently anwsering my questions.

          I need one more help, In my model i have implemented lazyloading. But for this i need to open the database connection continuosly. But which is not good. So can you advise where should i close my connection and resultset.

          Thanks in Advance,
          Gana.

          • 17. Re: problem with dataTable in firefox3
            nbelaevski

            Consult Hibernate/Seam/Spring (whatever you use) resources about lazy loading - there is lot of documentation, code and samples there.

            • 18. Re: problem with dataTable in firefox3
              gana

              Hi,

              Now i got some strange problem that when the page is first time loading it is taking lot of time to display the data in a table. But once its loads the first page next page onwards it is not taking much time. And after couple of pages it throwing "Null Pointer Exception" near getRowData() method.
              Previously it was not the case that time data was loaded fastly.

              Could you please suggest on this.

              Thanks in Advance,
              Gana.

              1 2 Previous Next