3 Replies Latest reply on Apr 29, 2011 10:12 AM by nbelaevski

    regarding rich:dataTable

    spandy

      when am using rich:dataTable am forced to place my beans in session...for this reason it's maintaing it's view multiple requests .which is not required for us.....how can i resolve it

        • 1. regarding rich:dataTable
          nbelaevski

          Hi,

           

          Can you please clarify what is forcing you to do that - some administrative solution?

          • 2. regarding rich:dataTable
            spandy

            hi nick,

                      thank for your response....

                      when am using dataTabel with datascroller , i have to give the scope of the bean in session , here the bean which is giving the values to dataTable .if am giving the scope request the datascroller is not working...if am giving in session the view in remain same in multiple requests....so i want to restore that view..

            • 3. regarding rich:dataTable
              nbelaevski

              How about making two beans: request- & session-scoped then?