Hi, On Fri, June 08, 2007, Martin Dietze wrote:
> 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. I forgot to mention that putting the above code directly into my component class works flawlessly, it only seems like the @Parameter does not survive inheritance... Cheers, Martin -- ----------- / http://herbert.the-little-red-haired-girl.org / ------------- =+= Es gibt Themen genug in Deinem eigenen Leben, und wenn sie einmal ausgehn, gibt es Themenlaeden. -- Die Sterne --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]