| Article: |
Using WebObjects: More Practical Tips and Tricks | |
| Subject: | Full Name didn't work | |
| Date: | 2004-03-31 17:35:02 | |
| From: | dgregory1 | |
|
Response to: Full Name didn't work
|
||
| I also am having this problem with fullName(). As I understand it, the reason for subclassing _User was so that an attribute for fullname was not needed in the database. What else could we be doing wrong?.....Dale | ||
Showing messages 1 through 1 of 1.




Hmm..the attribute of
fullNameshould not be needed in the database nor the EOModel. Since I can't see your code, or project, I can only guess at a solution:<br/>
<br/>check your EOModel and make sure your Entity's
NameandClass Nameis namedUsernot_User<br/>
<br/>
If that doesn't solve it, please let me know.