TAP5-2070 show new pages in main intergation 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/83fcdca3 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/83fcdca3 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/83fcdca3 Branch: refs/heads/master Commit: 83fcdca312281c36399ed69773f55d677e05f6fd Parents: 7de82f5 Author: Massimo Lusetti <[email protected]> Authored: Mon Aug 5 19:42:33 2013 +0200 Committer: Massimo Lusetti <[email protected]> Committed: Mon Aug 5 19:48:15 2013 +0200 ---------------------------------------------------------------------- tapestry-core/src/test/app1/Index.tml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/83fcdca3/tapestry-core/src/test/app1/Index.tml ---------------------------------------------------------------------- diff --git a/tapestry-core/src/test/app1/Index.tml b/tapestry-core/src/test/app1/Index.tml index a32af61..f51d4cb 100644 --- a/tapestry-core/src/test/app1/Index.tml +++ b/tapestry-core/src/test/app1/Index.tml @@ -32,7 +32,7 @@ <ul> <li t:type="loop" source="itemsForKey()" value="item"> - <t:pagelink page="prop:item.pageName">${item.label}</t:pagelink> + <t:pagelink page="prop:item.pageName" context="item.context">${item.label}</t:pagelink> -- ${item.description} </li> </ul>
