You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Nick Duncan <ro...@hotmail.com> on 2004/03/05 16:44:56 UTC

Need help with Woody/OJB continuations

    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