Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 12172 invoked from network); 27 Aug 2007 15:57:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Aug 2007 15:57:12 -0000 Received: (qmail 82019 invoked by uid 500); 27 Aug 2007 15:56:59 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 81982 invoked by uid 500); 27 Aug 2007 15:56:59 -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 81967 invoked by uid 99); 27 Aug 2007 15:56:59 -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:56:59 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of asimbirtsev@gmail.com designates 64.233.182.185 as permitted sender) Received: from [64.233.182.185] (HELO nf-out-0910.google.com) (64.233.182.185) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2007 15:57:46 +0000 Received: by nf-out-0910.google.com with SMTP id b21so1163508nfd for ; Mon, 27 Aug 2007 08:56:34 -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:references; b=YTgemDH60YWjP5oLh8UNSnMlJl5iC1NXJlkWDpnfBJdfNunOwCBkPaHP78WzAMAW5DemOn18NQt4yPHf5Bms0K6XQ5d+/NazAdaKi9iG1ZS5YVZJTzYuQDbzTPRCW8zM2ThulDpkkCHC4/C3X/lyb2GMhQAILrnA/URzAKBz0XU= 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:references; b=QSX7TQGZm6o9Hgb4f7qupkNmupwffC0oniFkBNmfFLDmaVzkz05pEj7NyCj6oZwPfvWBhQYVcbwkHoPfea88Km/n/st/DR5UlOi8o/Y6Ix3uqEV2XCuaC77nukiqjpmdy/uhZzFnaV41sDcE5cwur5fzhhz3cxDQ1pA6BJUd3bM= Received: by 10.78.204.1 with SMTP id b1mr4061410hug.1188230193162; Mon, 27 Aug 2007 08:56:33 -0700 (PDT) Received: by 10.78.66.18 with HTTP; Mon, 27 Aug 2007 08:56:33 -0700 (PDT) Message-ID: <2b4a99160708270856t4108fcccy5a78c06b2a7f7b0d@mail.gmail.com> Date: Mon, 27 Aug 2007 11:56:33 -0400 From: "Anna Simbirtsev" To: "Struts Users Mailing List" Subject: Re: Passing variables in url In-Reply-To: <46D2F3E5.5080601@bigfoot.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_100132_27377105.1188230193090" References: <2b4a99160708270833s71667317pc0c2493c1a2f130a@mail.gmail.com> <46D2F3E5.5080601@bigfoot.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_100132_27377105.1188230193090 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I tried first assigning the value to a string and then sending it. <% String value_ = duf1.getValue(); %> Still does not work. On 8/27/07, Oleg Mikheev wrote: > > Anna Simbirtsev wrote: > > > > > width="80" height="20"border="0"/> > > > > value is a bean in struts, that has get/set functions. > > > I think that value itself should be a String not a bean. > > From struts documents: > paramName - The name of a JSP bean that is a String containing the > value for the request parameter named by paramId > > They are calling it a JSP bean, which is not a JavaBean. > > Although this is just my guess. > > Oleg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org > > ------=_Part_100132_27377105.1188230193090--