Re: reference variable in struts 1 and 2

2009-04-14 Thread Dave Newton
john lee wrote: 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? You *could* put it in a scope (request, most likely) and retrieve it in a sc

Re: reference variable in struts 1 and 2

2009-04-14 Thread Wes Wannemacher
On Tuesday 14 April 2009 17:22:25 john lee wrote: > 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 > There is a way to g

Re: reference variable in struts 1 and 2

2009-04-14 Thread john lee
t: Re: reference variable in struts 1 and 2 To: "Struts Users Mailing List" 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

RE: reference variable in struts 1 and 2

2009-04-14 Thread john lee
i know   for further processing as the demo i show that i did in struts 1.X   john   --- On Tue, 4/14/09, Security Management wrote: From: Security Management Subject: RE: reference variable in struts 1 and 2 To: "'Struts Users Mailing List'" Date: Tuesday, April 14,

Re: reference variable in struts 1 and 2

2009-04-14 Thread Dave Newton
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 pa

RE: reference variable in struts 1 and 2

2009-04-14 Thread Security Management
http://struts.apache.org/2.1.6/docs/set.html -Original Message- From: john lee [mailto:sh_thorn_b...@yahoo.com] Sent: Tuesday, April 14, 2009 4:52 PM To: user@struts.apache.org Subject: reference variable in struts 1 and 2 in struts 1   if need to get variable from action, and do further