Hi, I tried to inherit some compoment classes from an abstract component base class which contains some propeties the above share. In the template I would then use these components like this:
<t:myConcreteComponent myCommonParam="someValue"> In the base class I have: @Parameter private String _myCommonParam; public String getMyCommonParam() { return _myCommonParam; } public void setMyCommonParam(myCommonParam) { _myCommonParam = myCommonParam; } However it seems like the member variable in the base class never gets touched, the getters and setters not used. Can such parameters not be inherited at all? Cheers, Martin -- ----------- / http://herbert.the-little-red-haired-girl.org / ------------- =+= - Oh, Norris. You made a mistake. Mrs. Rutledge didn't want to see me. - I'm sorry, Sir. I make many mistakes. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]