Comment by eplischke:

why there is no API to access that properties at runtime? or are there plans to support "runtime properties"? use case:

there is a queue which allows to configurate its QUEUE_SIZE
1) I want a default setting <runtime-property name="QUEUE_SIZE" value="20"/>
2) HTML meta tag gwt:property QUEUE_SIZE=30 overrides that default
3) URL parameter &QUEUE_SIZE=40 overrides META tag configuration

For more information:
http://code.google.com/p/google-web-toolkit/wiki/MultiValuedConfigProperties

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to