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/ <http://yaragalla.blogspot.in/>* On Sun, Nov 24, 2013 at 8:06 PM, Dave Newton <davelnew...@gmail.com> 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" < > yaragallamur...@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/ <http://yaragalla.blogspot.in/>* > > >