<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd"> | |
<head> | |
<title>Grid Data Source Demo</title> | |
</head> | |
<body> | |
<h2>Demo of the JPA GridDataSource | |
</h2> | |
<t:grid source="source" /> | |
<p> | |
<t:actionlink t:id="setup">setup</t:actionlink> | |
the data | |
</p> | |
</body> | |
</html> |