From users-return-95135-archive-asf-public=cust-asf.ponee.io@wicket.apache.org Sun Dec 29 05:33:40 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 69FD218065B for ; Sun, 29 Dec 2019 06:33:40 +0100 (CET) Received: (qmail 42856 invoked by uid 500); 29 Dec 2019 05:33:39 -0000 Mailing-List: contact users-help@wicket.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@wicket.apache.org Delivered-To: mailing list users@wicket.apache.org Delivered-To: moderator for users@wicket.apache.org Received: (qmail 91569 invoked by uid 99); 29 Dec 2019 00:20:12 -0000 X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.503 X-Spam-Level: X-Spam-Status: No, score=-2.503 tagged_above=-999 required=6.31 tests=[DKIMWL_WL_MED=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=smtpservice.net header.b=ejBHqyOt; dkim=pass (2048-bit key) header.d=stepahead.com.au header.b=jLpXoeG2 Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=43.228.184.204; helo=a1i204.smtp2go.com; envelope-from=bt.0plzgb0=tbrfq9paxey2z2=4asshx@em378912.stepahead.com.au; receiver= X-ASF-DKIM-Sig: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smtpservice.net; s=m84dc0.a1-4.dyn; x=1577579708; h=Feedback-ID: X-Smtpcorp-Track:Date:Message-ID:Subject:From:To:Reply-To:Sender: List-Unsubscribe; bh=l5kLE7EPGN6PTY1yY+zltXGdUxabqz4eic8Z+pHOsXk=; b=ejBHqyOt BfqsaRQEnEQa8/TQPQGqvAu5zKRpszBwXumjTf47nIVA9Pk8R3Jl7U3U/H4x5zsimTFn7M/3ktwoE XfOWDRsznFK0ns08/qCTa7u7LsC2KqLpAhqObz4ixIMVMeQBjMmJxsLBjUeTfrAPBFfntVVNj659I XYwLurYdy5xywjE/if0Ae1y7dw57FuYY6wwzrKG1V1E/zZr50rwvTMapct0DqyNQhmpSCaPW+jdvg jWvgNzkDdIbejyeLvZxMAgOXojrdJpCsxWcma7F1G9Vx94yRQB0ET10JFTYOoUr4aZJ+DmfBg9pYM pZpI+5s5GoWWpHuiSMjW1wvEQw==; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=stepahead.com.au; i=@stepahead.com.au; q=dns/txt; s=s378912; t=1577578808; h=from : subject : to : message-id : date; bh=l5kLE7EPGN6PTY1yY+zltXGdUxabqz4eic8Z+pHOsXk=; b=jLpXoeG2IWkxLuiYZB3cDTI+HDFmkqPQRB1BsUgXGfVUvYbCNK3rbqSCecIg4bsBefnBRr KpHRpItKhayB0gWj0iAx9ptMH8YisdmoHI57Y4w+ioE00gCYUVPtxchO3GIhEA7XH9jFDeWy LDFbCMzscbn/5qbUnufMETT4MAG7MAxFrYi0AKDuEHSZe2bh3iIhIng1ghS7ujpaUQy7Pdiy LS6DOOnl7aGTshzB9oaezy9Fmxvvwi5gfXGZu6bLS3/g+MgsHHE7rihqfASt+XezdFtoTp0/ f2trlZuF7/9qTVLqW6L1eQPbJj+NfNsZmmhdA7LZIG543Bg6rMoDmo3Q== To: users@wicket.apache.org From: Chris Colman Subject: Best way to refresh entire NestedTree Message-ID: Date: Sun, 29 Dec 2019 11:19:52 +1100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-OriginalArrivalTime: 29 Dec 2019 00:19:52.0347 (UTC) FILETIME=[B07976B0:01D5BDDD] X-Smtpcorp-Track: 1i_uJJNmF4wy0n.UzEsUwfxN Feedback-ID: 378912m:378912azXy1GE:378912sy92qyabqq X-Report-Abuse: Please forward a copy of this message, including all headers, to I have a UI layout where selection changes in one component need to result in a complete repopulation of the nodes in an associated NestedTree. Obviously I don't want to do a complete page refresh so I was wondering what the best way is to do an AJAX refresh of the entire NestedTree after I've told it, somehow, that all of its nodes need to be replaced. Is it as simple as just replacing the ITreeProvider and then adding the NestedTree to the AJAX request target or is there something more involved? Merry Christmas/Holiday everyone, Regards, Chris --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org For additional commands, e-mail: users-help@wicket.apache.org