blob: 02cea18b944fe266e8b1f353d391765394b595cd [file] [log] [blame]
<html t:type="Border"
xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
<h1>MultiBean Edit Demo</h1>
<ul>
<li>First Name: [${credentials.firstName}]</li>
<li>Last Name: [${credentials.lastName}]</li>
<li>Path: [${rolePath.path}]</li>
<li>Role: [${rolePath.role}]</li>
</ul>
</html>