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

2012-06-05 Thread Maurizio Cucchiara
...@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 scope is prototype and not the default one (which

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

2012-06-04 Thread Omar Ngarigari
Hi All, I have developed an application using struts2.3.1.2, but I am experiencing a weird situation that I have bumping my head for a week now, but It does not go away.  Scenario 1 - I have a query page (jsp) where I have to query database based on the quarter date an input. If I entered a

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

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

2012-06-04 Thread Omar Ngarigari
, valuestack, etc...) problem 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

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

2012-06-04 Thread Chris Pratt
found. Can you show me how to clean a cache? From: Chris Pratt thechrispr...@gmail.com To: Struts Users Mailing List user@struts.apache.org; Omar Ngarigari ngarigar...@yahoo.com Sent: Monday, June 4, 2012 2:17 PM Subject: Re: Struts2 (caching, valuestack, etc

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

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

2012-06-04 Thread Omar Ngarigari
Users Mailing List user@struts.apache.org; 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. If yes, ensure

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

2012-06-04 Thread Omar Ngarigari
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. If yes, ensure that the scope is prototype and not the default one

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

2012-06-04 Thread Omar Ngarigari
, 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 excuse typos and brevity. Maurizio

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

2012-06-04 Thread Dave Newton
@struts.apache.org; 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. If yes, ensure that the scope