+1 for not removing wicket- by default +1 for adding this as a setting +/- 0 for the map for settings.
Eelco
Juergen Donnerstag wrote:
+1 for leaving it in +-0 for an apps setting to change it.
The apps settings class grows and grows. I wonder if there is an approach which a) doesn't require to modify apps setting class with each additional parameter
b) allow any wicket app to add its own settings
What do you think about adding a Map and to create a map entry for
each parameter? The existing getters/setters would remain, just
get/set map entries. In addition one could access the value through a
get(propertyName) method.
Juergen
------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
