Allow bean properties to be resolved in labels.
Brought to you by:
dsyrstad
Currently we use the wicket properties file syntax ${property} to obtain Strings from properties files.
How about using a similar syntax( e.g. @{property} ) to obtain properties from the object bean? The markup within the @{} should correspond to the Wicket PropertyResolver spec.
Logged In: YES
user_id=167643
Originator: NO
This involves some significant work as meta data parameters are not retrieved with the bean in context. An alternate solution is to display the bean property view-only without a label, hence giving the effect of a label. However, this seems to be a worthwhile feature. For example, the colspan could be driven by a bean property in this manner.
Logged In: YES
user_id=167643
Originator: NO
This will be implemented in 2.0. Generally, values for any parameter will be obtainable from a bean property.