0 Replies Latest reply on Aug 9, 2010 3:29 PM by sparkettin

    a4j:mediaOutput

    sparkettin

      hello,

       

      I'd like to view pictures attachted to my object by using 4j:mediaOutput. first I want to see them in datatable as thumbnail when I see my query results. Later, I want to see details of object and pictures in bigger size on a new pop up page when I click a4j:commandButton at the end of each row.

       

      when query results are shown, my "paintThumnail" method runs and I can see picture thumbnails. But when I click a4j:commandButton and open a new pop up page, my "paintDetail" method never runs and I can see only 'x' sign instead of pictures. How can solve my problem? thanks...

       

      p.s. my code is attached...