Re: including comments in documentation generated by EOReporter

Carl Lindberg <[email protected]> Sun, 6 Apr 2003 15:29:14 -0400
Newsgroups gmane.comp.web.webobjects.eof
Message-ID <[email protected]>
> I'd like to use the UserInfo dictionary to add comments on entities,
> attributes, and relationships within my EOModel and have them output as
> part of the documentation generated by eoreporter.
>
> key=Comment
> value=comment text
>
> I am using WebObject 5.2 on Mac OS X
>
> I have unsuccessfully tried to access Entity.userInfo within the
> JavaEntity.template already. Can anyone offer any suggestions or 
> example
> templates? If anyone has any other suggestions for adding comments to
> EOModels, please share also.

	The keypath Entity.userInfo.Comment should work fine to reference the 
comment, if it is indeed in the entity's userInfo dictionary (not in a 
model's or attribute's...).

	What was the result when you tried?

	-Carl Lindberg