Return-Path: X-Original-To: apmail-wicket-users-archive@minotaur.apache.org Delivered-To: apmail-wicket-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B967C10E5B for ; Tue, 3 Dec 2013 19:39:21 +0000 (UTC) Received: (qmail 85358 invoked by uid 500); 3 Dec 2013 19:39:20 -0000 Delivered-To: apmail-wicket-users-archive@wicket.apache.org Received: (qmail 85334 invoked by uid 500); 3 Dec 2013 19:39:20 -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 Received: (qmail 85326 invoked by uid 99); 3 Dec 2013 19:39:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Dec 2013 19:39:20 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [209.85.219.46] (HELO mail-oa0-f46.google.com) (209.85.219.46) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Dec 2013 19:39:15 +0000 Received: by mail-oa0-f46.google.com with SMTP id o6so15557689oag.33 for ; Tue, 03 Dec 2013 11:38:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=DYhj+qrDi88IbrqQAnIS8xr05HLFD1GDgqoHQwDMUn8=; b=DVCkBibGFjp9F7Ia9YnCCrFmtYrECP3hiHJA9aM/EzQdtvZU1ArGS4+a1fQu3sMVur g1vpKSGRXPZLVAumNZTq1jQKhSJaUlveLUWAA3ACUzqwxkYCCg+sGj38wcHOxiHbk+Wp x4NqFkRm+izo91PmdCm0udP6AmHUuklgUx/Ng223+FVpJfUgQokpe3Pg0mcJvQs7fRkd IH5afOmg/2++g70FBfvHPm+ifaGpydv430fgeg141flGI+jirPgfJi3/t1QfrqeGo7Q9 SSVwZQQpCUh1Gl56ayKuo/VaqlZ/mflGDf+NNelJULVGzD9/MCy2c6TRKw4wDMd2yRL3 TZTg== X-Gm-Message-State: ALoCoQkY6GWRNKEJPyOdTLrXSEb4QLB2Z0kpbZFLVrMKiXD0U7nNPCb3G7d25s16JkLO1vzMo3kl MIME-Version: 1.0 X-Received: by 10.60.99.71 with SMTP id eo7mr2899227oeb.61.1386099533053; Tue, 03 Dec 2013 11:38:53 -0800 (PST) Received: by 10.60.21.234 with HTTP; Tue, 3 Dec 2013 11:38:52 -0800 (PST) X-Originating-IP: [38.125.180.2] In-Reply-To: <1385560396165-4662695.post@n4.nabble.com> References: <1385556838901-4662692.post@n4.nabble.com> <1385560396165-4662695.post@n4.nabble.com> Date: Tue, 3 Dec 2013 14:38:52 -0500 Message-ID: Subject: Re: Problem with SVG Rendering with Wicket 6.5.0 From: Paul Bors To: "" Content-Type: multipart/alternative; boundary=047d7b33d4144a98d304eca6725e X-Virus-Checked: Checked by ClamAV on apache.org --047d7b33d4144a98d304eca6725e Content-Type: text/plain; charset=ISO-8859-1 Consult Wicket's website for directions on how to create a QuickStart: http://wicket.apache.org/start/quickstart.html If you need help on installing Maven (or a quick tutorial): http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html You'll need Maven to create the QuickStart. Once you created it, reproduce your problem in the newly created project with the least code possible and attach it to a Jira ticket at: https://issues.apache.org/jira/browse/WICKET ~ Thank you, Paul Bors On Wed, Nov 27, 2013 at 8:53 AM, SUBRA wrote: > Sorry i didn't have any idea on quick start and jira. My Problem is my > drawing is loading with all svg elements normally. when i make an ajax call > from wicket i rendering the svg panel again , second time after ajax call > i > didn't the elements which are displayed by tag. > > Suppose: > SVGPanel.java this is my Panel > > i am add AbstractDefaultAjaxBehavior to my panel. > > In ajax behaviour respond method After made a ajax, i call > target.add(SVGPanel.this); > > my drawing is loadded uncompletely, I miss the elements in svg drawing > which are displayed by tag > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Problem-with-SVG-Rendering-with-Wicket-6-5-0-tp4662692p4662695.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org > For additional commands, e-mail: users-help@wicket.apache.org > > --047d7b33d4144a98d304eca6725e--