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 5B04E10BA9 for ; Mon, 10 Jun 2013 07:18:03 +0000 (UTC) Received: (qmail 28746 invoked by uid 500); 10 Jun 2013 07:18:02 -0000 Delivered-To: apmail-wicket-users-archive@wicket.apache.org Received: (qmail 28721 invoked by uid 500); 10 Jun 2013 07:18:02 -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 28713 invoked by uid 99); 10 Jun 2013 07:18:01 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jun 2013 07:18:01 +0000 Received: from localhost (HELO mail-pb0-f41.google.com) (127.0.0.1) (smtp-auth username mgrigorov, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jun 2013 07:18:01 +0000 Received: by mail-pb0-f41.google.com with SMTP id rp16so3411355pbb.0 for ; Mon, 10 Jun 2013 00:18:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=Zu6BExg7wuPGYtbBb5eBj+KHb55R1ObodYAnyABRD54=; b=D1coJ9AmK3L+pE85BLG3Fh+qaIrzIuSI4T0HH/GkTWDGLpa5amvtwXQqk24hWFLQS8 1xYeQS6CsuW7Y+5EYX4vLWeLJvbNCvgVWQgduh3a6uaNyBT8mHXh1hlb1f07HvgoflVv Ozdm/8avN+AvHStO0Uu/s45CiS/d3LdSTawdhzQ6NuiJp+0eIMgU+N7h6jb/QNsb7JEk SkqFdFFTcJ/s/IwNlK3qwxwNQ+Da/vVQaHeCiRB6MY2WjvlDDB/hbaE0Vo1shpXJU8MU Mci9f0f8czJyJ+9bn1eEX3ng+aNfsKCL4PXG+aW33HLKEzQsOszNpkh+V0vRSUJzIrCA Sleg== X-Received: by 10.66.25.10 with SMTP id y10mr12844174paf.96.1370848680885; Mon, 10 Jun 2013 00:18:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.217.198 with HTTP; Mon, 10 Jun 2013 00:17:20 -0700 (PDT) In-Reply-To: <1370740444304-4659302.post@n4.nabble.com> References: <1370706461250-4659295.post@n4.nabble.com> <51B379CC.9010104@meiers.net> <1370740444304-4659302.post@n4.nabble.com> From: Martin Grigorov Date: Mon, 10 Jun 2013 10:17:20 +0300 Message-ID: Subject: Re: reuse Form Panel code for WizardStep? To: "users@wicket.apache.org" Content-Type: multipart/alternative; boundary=bcaec52bec17aa45a604dec7945e --bcaec52bec17aa45a604dec7945e Content-Type: text/plain; charset=UTF-8 Hi, You should (re-)use your panel in the wizard: step.add(new MyFormPanel("someId")); On Sun, Jun 9, 2013 at 4:14 AM, always_rick wrote: > The problem is wicket:idfor example: Formjavanew RequiredTextField( > "companyName" );WizardStepjavanew RequiredTextField( "company.companyName" > ); > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/reuse-Form-Panel-code-for-WizardStep-tp4659295p4659302.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 > > --bcaec52bec17aa45a604dec7945e--