Re: 'object' not getting initialized in D2WCustomComponent sub class

2009-01-06 Thread Ramsey Lee Gurley
The values for object and key should be getting passed to the component by your page. Making them public might get them to synchronize... If you just bind your string value to ^object.name in the wod file, I think it should work for you. If you really need to do it in the java file, you

Re: 'object' not getting initialized in D2WCustomComponent sub class

2009-01-06 Thread Kamal D Shah
Thanks Ramsey! valueForBinding did the trick. Kamal On 06-Jan-09, at 9:04 PM, Ramsey Lee Gurley wrote: The values for object and key should be getting passed to the component by your page. Making them public might get them to synchronize... If you just bind your string value to

'object' not getting initialized in D2WCustomComponent sub class

2009-01-05 Thread Kamal D Shah
Hi all, I'm trying to build a property level custom component in my D2W application (not using Wonder). For testing, I put a simple table with a WOString in the component and in my Java file looks like this: EOEnterpriseObject object; String key; public DBWidgets(WOContext