In the .jwc or .page,
you can specify
<component inherit-informal-parameters="true" ... >

see http://jakarta.apache.org/tapestry/UsersGuide/spec.html

Oscar Picasso wrote:

>How to render informal parameters of a component into an arbitrary tag of the 
>template component.
>
>Let's give an example. I have a Border component.
>
><html jwcid="@Shell" ...>
>
>  <body jwcid="@Body">
>    ... layout
>    <div jwcid="@RenderBody"/>
>    ...
>  </body>
></html>
>
>I would like to have something like that in my page:
><div jwcid="@Border" class="mypage" onload="myscript()" ...>
>... some content
></div>
>
>And the resulting body would have:
><body  class="mypage" onload="myscript()" ../>
>...
>
>Any idea?
>
>Oscar
>
>               
>---------------------------------
>How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.
>  
>

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

Reply via email to