Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 73957 invoked from network); 27 Aug 2007 15:34:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Aug 2007 15:34:33 -0000 Received: (qmail 32613 invoked by uid 500); 27 Aug 2007 15:34:20 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 32578 invoked by uid 500); 27 Aug 2007 15:34:20 -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 32567 invoked by uid 99); 27 Aug 2007 15:34:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2007 08:34:20 -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 (athena.apache.org: domain of asimbirtsev@gmail.com designates 64.233.182.187 as permitted sender) Received: from [64.233.182.187] (HELO nf-out-0910.google.com) (64.233.182.187) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2007 15:34:15 +0000 Received: by nf-out-0910.google.com with SMTP id b21so1157802nfd for ; Mon, 27 Aug 2007 08:33:54 -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:mime-version:content-type; b=HV/AKna+dprwyyfzbXQz1yr66CdQ2NNJIrCR3SktAQaZDj+xkKMiBF9TFtqZEGXl1GgXJ8IZuNBO4ibXFN411fnzL9Hn4qWEQpysCSii6yT2l/lQT6PQ1zqZbX9f42Xv38wqv2UQKZ3AyPoND6Qbt9Xm2BAnbEW7TbpWzver7v0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=i51V1DzjI/jAoH5qqPqS3o7TP94DXs7U9m65KFbQKDbADU4xk+4di2KA//yahvSY4ONzcd5zVaubShNOb/MnUmHTA4zDxcFQ3iT2uL6nCthccThnB77Zkuboj/VhS0SP3QqRCfcj8ciTHDLpTwrac8JVXgSDxMTFNyYfRg29bXo= Received: by 10.78.188.10 with SMTP id l10mr4043653huf.1188228830418; Mon, 27 Aug 2007 08:33:50 -0700 (PDT) Received: by 10.78.66.18 with HTTP; Mon, 27 Aug 2007 08:33:50 -0700 (PDT) Message-ID: <2b4a99160708270833s71667317pc0c2493c1a2f130a@mail.gmail.com> Date: Mon, 27 Aug 2007 11:33:50 -0400 From: "Anna Simbirtsev" To: user@struts.apache.org Subject: Passing variables in url MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_99896_8266534.1188228830380" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_99896_8266534.1188228830380 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello I am trying to pass a variable in the url, but I can't seem to get the value to be passed. 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. Thank you ------=_Part_99896_8266534.1188228830380--