: 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
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