4 Replies Latest reply on Aug 28, 2013 4:10 PM by bleathem

    Unique problem in Extended data table!

    vicky82

      HI ,

       

      I am facing a unique problem with Extended data table related to Rows and column.

       

      I have 30 to 35 columns (aprox) and when I starts adding rows after 10th row when I add next  row , some crash happened inside and nothing works after that. app needs to close . only java script functionality works.

       

      The peculiar thing is when i decrease the number of columns to some extent , I am able to add more rows and it crashed after 13th or 14th.

       

      Is there any memory issue , i can't understand the relation ???

       

      Any help?

       

      Thanks in advance.

       

      Waquas Ahmad

        • 1. Re: Unique problem in Extended data table!
          bleathem

          Any errors in your server log, or in your browser console?

          • 2. Re: Unique problem in Extended data table!
            vicky82

            Thanks Brian!

             

            But I can't see any error in browser or server log.

            I am using Jboss AS 7.1.1 final as my server.

            Please advice me how can I catch this error ?

            • 3. Re: Unique problem in Extended data table!
              vicky82

              Sorry to bother u , but I identified the problem . The problem was not in Extended data table , as my table was so large , it increases the number of request parameters .

               

              But , instead of increasing the number of request parameters in th Jboss server,

              I tested some thing --

              I created  a page with some fields and a ajax command button ,with this button I am opening a pop up containing a data table.

               

              I used " execute = @this"  in this ajax command button so that I thought it will only pass parameter related to this button.

              But when i see the request parameters list in firebug it seems that it is passing all the fields of the page .

               

              and this is creating problem for me.

               

              Please help me !

              Thanks

              • 4. Re: Unique problem in Extended data table!
                bleathem

                Can you post a simplified code sample demonstrating your problem?