Home.html.
| Implicit component declaration. |
| Message binding. The attribute value is a key in the resource bundle. |
| Preview text. This text will be replaced by the text output by the enclosing component. |
| Explicit component declaration. |
| Dynamic binding. The attribute value is an OGNL expression. |
| Reserved parameter. |
| Informal parameter. |
| Identified implicit component. |
| Static binding. The attribute value is a literal string. |
Welcome.html.
<html>
<body>
Hello <span jwcid="userName">Mr. Jack Bauer</span>, welcome to Tapestry!
</body>
</html> |