Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 00EB4200CBC for ; Tue, 20 Jun 2017 09:11:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0048C160BE1; Tue, 20 Jun 2017 07:11:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 47775160BD3 for ; Tue, 20 Jun 2017 09:11:58 +0200 (CEST) Received: (qmail 7549 invoked by uid 500); 20 Jun 2017 07:11:52 -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 7538 invoked by uid 99); 20 Jun 2017 07:11:52 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2017 07:11:52 +0000 Received: from mail-wr0-f179.google.com (mail-wr0-f179.google.com [209.85.128.179]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id D0E681A0029 for ; Tue, 20 Jun 2017 07:11:51 +0000 (UTC) Received: by mail-wr0-f179.google.com with SMTP id y25so46944778wrd.2 for ; Tue, 20 Jun 2017 00:11:51 -0700 (PDT) X-Gm-Message-State: AKS2vOymE4oq8r9O6yEqmCPdjPsns+gPIhRQerwYnB39iyn6hNONkgCC yVPS7mjKxtcn643BZKh+wOL5DW+Arg== X-Received: by 10.223.169.203 with SMTP id b69mr20943866wrd.1.1497942710442; Tue, 20 Jun 2017 00:11:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.4.18 with HTTP; Tue, 20 Jun 2017 00:11:09 -0700 (PDT) In-Reply-To: <1497939623777-4678090.post@n4.nabble.com> References: <1497939623777-4678090.post@n4.nabble.com> From: Martin Grigorov Date: Tue, 20 Jun 2017 09:11:09 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Accessing Connets from TextFeild from Other Form. To: "users@wicket.apache.org" Content-Type: multipart/alternative; boundary="001a113ab0682668c705525ef7a6" archived-at: Tue, 20 Jun 2017 07:11:59 -0000 --001a113ab0682668c705525ef7a6 Content-Type: text/plain; charset="UTF-8" Hi, On Tue, Jun 20, 2017 at 8:20 AM, rajan wrote: > Hello, > > I have a situation like below: > > form1 > TextFeildX > > Form 2 > on the bases of data from TextFeildX i want proceed with some > other > action. > > but i cannot find a way to fetch value of TextFeildX in form 2 > TextFeildX.getModelObject() return always null. > You need to submit some data in Form1 to have a value in TextField1. Show us some code so we can tell you how to rework it! > > > > Thanks in advance. > > -- > View this message in context: http://apache-wicket.1842946. > n4.nabble.com/Accessing-Connets-from-TextFeild-from- > Other-Form-tp4678090.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 > > --001a113ab0682668c705525ef7a6--