You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Charbel Abdul-Massih <ca...@soundbite.com> on 2006/12/08 21:34:00 UTC

interesting issue with page reload

I am using facelets and JSF (myfaces)...

 

When I update an .xhtml file and reload the page in the browser,
everything works fine...However, when I update an attribute of a
component such as

 

<h:inputText ..... size="5"/>

 

And change the size attribute, I have to close the browser and comeback
in a new session to see the change...

Has anyone seen this before??? Is it caching the components in the
session???

 

Thanks,
Charbel