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

------------------------------------------------------------------------------
  <span t:type="Any" t:class="prop:someMethodToGetTheClass" 
class="previewDisplayClass">${message:someText}</span>
  
  <!-- *NEW* demo body for preview; dynamic body at runtime -->
- <h3 t:type="Any" t:body="${item.itemName}" class="itemClass">Example Item</h3>
+ <h3 t:type="Any" t:body="item.itemName" class="itemClass">Example Item</h3>
  
  <!-- using a mixin -->
  <div t:type="Any" t:mixins="myLayout">My layout</div>

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

Reply via email to