Repository: tapestry-5 Updated Branches: refs/heads/master bd8ad2615 -> 60b086ad6
Add missing start page links in tapestry-hibernate integration test app Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/8ac2791d Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/8ac2791d Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/8ac2791d Branch: refs/heads/master Commit: 8ac2791d1c063f2241d8847c77c7999d170216e2 Parents: bd8ad26 Author: Bob Harner <[email protected]> Authored: Sun Aug 5 21:10:30 2018 -0400 Committer: Bob Harner <[email protected]> Committed: Sun Aug 5 21:10:30 2018 -0400 ---------------------------------------------------------------------- tapestry-hibernate/src/test/webapp/Start.tml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/8ac2791d/tapestry-hibernate/src/test/webapp/Start.tml ---------------------------------------------------------------------- diff --git a/tapestry-hibernate/src/test/webapp/Start.tml b/tapestry-hibernate/src/test/webapp/Start.tml index e602297..4f1c53f 100644 --- a/tapestry-hibernate/src/test/webapp/Start.tml +++ b/tapestry-hibernate/src/test/webapp/Start.tml @@ -15,6 +15,15 @@ <li> <t:pagelink page="CachedForm">Cached Form</t:pagelink> </li> + <li> + <t:pagelink page="EncodeEntities">Encode Entities</t:pagelink> + </li> + <li> + <t:pagelink page="PersistEntity">Persist Entity</t:pagelink> + </li> + <li> + <t:pagelink page="SSOEntity">SSO Entity</t:pagelink> + </li> </ul> </body> </html>
