Hello,
I'm using AJAX functionality in my Tapestry 4.1.2 application in the
following way:

Code that updates the component:

  cycle.getResponseBuilder().updateComponent("standardArea");

Component to update:

  <div jwcid="[EMAIL PROTECTED]">
   ... 
  </div>

Everything works fine until I add HTML line break tag into the component:

  <div jwcid="[EMAIL PROTECTED]">
   ...
   <br>
   ...
  </div>

In this case, the component is not updated any more. 
Can somebody reproduce this behaviour? Is it a bug?



-- 
View this message in context: 
http://www.nabble.com/updateComponent-doesn%27t-work-if-component-contains-HTML-BR-tag-%284.1.2%29-tp16445844p16445844.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