You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by John <jo...@quivinco.com> on 2013/05/22 11:27:39 UTC

Re: how to do pagelinks to pages in sub packages? IGNORE!

just to do with enclosing div, the link was good :)
  ----- Original Message ----- 
  From: John 
  To: users@tapestry.apache.org 
  Sent: Wednesday, May 22, 2013 10:23 AM
  Subject: Re: how to do pagelinks to pages in sub packages?


  now this is weird...


  this doesn't render the download link

       <li t:type="loop" source="pageNames"
        value="pageName" class="prop:classForPageName">
        <t:pagelink page="prop:pageName">
         ${pageName}
        </t:pagelink>
       </li>
       <li>
        <t:pagelink page="downloads/Index">downloads</t:pagelink>
       </li>

  but this does?

       <li>
        <t:pagelink page="downloads/Index">downloads</t:pagelink>
       </li>
       <li t:type="loop" source="pageNames"
        value="pageName" class="prop:classForPageName">
        <t:pagelink page="prop:pageName">
         ${pageName}
        </t:pagelink>
       </li>

    ----- Original Message ----- 
    From: John 
    To: users@tapestry.apache.org 
    Sent: Wednesday, May 22, 2013 10:18 AM
    Subject: how to do pagelinks to pages in sub packages?


    This doesn't render a link, any ideas please?

    <t:pagelink page="downloads/Index">downloads</t:pagelink>