Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-4470

problem with loading lazy components

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 1.5.5
    • None
    • wicket
    • None

    Description

      It seems that probably WICKET-4227 is not fixed. I am still getting problems in 1.5.5.

      If I override ajax channel like:

      @Override
      protected AjaxChannel getChannel()

      { return new AjaxChannel( "0", AjaxChannel.Type.DROP ); }

      Only last item is loaded and other items are in continuous loading state - see WICKET-4397.

      With unique channel name:

      @Override
      protected AjaxChannel getChannel()

      { return new AjaxChannel( String.valueOf( System.currentTimeMillis() ), AjaxChannel.Type.DROP ); }

      lazy items are loaded asynchronously, however if I try to do action which results in drop, I am getting the same exception as in WICKET-4227.

      Attachments

        1. myproject.zip
          45 kB
          Michal Wegrzyn
        2. myproject.zip
          45 kB
          Michal Wegrzyn

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mwegrzyn Michal Wegrzyn
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: