Re: @Component inherit

2011-08-18 Thread dick_hu
Oh Thanks.

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Component-inherit-tp4712481p4712510.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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



Re: @Component inherit

2011-08-18 Thread Taha Hafeez
You can either remove B.tml or use extension points. Read more about
here : http://tapestry.apache.org/component-templates.html

On Thu, Aug 18, 2011 at 8:59 PM, dick_hu  wrote:
> eg:
> component A
>
> class A{
>  @Component
>  private Select select;
> }
>
> A.tml
> 
>
> Class B extends A{
>
> }
> B.tml
> nothing
>
> there is no Select component in my B.tml so exceptions occur
> but I want to inherit the A Component and I want to use the
> @Component also ,is there any way?
>
> AnyOne can help me ,Thanks a lot.
>
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/Component-inherit-tp4712481p4712481.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>



-- 
Regards

Taha Hafeez Siddiqi (tawus)
http://tawus.wordpress.com

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