Hi,

I want to wrap a grid by putting it into a custom component. But I can't
get parameter blocks to work:

In my page I have:

<t:table.Table t:source="data" name="artiklar">
        <t:parameter name="firstnamecell">!</t:parameter>
</t:table.Table>

and in Table.tml:

<t:container xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd ">
        <t:grid source="source" row="column">
                <t:body />
        </t:grid>
</t:container>

If I replace <t:body /> with <t:parameter name="firstnamecell">!</ t:parameter> it works fine, but not via the body tag. Is this a limitation, and if so, how
do I create a workaround?

Thnx,
Andreas Pardeike

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to