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 <dickan...@gmail.com> wrote:
> eg:
> component A
>
> class A{
>  @Component
>  private Select select;
> }
>
> A.tml
> <t:select t:id="select"/>
>
> 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

Reply via email to