Re: Component extension and default parameter value overriding

2010-05-10 Thread Kristian Marinkovic
: Tapestry users Datum: 10.05.2010 10:53 Betreff:Component extension and default parameter value overriding Gesendet von: odiss...@gmail.com Hi there, Here is my problem, please tell me if I'm missing something or if I've encountred a bug: Here are two components definition : pu

Component extension and default parameter value overriding

2010-05-10 Thread Robin Komiwes
Hi there, Here is my problem, please tell me if I'm missing something or if I've encountred a bug: Here are two components definition : public class MyComponent { @Parameter(value = "literal:something") private String myParam; } public class MyExtendedComponent extends MyComponent { @P