Re: Struts2 (caching, valuestack, etc...) problem

2012-06-04 Thread Maurizio Cucchiara
> ngarigar...@yahoo.com> > Sent: Monday, June 4, 2012 2:42 PM > Subject: Re: Struts2 (caching, valuestack, etc...) problem > > Are you using spring plugin? > Looks like you are using a previous initialized instance of your action > class. > If yes, ensure that the scop

Re: Struts2 (caching, valuestack, etc...) problem

2012-06-04 Thread Dave Newton
ers Mailing List ; Omar Ngarigari < > ngarigar...@yahoo.com> > Sent: Monday, June 4, 2012 2:42 PM > Subject: Re: Struts2 (caching, valuestack, etc...) problem > > Are you using spring plugin? > Looks like you are using a previous initialized instance of your action > class. &g

Re: Struts2 (caching, valuestack, etc...) problem

2012-06-04 Thread Omar Ngarigari
s expected. Thanks Maurizio and Chris for your help.  Thanks,  From: Maurizio Cucchiara To: Struts Users Mailing List ; Omar Ngarigari Sent: Monday, June 4, 2012 2:42 PM Subject: Re: Struts2 (caching, valuestack, etc...) problem Are you using spring plugin?

Re: Struts2 (caching, valuestack, etc...) problem

2012-06-04 Thread Omar Ngarigari
Subject: Re: Struts2 (caching, valuestack, etc...) problem Are you using spring plugin? Looks like you are using a previous initialized instance of your action class. If yes, ensure that the scope is prototype and not the default one (which is singletone) Sent from my mobile device, so please

Re: Struts2 (caching, valuestack, etc...) problem

2012-06-04 Thread Omar Ngarigari
; Omar Ngarigari Sent: Monday, June 4, 2012 2:42 PM Subject: Re: Struts2 (caching, valuestack, etc...) problem Are you using spring plugin? Looks like you are using a previous initialized instance of your action class. If yes, ensure that the scope is prototype and not the default one (which is

Re: Struts2 (caching, valuestack, etc...) problem

2012-06-04 Thread Maurizio Cucchiara
Are you using spring plugin? Looks like you are using a previous initialized instance of your action class. If yes, ensure that the scope is prototype and not the default one (which is singletone) Sent from my mobile device, so please excuse typos and brevity. Maurizio Cucchiara Il giorno 04/giu/

Re: Struts2 (caching, valuestack, etc...) problem

2012-06-04 Thread Chris Pratt
but I got no record found. Can you show me how to clean a cache? > > > > From: Chris Pratt > To: Struts Users Mailing List ; Omar Ngarigari < > ngarigar...@yahoo.com> > Sent: Monday, June 4, 2012 2:17 PM > Subject: Re: Struts2

Re: Struts2 (caching, valuestack, etc...) problem

2012-06-04 Thread Omar Ngarigari
e url, but I got no record found. Can you show me how to clean a cache? From: Chris Pratt To: Struts Users Mailing List ; Omar Ngarigari Sent: Monday, June 4, 2012 2:17 PM Subject: Re: Struts2 (caching, valuestack, etc...) problem Are you watching your s

Re: Struts2 (caching, valuestack, etc...) problem

2012-06-04 Thread Chris Pratt
Are you watching your server console? Are you sure it's actually making the request and not displaying the cached page. If it is just showing you the cached page, try appending some nonsense parameter to the end of the URL (i.e. ?dummy=aalskdjfkal). Otherwise, you'll have to look into your actio