blob: 356afa3e0968454e01dd1ff77177b345f4779977 [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 id="results">
<li>First Name: [${credentials.firstName}]</li>
<li>Last Name: [${credentials.lastName}]</li>
<li>Path: [${rolePath.path}]</li>
<li>Role: [${rolePath.role}]</li>
</ul>
</html>