Yes, i need to further do variable processing at scriptlet(jsp) page, the reason is to do different kind of summary etc... but how? can i still use Context...same as i did in Struct 1.X's example? tks john
--- On Tue, 4/14/09, Dave Newton <[email protected]> wrote: From: Dave Newton <[email protected]> Subject: Re: reference variable in struts 1 and 2 To: "Struts Users Mailing List" <[email protected]> Date: Tuesday, April 14, 2009, 4:08 PM Security Management wrote: > http://struts.apache.org/2.1.6/docs/set.html AFAIK that doesn't make the variable available to scriptlets, which would be the equivalent of the OP's example. That said, @John, I'd question the need and/or wisdom of performing that kind of computation on the JSP page: is it really necessary for you to do that kind of logic on the view side? Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

