Re: Data Leakage in Struts 2

2008-07-27 Thread Arun M
y use the >> ParamsPrepareParams stack to do more complicated stuff. >> >> Si quieres ser más positivo, pierde un electrón >> Miguel Ruiz Velasco S. >> >> >> >> On Sat, Jul 26, 2008 at 23:21, Piero Sartini <[EMAIL PROTECTED]> >&g

Re: Data Leakage in Struts 2

2008-07-27 Thread Arun M
Thanks a lot... We included singleton="false" in the applicationContext.xml Now it works perfectly ... Arun M wrote: > > > we use STRUTS2 - SPRING- HIBERNATE in our project > here is a sample piece of code... > as metioned earlier... SCRAPTEXT variable once

Re: Data Leakage in Struts 2

2008-07-27 Thread Arun M
Thanks a lot... We included singleton="false" in the applicationContext.xml Now it works perfectly ... Thanks Once Again Piero Sartini-3 wrote: > > Am Sonntag, 27. Juli 2008 06:04:46 schrieb Arun M: >> Yes , we are using spring and hibernate also along with struts. &

Re: Data Leakage in Struts 2

2008-07-27 Thread Arun M
;t you post your code. It seems that it might have a threading > issue. > > -R > > Arun M wrote: >> We are using struts 2.0.11 >> >> We have lots of action class. Say one of them is CustomerRegisterAction >> (which extends ActionSupport ) . When a say

Re: Data Leakage in Struts 2

2008-07-26 Thread Arun M
gt; Piero > > Am Samstag, 26. Juli 2008 19:48:47 schrieb Arun M: >> We are using struts 2.0.11 >> >> We have lots of action class. Say one of them is CustomerRegisterAction >> (which extends ActionSupport ) . When a say user X registers himself on >> th

Data Leakage in Struts 2

2008-07-26 Thread Arun M
We are using struts 2.0.11 We have lots of action class. Say one of them is CustomerRegisterAction (which extends ActionSupport ) . When a say user X registers himself on the website; this CustomerRegisterAction is populated (using OGNL) and the customer data is saved to DB. But after sometime