2 Replies Latest reply on Jul 14, 2008 9:42 AM by da.max

    Richfaces Drag and Drop reRender problem!

    da.max

      Hi!

      I am using a richfaces drag and drop component.

      When i drop an item in my drop zone an ajax form should be rerendered (I use the reRender attribute of <rich:dropSupport>). This works fine.

      My problem is that inside my ajax-form i have an image which source is a servlet. This servlet dynamically renders an image according to some data in my database.

      When the ajax-form is rerendered it seems that the image isn't. When i am refreshing the whole page the Servlet renderes the correct image, but the reRender doesn't. Has this something to do with my web browser's cache?

      Thanks for support!

      Max