Return-Path: X-Original-To: apmail-struts-user-archive@www.apache.org Delivered-To: apmail-struts-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AFE6710535 for ; Mon, 25 Nov 2013 05:40:09 +0000 (UTC) Received: (qmail 76691 invoked by uid 500); 25 Nov 2013 05:40:07 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 76486 invoked by uid 500); 25 Nov 2013 05:40:01 -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 76469 invoked by uid 99); 25 Nov 2013 05:40:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Nov 2013 05:40:00 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_REPLY,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yaragallamurali@gmail.com designates 209.85.223.180 as permitted sender) Received: from [209.85.223.180] (HELO mail-ie0-f180.google.com) (209.85.223.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Nov 2013 05:39:55 +0000 Received: by mail-ie0-f180.google.com with SMTP id tp5so5966329ieb.39 for ; Sun, 24 Nov 2013 21:39:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=t8GDr8nJIknReS0kFxMQQcUCzXdvG/gLuPMlILHnmHE=; b=PsxQN16hjWBa+JAQ4Wp5zy7iur+8k2VXYZ9K8cKbSd3LlUq1kNGboJfPZTcQtirBX3 76M8l9b5wtxTiv7bNfA+H/rtCEl7JLoVE9Nsel1FVMpcEIMvPL8G3KSWWbORShdi0toJ 6zffY6W5nuxxkxUHqSYUNIlkGTHos61RKz+WgMD6CfRaMjBrcc0SPZm9E98YSipsm/gP rLFPKCf8YvS+u90KvS7Hr/semmWXfkIw80/uGqfeuuDl4AH0zsO4r1/EthrIf+WbC1iF wWTCCTnwDG3lcTfj4G/VsRK5bAkEZUK60dHUivA1RlTrQgjWtCRDsZ2tEoQdv0/oImAa 57dQ== MIME-Version: 1.0 X-Received: by 10.42.215.80 with SMTP id hd16mr15447293icb.17.1385357974602; Sun, 24 Nov 2013 21:39:34 -0800 (PST) Received: by 10.64.240.68 with HTTP; Sun, 24 Nov 2013 21:39:34 -0800 (PST) In-Reply-To: References: Date: Mon, 25 Nov 2013 11:09:34 +0530 Message-ID: Subject: Re: how this is working? From: Yaragalla Muralidhar To: Struts Users Mailing List Content-Type: multipart/alternative; boundary=20cf301d3cecf688f704ebf9c905 X-Virus-Checked: Checked by ClamAV on apache.org --20cf301d3cecf688f704ebf9c905 Content-Type: text/plain; charset=ISO-8859-1 Thank you so much Dave. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Mon, Nov 25, 2013 at 4:16 AM, Dave Newton wrote: > Request wrapper. Easy enough to look up, no? > On Nov 24, 2013 11:43 AM, "Yaragalla Muralidhar" < > yaragallamurali@gmail.com> > wrote: > > > I am not sure but if anybody could clarify please clarify whether it is a > > request wrapper or responce wrapper? > > > > *Thanks and Regards,* > > Muralidhar Yaragalla. > > > > *http://yaragalla.blogspot.in/ * > > > > > > On Sun, Nov 24, 2013 at 8:32 PM, Yaragalla Muralidhar < > > yaragallamurali@gmail.com> wrote: > > > > > Hi Dave, > > > are u sure that it is a response wrapper? I guess it should be a > > > request wrapper? Is my guess wrong? > > > > > > *Thanks and Regards,* > > > Muralidhar Yaragalla. > > > > > > *http://yaragalla.blogspot.in/ * > > > > > > > > > On Sun, Nov 24, 2013 at 8:06 PM, Dave Newton > >wrote: > > > > > >> Is it publicly exposed? > > >> > > >> It works because S2 has a custom response wrapper that exposes the > value > > >> stack to EL evaluation. > > >> > > >> Dave > > >> On Nov 24, 2013 8:52 AM, "Yaragalla Muralidhar" < > > >> yaragallamurali@gmail.com> > > >> wrote: > > >> > > >> > Hi, > > >> > I have the following property in my action class > > >> > > > >> > private BookDto book=new BookDto(); > > >> > > > >> > > > >> > in my jsp when i use EL as follows i am able to get the value of the > > >> > property but i am not able to understand how? > > >> > > > >> > ${book.property} > > >> > > > >> > The EL checks only in the scopes for attributes so is book kept as > > >> > attribute in some scope? > > >> > > > >> > *Thanks and Regards,* > > >> > Muralidhar Yaragalla. > > >> > > > >> > *http://yaragalla.blogspot.in/ * > > >> > > > >> > > > > > > > > > --20cf301d3cecf688f704ebf9c905--