well, WTKX needs to set resolved types.. and the world of pivot applications probably wants a separate context / scope for that purpose..
(Properties.java was attached, ...) On Thu, Mar 19, 2009 at 9:02 AM, Greg Brown <[email protected]> wrote: > I'm guessing Properties.java was supposed to be attached to that message? > > Actually, I was thinking that we might want to change the binding syntax to > take a Dictionary<String, ?> instead of Dictionary<String, Object>. That > might be a more flexible way to handle it... > > On Thursday, March 19, 2009, at 12:10AM, "John Pritchard" < > [email protected]> wrote: > >Hi, > > > >I think this is useful. hope you'll include it. Permits the binding of > >applet document base and init parameters into wtkx. > > > > > >public final void startup(Display display, Dictionary<String, String> > >properties) > > throws Exception > >{ > > Properties data = new Properties(properties); > > WTKXSerializer wtkx = new WTKXSerializer(data); > > > > > >/john/ > > >
