Re: including comments in documentation generated by EOReporter

Lenny Marks <[email protected]> Mon, 7 Apr 2003 15:47:46 -0400 (EDT)
Newsgroups gmane.comp.web.webobjects.eof
Message-ID <Pine.GSO.4.44.0304071532470.5556-100000@kirk>
I think this must have been pilot error. I'm not exactly sure what I had
done that made me think I could not access Entity.userInfo(it was Friday),
but after your posting I tried the key path Entity.userInfo.comment and it
worked. I had already changed the UserInfo key to comment as opposed to
Comment.

Thanks for your help.
-Lenny Marks

On Sun, 6 Apr 2003, Carl Lindberg wrote:

>
> > 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
>
>