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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to