4 Replies Latest reply on Jul 13, 2007 3:13 AM by elik

    a4j:form instead of h:form

    elik

      Hi,

      I have a slight representation issue relating to a4j:form tag in IE (6 or 7).
      When I replace h:form to a4j:form I have some unused space after form area in generated html, which appears in IE (in mozzila this blank space doesn't appear).
      I suppose the reason of this is hidden generated code like input hidden fields and js functions. In spite of invisibility of these controls and scripts they occupy some space in result html and render in IE (that seems stupid).
      How strange it is that this group of hidden controls not wrap in html tag with "display:none" style on stage of html generation :(

      Any ideas about this?
      Thanks in advance...