0 Replies Latest reply on Jul 11, 2008 7:52 AM by damatrix

    mediaOutput on Spring Web Flow

    damatrix

      Hi,

      I'm using Spring Web Flow 2 with Richfaces 3.2.1.GA. I need to display an image using the mediaOutput, and so i followed the example on your live demo site. I created a spring bean "mediaBean" with the appropriate method to paint the image.

      However, immediately the flow of my application reaches e page with the <a4j:mediaOutput/> component on it it throws an exception:

      javax.el.PropertyNotFoundException: /WEB-INF/flows/pix/picture.xhtml 27,29 createContent="#{mediaBean.paint}": Target Unreachable, identifier 'mediaBean' resolved to null
      


      However, when i remove the mediaOutput tag on the page everything works fine. What am I doing wrong? Any help will be appreciated.