hi, I wonder if there is a way to provide dynamic configuration properties to the application?
configuration-property does not fit to me, since it is only available during compile time and cannot be provided/overridden neither from HTML (gwt:property meta) nor via URL the "usual" property, which actually was designed for deferred binding does not allow me to provide undescrete values, like a number, in my usecase i need a MAX_SIZE property, which also is not used in deferred binding context, but rather simply shall provide that property into the code: <define-property name="MAX_SIZE" values="1,2,3"/> why I want to use this property mechanism is because GWT allows to define a default property in the gwt.xml file and I can adjust it in the HTML file and better yet, override that one over URL in production. Is there a way to get it working or plans to allow such properties? I actually did not want to work-around and write my own provider backed by Dictionary etc... -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.