4 Replies Latest reply on Jun 9, 2009 12:11 PM by luuzz

    Dynamically loading a page on demand

    luuzz

      Hello,
      I am usinf jboss seam for months now and it(s really great.
      I am making a page where a modal panel is shows by clicking a button.
      To do so, i am including the page containing the modal panel using the ui:include facelet tag.
      It works well but i have noticed that the modal panel code is sent to the client even if it is not shown.
      Is  there a way to load it on demand ? Because in my case, the modal panel is showing a datatable with probably many many rows.
      Thank you.