On Wed, 2008-04-30 at 09:51 -0700, sppzs wrote: > We have a unique problem in our application, We have this page coded in > JSF/Myfaces > which has overall structure > <f:subView> > <t:buffer> > <t:dataTable> > > </t:dataTable> > </t:buffer> > </f:subView> > > This page is being called from a larger JSF layout page as a JSP include. > > I have noticed sometimes the coomponents within the t:buffer tag of the page > gets shared between two different sessions. > Has anyone else noticed this behaviour?
Can you describe in more detail what you mean by "shared between sessions"? Regards, Simon

