0 Replies Latest reply on Apr 21, 2008 2:48 PM by karto

    rich:dropSupport question

    karto

      I have a question about the dropSupport component. After dropping an item on my dropzone i would like to move to another page. For doing that i have an dropListener and an action defined. The problem is that in Firefox everything works fine, but in IE7 the dopListener and action method is called but the new page doesnt get rendered.

      The a4j:log shows the following:


      debug[20:24:42,134]: Header Ajax-Response not found, search in <meta>
      debug[20:24:42,134]: Header Ajax-Expired not found, search in <meta>
      warn[20:24:42,134]: No ajax response header
      debug[20:24:42,134]: Header Location not found, search in <meta>
      debug[20:24:42,134]: replace all page content with response
      debug[20:24:42,134]: setup custom document.open method
      debug[20:24:42,212]: exception during write page content undefined
      error[20:24:42,228]: Error parsing responseXML Parsing Error: DTD ist nicht zulässig.
      Location: Line Number 2, Column 11:
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
      -----------^
      debug[20:24:42,228]: page content has been replaced
      
      
      



      <rich:dropSupport acceptedTypes="fieldtype,item" dropValue="leftGrid,#{field.position}"
      dropListener="#{EditDialogBean.addOrMoveField}"
      action="#{EditDialogBean.onAddOrMoveField}"/>