Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The following page has been changed by NickWestgate:
http://wiki.apache.org/tapestry/Tapestry5AnyComponent

The comment on the change is:
Write raw body to allow tags.

------------------------------------------------------------------------------
          if (_body != null)
          {
              /** Replace the body. */
-             writer.write(_body);
+             writer.writeRaw(_body);
          }
  
          writer.end();

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to