Hi, I have adapted the woody/ojb/jdo example to connect to my database (finally!), and I'm trying to get it to populate a form with the contents of the bean, as in the example.  The data gets retrieved correctly, and the bean has the correct values, I debugged it in Eclipse to be sure of that.  however, nothing ever gets bound to the form as it should.  Here is a portion of what I see in the the woody logs:
DEBUG   (2004-03-05) 10:30.54:109   [woody.binding] (/cocoon/proof/forms/jdo) http8080-Processor25/JXPathBindingManager: Creation of new Binding finished. ContextJXPathBinding [xpath=/]
DEBUG   (2004-03-05) 10:30.56:734   [woody.binding] (/cocoon/proof/forms/jdo) http8080-Processor25/ValueJXPathBinding: done loading ValueJXPathBinding [widget=dattributeid, xpath=dattributeid] -- value= null

DEBUG   (2004-03-05) 10:30.56:734   [woody.binding] (/cocoon/proof/forms/jdo) http8080-Processor25/ContextJXPathBinding: done loading ContextJXPathBinding [xpath=/]
 
    I'm not sure where I am going wrong, as my flowscript is almost exactly the same, and the sitemap definetely looks correct.  Any help would be appreciated. 
        -Nick

Reply via email to