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

Component extension

2007-11-15 Thread Ken in nashua
Folks, Given the integration happenings with T-4.1, I wanted to get feedback on decision on Component extension. I would like to get as much bang for the buck when developing a Component ... Is it more practical to develop a Component as an extension of DojoWidget ? Your feedback and