Re: Joshua Marker's book: chapter 7
Re: Joshua Marker's book: chapter 7
- Subject: Re: Joshua Marker's book: chapter 7
- From: Art Isbell <email@hidden>
- Date: Fri, 4 Jun 2004 17:57:20 -1000
On Jun 4, 2004, at 5:30 PM, Jeremy Matthews wrote:
For some odd reason, I just can't get the project to compile
correctly..not sure where I'm messing things up. I've nailed it down to
a single error. When I run my version of the "WebPublisher" app, I hit
the following error:
Error:
com.webobjects.appserver._private.WODynamicElementCreationException:
Missing 'list' or 'count' attribute.
Reason:
<com.webobjects.appserver._private.WORepetition> Missing 'list' or
'count' attribute.
You've said that your code doesn't compile correctly but you've
included a runtime error. I'm assuming that your code compiles
correctly but you see the above error when you run your app. If so,
the Java code you included has no bearing on the above error message.
The error states quite clearly that a WORepetition is missing a
required binding: "list" or "count". WOBuilder should notify you of
this error when you save the component with the missing binding. Did
you miss or ignore that? Its Forms > Validation... menu item can also
be used to check for missing required bindings.
Aloha,
Art
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.