1 Reply Latest reply on Jun 2, 2006 9:50 AM by gavin.king

    Cache of EL value in ResourceBundle

    chrholm

      Hi

      I use EL in my ResourceBundle as per section 5.2 in the documentation. Usually I reference objects outjected to the conversation context , and thus the reference change based on the selection. The text generated on the page however is static after the first rendering. A little research shows that the getter-method on the outjected bean is not called after the initial rendering. Is there any way to disable this caching?