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

Reply via email to