2 Replies Latest reply on Oct 2, 2009 2:50 PM by skleo4

    Dispalying Banner from a set of Images

      Hi,
      I need to display a typical banner on the JSF page .The banner should be formed from one or more images from the database (Clobs) and images in the banner will keep on changing at a particular interval (say 1 sec).

      We can display the image (blob) using either s:graphicImage or a4j:mediaoutput tags. And with the help of a4j:poll and rich:effect we can achieve the banner effect. But the problem is a4j:poll submits the complete page and a4j:mediaoutput is not re-rendered after the a4j:poll request.

      Any better ideas/suggestion will be helpful.

      Thanks,
      skay