Return-Path: X-Original-To: apmail-tapestry-users-archive@www.apache.org Delivered-To: apmail-tapestry-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 212CF9CB3 for ; Mon, 2 Apr 2012 18:17:46 +0000 (UTC) Received: (qmail 96985 invoked by uid 500); 2 Apr 2012 18:17:45 -0000 Delivered-To: apmail-tapestry-users-archive@tapestry.apache.org Received: (qmail 96962 invoked by uid 500); 2 Apr 2012 18:17:45 -0000 Mailing-List: contact users-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tapestry users" Delivered-To: mailing list users@tapestry.apache.org Received: (qmail 96951 invoked by uid 99); 2 Apr 2012 18:17:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2012 18:17:45 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.210.180] (HELO mail-iy0-f180.google.com) (209.85.210.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2012 18:17:37 +0000 Received: by iage36 with SMTP id e36so6316219iag.11 for ; Mon, 02 Apr 2012 11:17:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=sEn7uDbjnXR1HZDEJcuXRBPJuLHWImIY4Yq+K5pCyjg=; b=PpTXv4eJfiYFAUQKKfbCPTZ943ZCWnHpz5rbq0DwPMLMUpAAa2dO18ab5mn6G5FsAX B8+FKy07alnrR47HLTEexUzGxEneXJ/hV7gMdaR7vmZnkU773uAUWAMZ9KdRB6J3AAmw zHtCcgxkkMRKmkQhsRbc7XgvwBlUqbkOi65tqJV6ndmxS0XBViwipPzuwi5maFi0Rkxo FXXlpQfcDZrs0xSyvaGGCQ7dQhmJ92+oOCDG8fiCf2wmFy3gZp0rNTvRT8/7HSTHUunU OXKtndR3zpPmd4BzNjRjMPPz2lU91hfCKEPrv48cYe/72G6lHPYiA06D8E7YICCrWEpr OUgQ== Received: by 10.50.192.228 with SMTP id hj4mr6481302igc.72.1333390636269; Mon, 02 Apr 2012 11:17:16 -0700 (PDT) Received: from [192.168.110.182] (cgsout.wustl.edu. [128.252.234.200]) by mx.google.com with ESMTPS id b11sm12824887igq.7.2012.04.02.11.17.14 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 02 Apr 2012 11:17:15 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: Issue with Component Parameter From: Robert Zeigler In-Reply-To: <1333390095898-5613227.post@n5.nabble.com> Date: Mon, 2 Apr 2012 13:17:13 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <496609A5-4371-4580-A7EC-31F9C550AEFA@roxanemy.com> References: <1333383946480-5612950.post@n5.nabble.com> <1333390095898-5613227.post@n5.nabble.com> To: "Tapestry users" X-Mailer: Apple Mail (2.1084) X-Gm-Message-State: ALoCoQkOaeXH1TNeaT5DDJrRB4y0XJ57hYJe/DYf8DBM4cfg0Xeold93LswbmQ3H70nk9+Co6aTx @Persist isn't part of @Parameter. They are mutually exclusive. But in = your parent component (eg: the page where you're using Collage), is the = list @Persist'ed?=20 The reference to the collage list shouldn't be static; this is not a = problem with Tapestry. I use components that take list parameters all = the time and can open multiple pages (with different) at teh same time = with no bleed-over. It sounds like a problem with your code. Posting a = bit more of it would be useful. Robert On Apr 2, 2012, at 4/21:08 PM , ksrijith wrote: > I believe @Persist is part of the @Parameter annotation since if I = Persist > the property then it gives me the following error: >=20 > Field model of class com.karamarie.web.store.components.Collage can = not be > claimed by @org.apache.tapestry5.annotations.Persist as it is already > claimed by @org.apache.tapestry5.annotations.Parameter. >=20 > where model is the parameter name. >=20 >=20 >=20 > ----- > -- > Don't Forget to Rate > -- > View this message in context: = http://tapestry.1045711.n5.nabble.com/Issue-with-Component-Parameter-tp561= 2950p5613227.html > Sent from the Tapestry - User mailing list archive at Nabble.com. >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org > For additional commands, e-mail: users-help@tapestry.apache.org >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org For additional commands, e-mail: users-help@tapestry.apache.org