Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 70692 invoked from network); 15 Nov 2009 20:08:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Nov 2009 20:08:43 -0000 Received: (qmail 30234 invoked by uid 500); 15 Nov 2009 20:08:40 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 30177 invoked by uid 500); 15 Nov 2009 20:08:40 -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 30167 invoked by uid 99); 15 Nov 2009 20:08:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Nov 2009 20:08:40 +0000 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 musachy@gmail.com designates 209.85.160.48 as permitted sender) Received: from [209.85.160.48] (HELO mail-pw0-f48.google.com) (209.85.160.48) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Nov 2009 20:08:32 +0000 Received: by pwj12 with SMTP id 12so3358970pwj.27 for ; Sun, 15 Nov 2009 12:08:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Dgb8wvvcsUGYGQU7/dG1IBqo0qd84kbWGrQQpsIF9QE=; b=t6Hlw8ohUX7iLxeB9/n7lBg738XoOWz4c/3tw0O/xbL0OyrufbCQc4MdB3uqTsQQg3 8FP1V0cWfETDiDQ2ZpCGowbDlGscRO+6xebdTFL/lInt7oMtQgdm5tc83qOsTzA1/O6N sgWY3l3ThSWVwzpcQRIwqeicXoaRaBhP8eJdg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=VATJhRXUGV6supX3gRBWbPDNARRue5EIcLEU53YIYT05SzBGkNenvUsssjTQfhomcJ 8sqp2AsGtEYBaNdhcVGpiC21h+Jd14MR5elnB4kmjNiyAoaLtQgJEXWAVXsSB1H0t7HK 0/GP76zrfDHUtEH1tKD4pxawCjBxSfjDnotJw= MIME-Version: 1.0 Received: by 10.114.187.8 with SMTP id k8mr5231650waf.220.1258315691564; Sun, 15 Nov 2009 12:08:11 -0800 (PST) In-Reply-To: <31850ba90911151200g26da55d6v54db6e236046eea4@mail.gmail.com> References: <31850ba90911151200g26da55d6v54db6e236046eea4@mail.gmail.com> Date: Sun, 15 Nov 2009 12:08:11 -0800 Message-ID: Subject: Re: Struts Tag Odd Behavior From: Musachy Barroso To: Struts Users Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org that is odd indeed, can you give us an example that shows this problem? The way to set a variable is by using the "set" tag, like musachy On Sun, Nov 15, 2009 at 12:00 PM, Chris Cranford wrote= : > So in my JSP i have defined a s:set tag which populates a variable > with an empty string in some cases. =A0And when using the s:property > referencing the variable name on the stack, I get the following > output: > > com.opensymphony.xwork2.DefaultTextProvider@28ca1c > > What is the proper way to assign a text string to a variable on the > stack and when it is popped off the stack for display, it is shown as > a blank 0 length text string rather than a reference to the class? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org