You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by DR_GLoPeL_BouCa <ta...@gmail.com> on 2008/05/22 20:46:18 UTC

[T4.1] ie problem render ajax response

Hi people. I've question about ie behavior when receive ajax response. When
update component with some value, example:
<ajax-response>
    <response id="ofertaProducto" type="element">
       <div id="ofertaProducto"> xxxxxxxxxxxxxxxx </div>
    </response>
</ajax-response>
with that IE display correctly, but when update the some component with no
value (to hide element)
<ajax-response>
    <response id="ofertaProducto" type="element">
       <div id="ofertaProducto"></div>
    </response>
</ajax-response>
with that IE don't hide content of "ofertaProducto" element, but Firefox
work fine. How fix this problem, thanks any suggest .
-- 
View this message in context: http://www.nabble.com/-T4.1--ie-problem-render-ajax-response-tp17410994p17410994.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org