please look this code :

// first page.
class A {
}


// second page
class B {
     private String name;
}


in A page template i have this linke :

<t:pagelink t:page="B">B</t:pagelink>

i want to set name parameters of page B in this link. is it possible ?


On 10/14/07, SergeEby <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> You can use the context parameter:
>
>
> http://tapestry.apache.org/tapestry5/tapestry-core/component-parameters.html#orgapachetapestrycorelibcomponentspagelink
>
> --
> /Serge
>
>
> dalahoo wrote:
> >
> > dear friends,
> >
> > i want to set some value for may page properties, with pagelink
> compoent,
> > is
> > it posible ?
> >
> > --
> > sincerely yours
> > M. H. Shamsi
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/t5-%3A-how-to-set-page-paramaters-in-pagelink---tf4621503.html#a13198658
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
sincerely yours
M. H. Shamsi

Reply via email to