You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Anbazhagan <an...@snovabits.net> on 2012/09/10 14:01:19 UTC

Using a own component in different places and using a specific data in that component

Hi,

I have my own component called header. 

I have designed that component with right side combo drop down and left side
logo. 

I am invoke that header component in two tml pages(A,B). I want to display
both logo and drop down in page A and i want to display only logo without
combo drop down in another page B. 

How can i do that?



--
View this message in context: http://tapestry.1045711.n5.nabble.com/Using-a-own-component-in-different-places-and-using-a-specific-data-in-that-component-tp5716161.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Using a own component in different places and using a specific data in that component

Posted by Anbazhagan <an...@snovabits.net>.
I tried that sample. It's working. Thanks lot



--
View this message in context: http://tapestry.1045711.n5.nabble.com/Using-a-own-component-in-different-places-and-using-a-specific-data-in-that-component-tp5716161p5716163.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Using a own component in different places and using a specific data in that component

Posted by Lance Java <la...@googlemail.com>.
Pass a boolean component parameter
http://tapestry.apache.org/component-parameters.html



--
View this message in context: http://tapestry.1045711.n5.nabble.com/Using-a-own-component-in-different-places-and-using-a-specific-data-in-that-component-tp5716161p5716162.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org