Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 89248 invoked from network); 27 Aug 2007 15:40:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Aug 2007 15:40:22 -0000 Received: (qmail 48882 invoked by uid 500); 27 Aug 2007 15:40:09 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 48858 invoked by uid 500); 27 Aug 2007 15:40:09 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 48847 invoked by uid 99); 27 Aug 2007 15:40:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2007 08:40:09 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of antonio.petrelli@gmail.com designates 64.233.166.180 as permitted sender) Received: from [64.233.166.180] (HELO py-out-1112.google.com) (64.233.166.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2007 15:40:56 +0000 Received: by py-out-1112.google.com with SMTP id p76so983585pyb for ; Mon, 27 Aug 2007 08:39:43 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kzYJ8WegBFJCZO1yARSO8ytyYEMbzsxnCSnOjjdWQ8Qe44pOXNlpbgQRGjkilxnlB17/Als2mt8Oh7Ye9lbE1OcZxcvnvmWK2JDFZYhIP+L/44i8EjcqVZX4Fe6rQD1BiMd07QZe1t0lyRYHA+9QPM/JQcCUislIjwUA5a4MMyM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nnQDTwFNrozpfK+SA+2/UZgQlcA7mb3vZ6m2yCGOAQqFs0bvC/tS1Wz9URvOY56EJwbG07gdOQqPQUe+X+5JOxE6eWbJzSuA0pXZVqgIgabaGESoXzV6jzk+I4bQ6p7L33vLrPrwxe15miVZU02DStn5LXYY8yZvWaST9EDPrKQ= Received: by 10.35.91.10 with SMTP id t10mr7661831pyl.1188229182359; Mon, 27 Aug 2007 08:39:42 -0700 (PDT) Received: by 10.35.67.6 with HTTP; Mon, 27 Aug 2007 08:39:41 -0700 (PDT) Message-ID: Date: Mon, 27 Aug 2007 17:39:41 +0200 From: "Antonio Petrelli" To: "Struts Users Mailing List" Subject: Re: Passing variables in url In-Reply-To: <2b4a99160708270833s71667317pc0c2493c1a2f130a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2b4a99160708270833s71667317pc0c2493c1a2f130a@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org 2007/8/27, Anna Simbirtsev : > Hello > I am trying to pass a variable in the url, but I can't seem to get the value > to be passed. > > > width="80" height="20"border="0"/> > > value is a bean in struts, that has get/set functions. > > I tried using paramName="${value_}" and pass a string, but it did not work. If "value" was a simple attribute (such as a string or a number) it should work, but since you say it is a bean you need to add the "paramProperty" attribute in the tag. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org