You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Colin Chalmers <co...@xs4all.nl> on 2005/11/01 22:20:12 UTC

InputDate caching problem

Hi all,

I'm using the InputDate tag but am seeing a caching problem when used in 
a panelGrid. First time tag is accessed it works ok. But after accessing 
the page again
the Date value from my Bean is not being accessed whereby the same/first 
date is redisplayed. I remember a similiar issue with dataTables??

If I place the tag outside the panelGrid there's no problem.

My Backing Bean is in session scope and I'm using 1.1.1

Anyone else seen this?

/Colin