Antonio, thanks for the help. The funny thing is everything worked fine getting one record. I used the ojb sample and modified that to use my database and table. I then tried to modify the bean and DAO class to return a collection instead is strings and integers so I can build a list instead of a simple record. The Collection is filled with classes of the same structure as the original bean. I also modified the repository.xml file to point to the new class instead of the bean. Of course the form was adjusted to accept the Collection and return the different records.
When I fill the Collection manually the form works fine. I checked all the variable types and can not find anything wrong. :-/ AFAIK There is no example of a database filled list Woody form using flow. Any ideas on how to perform tests? Bert ----- Original Message ----- From: "Antonio Gallardo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 21, 2004 2:48 AM Subject: Re: building Collection from JDO problems > Hi Bert: > > Review variable names. Based on the error looks like you are trying to use > a method or property of a JS variable that was not initializated. > > Check for the > new Packages.... if they are correct written. > > Best Regards, > > Antonio Gallardo > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
