12 Replies Latest reply on Dec 30, 2013 12:14 PM by luiz.doleron

    a:mediaOutput NOT conversation compatible?

    courtneycouch

      Whenever I use



      <a:mediaOutput element="img" 
              mimeType="image/jpeg" 
              createContent="#{imageManager.paint}" 
              value="#{user}" 
              style="width:100px; height:100px;" />



      the conversation isn't propagated.


      It seems all the other ajax4jsf calls propagate the conversation just fine.


      When I annotate the imageManager component with an @Create and log the instantiation of the component, I can see it being created when the imageManager.paint is called.


      Everything else stays within the conversation <a:support/>, form bindings, etc. all pull from the conversation just fine... its just the createContent method that seems to be having an issue.


      Is the paint method on mediaOutput supposed to work with conversations?


      -c