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 8EF27D48F for ; Tue, 28 May 2013 06:42:33 +0000 (UTC) Received: (qmail 68242 invoked by uid 500); 28 May 2013 06:42:32 -0000 Delivered-To: apmail-wicket-users-archive@wicket.apache.org Received: (qmail 68188 invoked by uid 500); 28 May 2013 06:42:31 -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 68157 invoked by uid 99); 28 May 2013 06:42:30 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 May 2013 06:42:30 +0000 Received: from localhost (HELO mail-we0-f172.google.com) (127.0.0.1) (smtp-auth username mgrigorov, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 May 2013 06:42:30 +0000 Received: by mail-we0-f172.google.com with SMTP id w62so5069365wes.3 for ; Mon, 27 May 2013 23:42:28 -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=tsvOqjvdBfLGWNFsc4i7DAdFplmj0Hfi+rsASEbRWZc=; b=jpG+RAKHxS3N1wedep3rIOCSBwqO3g1hVO8+pKUrdz6ad487wdg/JAsuNXM4MsLxlq 83y3eQg2KiH3Cx4azd4+gZxNDHbeTjnoGISd2aNuwf4K1GYQZlQM8IzJ5w6il9xkxaUT T8DFgMyrs4+7A2tU08Zk6Np67E6RZ/DFeSkxDTUERv1v7kr7ZKM0DY96XXXX+qasaSIW Zs99GW62G3Ve5R8vAJwH7UlQsMJmWxDR/OI+PvOYE4J7yk3VGcaydWhGkye2+2XkZ9sa NvnMYYJ+VHrt6RdiqEWZ0Y9ihSs1vaPFg0LL+ohVt/+cv6UdvHCUAzvfDIvqkdRLkluh bG+A== X-Received: by 10.194.179.102 with SMTP id df6mr11256020wjc.42.1369723348444; Mon, 27 May 2013 23:42:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.65.68 with HTTP; Mon, 27 May 2013 23:41:48 -0700 (PDT) In-Reply-To: <1369722598961-4659066.post@n4.nabble.com> References: <1369722598961-4659066.post@n4.nabble.com> From: Martin Grigorov Date: Tue, 28 May 2013 09:41:48 +0300 Message-ID: Subject: Re: Validating a PropertyListView To: "users@wicket.apache.org" Content-Type: multipart/alternative; boundary=089e01493c349feed004ddc19150 --089e01493c349feed004ddc19150 Content-Type: text/plain; charset=UTF-8 Hi, listView.setReuseItems(true); TextField tf = new TextField("someId", model); tf.add(RangeValidator.(range|minimum|maximum)(...)); listItem.add(tf); On Tue, May 28, 2013 at 9:29 AM, madmax108 wrote: > Hi, I have a bunch of properties and I want to provide the user a form to > override the properties, but the issue is that some of these properties are > range bound (eg. value can be between 10 and 100), some of them are range > bound on a single side (eg. value can only be greater than 5), and some of > them are not bound. > > What would be the best way to go about this?? > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Validating-a-PropertyListView-tp4659066.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 > > --089e01493c349feed004ddc19150--